Webcenter Portal large Site with Jar Files Deployment/Configuration

Hi,
I have a large WCS portal to deploy comprising of many "applications" from different groups.
Ideally we want to deploy it as a .ear file, containing menus, templates, preferences, and some other common structures.
We want to deliver each application as a .jar File. What is the best way to do it?
Can we build menus pointing to a Taskflow .jar files without incorporating the .jar in the application?
Thanks a lot,
Joao,

Thanks a lot Daniel for you prompt answer.
Do you think I can use in the default-navigation-model.xml structures like
taskflow://WEB-INF/test/testTF.xml#testTF in URL field, without adding the adf.jar to the project.
My ideia is to deploy the lib, but do not add it to the project, in order to allow decoupled development.
Thanks,
Joao,

Similar Messages

  • I am new with JAR files please help me

    Hi Dear All,
    I am new with JAR files, I know concept, but dont know how to careate JAR, and how do i use it?
    Please help me.
    Thanks

    This tutorial covers that:
    http://java.sun.com/docs/books/tutorial/deployment/jar/index.html

  • How to use javap with jar files ?

    how to use javap with jar files ?
    thanks

    As long as the jar is on the class path, your gold. So,
    javap -classpath myjar.jar mypackage.MyClass
    Chuck

  • I have a site with m4v files that played before the upgrade to 10.6.7, now just sound

    I have a site with m4v files that played before the upgrade to 10.6.7, now when accessed the sound plays but no video. Is there a different file type I should create or is this a glitch w/this version? Played before & still plays-Mac b4UG-PC/Iphone/Ipad.
    Page Link: http://www.myfarrah.com/My_Farrah_Actress.php
    You can click the video link to play or...
    Video Link: http://www.myfarrah.com/ACT7.php
    Code:
    <table width="444px" border="0" cellpadding="0" align="left"><object width="444" height="285" border="0"><param name="movie" value="http://www.myfarrah.com/bbed/bb2.m4v"></param><embed src="http://www.myfarrah.com/bbed/bb2.m4v" type="application/movie" width="444" height="285" border="0"></embed></object><p>   

    Are you using Safari or Firefox? It runs as expected in Firefox, but in Safari I too get just the sound, and going to the m4v link causes the movie to download rather than play (it downloads fine and plays in Quicktime once downloaded). I checked some of my own m4v movies, and they were playing fine in Safari. For one embedded in a complex web page, see here:
    http://www.pinkmutant.com/articles/snowleo.html
    The next m4v has its very own very simple page, with the movie called using an embed tag with various options set (you can see the details by going to View->View Source)  and also plays:
    http://homepage.mac.com/francines/Movies/duomo.html
    There was a problem with a Safari plug-in misbehaving very early in Snow Leopard, but I no longer remember the details. But see this archived discussion:
    https://discussions.apple.com/thread/2158092?start=0&tstart=0
    It was a rather complex problem, but I had thought one of the updates fixed it.
    Francine

  • When we do a failover to a Replica, what happened to the connected clients? Assuming that the Replica is located in a remote DR site with a different IP configuration.

    When we do a failover to a Replica, what happened to the connected clients? Assuming that the Replica is located in a remote DR site with a different IP configuration.
    Hi,
    I need some guidance here, please.
    I have some questions about replication:
    When we do a failover to a Replica, what happened to the connected clients? Assuming that the Replica is located in a remote DR site with a different IP configuration.
    Is possible to automate the failover process? Just like happens in a cluster.
    What changes do I need to do in order to guarantee that my clients reach my replica? For example, I need to do a failover to my Exchange Server Replica and I need to minimize the downtime. The same applies for a DC or a SharePoint Server
      Thanks in advanced.

    Hi efebo,
    “The same applies for a DC ”
    As for replicating virtualized DC (Personally,  I do not suggest to replicate DC , even though it can be replicate ), please refer to following link:
    http://technet.microsoft.com/en-us/library/dn250021.aspx
     "In short, Exchange does
    not support the Hyper-V Replica feature.  Exchange has a long history of supporting virtualisation from
    Exchange 2003 onwards.  It is fully supported to install Exchange
    2007,
    2010 or
    2013 as a virtual machine on Hyper-V, but using the Hyper-V replica feature is not supported.
    For details please refer to following link:
    http://blogs.technet.com/b/rmilne/archive/2013/07/29/exchange-and-hyper-v-replica-support.aspx
    I assuming that the "Remote DR site" and the primary site both have public IPs .
    Based on my knowledge  you can not access replica site VM  directly after a disaster , maybe you need to rebuild primary site and replicate VM back .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to deploy ear file with jar file and war file with different names

    Hi,
    As part of weblogic migration from WL 6.1 sp3 to WL 10, Iam facing some problem.
    Problem:
    I have one ear file(abc.ear) to deploy which contains one jar file(xyz.jar) and one war file(pqr.war).
    In config.xml file of WL 6.1, it was mentioned as :
    <Application Deployed="true" Name="abc" Path="./config/mydomain/applications/abc.ear">
    <EJBComponent Name="xyz" Targets="myserver" URI="xyz.jar"/>
    <WebAppComponent Name="pqr" Targets="myserver" URI="pqr.war"/>
    </Application>.
    The above is working fine.
    But in config.xml file WL10,I cannot mention the same.
    I need to have different application anmes for ear,jar and war.If I deploy as a ear file,the jar and war files are deployed with the same ear file name.
    I tried the following options:
    1) Deploying as a ear file by adding <sub-deployments>
    2) Deploying both war and jar seperately which is not recommended in my application.
    Please provide the content I should place in the config.xml so that everything works fine correctly.
    Any help is appreciated.

    Hi,
    As part of weblogic migration from WL 6.1 sp3 to WL 10, Iam facing some problem.
    Problem:
    I have one ear file(abc.ear) to deploy which contains one jar file(xyz.jar) and one war file(pqr.war).
    In config.xml file of WL 6.1, it was mentioned as :
    <Application Deployed="true" Name="abc" Path="./config/mydomain/applications/abc.ear">
    <EJBComponent Name="xyz" Targets="myserver" URI="xyz.jar"/>
    <WebAppComponent Name="pqr" Targets="myserver" URI="pqr.war"/>
    </Application>.
    The above is working fine.
    But in config.xml file WL10,I cannot mention the same.
    I need to have different application anmes for ear,jar and war.If I deploy as a ear file,the jar and war files are deployed with the same ear file name.
    I tried the following options:
    1) Deploying as a ear file by adding <sub-deployments>
    2) Deploying both war and jar seperately which is not recommended in my application.
    Please provide the content I should place in the config.xml so that everything works fine correctly.
    Any help is appreciated.

  • Portal Service - Creating the JAR Files

    Hello All,
    I need some help with Portal Services, I have created a Service and Deployed it to the Portal Server, but can someone tell me how to create the JAR Files for PortalService to add them to other projects. I just want to confirm if we just:
    1. Export the IService files in a Jar file and add to the project.
    Please do let me know.
    Thanks,
    John.

    Hi John,
    You have to jar the class files of the Portal Service using the java jar command and add the jar in your other applications.
    You can go to the directory location of the class files of your Portal service in command prompt and type in this command..
    "jar -cvf <i>jarFileName</i>.jar ."
    the jar file will be created in the current directory.
    cheers
    Kiran

  • Can't Execute JAR file deployed from JDev 903

    Hi Everyone:
    I took the Oracle beginning Java class, and got a copy of JDeveloper 9, and started in on a project. The task was to create a small module that will allow users with no direct SQL access to change their Oracle passwords. The good news is that it runs great from within JDev; it catches exceptions cleanly, it handles multiple databases with no problems. The bad news is that I cannot get it to run from a batch file or command line (client is Windows). I have run 'setvars', I have copied the CLASSPATH from the run window in JDev, all to no avail.
    I am trying to deploy the app as an executable jar file. It's not meant to be an applet, because of the security implications.
    I would gladly RTFM, but the FM's that I have gloss over the deployment step in Jdev. I figure it's something obvious, but I just cannot figure it out.
    Any suggestions? Help a newbie...
    Thanks,
    Mike

    Hi Mike,
    I suggest you take a look at the log window of JDev, when you've successfully run your project.
    If the log window is not displayed, go to View | Log.
    Cut the command line, invoking javaw.exe, and paste it into your favorite editor.
    Change javaw.exe into java.exe, save your file as a bat file, go in a DOS console, and run the bat file.
    Let me know if it fixes your problem.
    Thanks,
    - Olivier

  • Webcenter suite products installation with image file

    Hi,
    I am looking for any easy installation of webcenter suite for learning purpose which includes installation and default configuration of webcenter portal server, spaces, Oracle content server, OAM, DB with required schemas etc. Is there any image file available which gives pre-configured environment?

    I am looking for hardware configuration. Please refer the below thread for details.
    Required hardware configuration for Webcenter suite installation.
    Edited by: Chandramouli on 11 Jun, 2012 12:22 AM

  • Jar file deployment in jdeveloper

    JDeveloper 3.1.1.2
    I've created a simple class to read from and write to the local environment. This is then used in a webforms application.
    If I create a jar file using the command line jar .exe that comes with JDeveloper in the java\bin directory I get the following manifest.mf file:
    Manifest-Version: 1.0
    Name: LocalFileWrapper.class
    Digest-Algorithms: SHA MD5
    SHA-Digest: l5VvJkUGvBq/k6FV01C8E77N5tw=
    MD5-Digest: DXzcwxZUmo/5lx4dBV2bAw==
    If I try and deploy directly from JDeveloper I get the following manifest.mf file:
    Manifest-Version: 1.0
    Name: LocalFileWrapper.class
    Java-Bean: True
    Is there anyway to get JDeveloper to produce the first manifest.mf file using the deploy mechanism?
    Rergards
    Paul

    repost

  • Extract BPEL process from the JAR file deployed to BPEL Server

    Hello All-
    We have a BPEL process deployed in our production environment but unfortunately we do not have a back-up copy in our test environment.
    I got the BPEL deployment JAR file from the production server but I am unable to extract the BPEL Process as well as the XSL file.
    I used WINRAR to extract but it was showing that the JAR file is not a valid archive. We need the prod deployed version of the XSL as well as the BPEL process for a change and we are unable to proceed.
    If anybody has faced similar kind of issue, please let me know how can it be resolved. Also please let me know if there are any tools which can extract the files.
    PLease note that we are on BPEL 10.1.2.0.2
    Appreciate your help and thanks in advance.
    Thanks,
    Dibya

    Hi Dibya
    jar -xvf <filename> will work as others said.
    However, please make sure you have another TEST/DEV Environment running in par with PROD.
    Always, suggested to test first on the TEST/DEV Env for applying any new patches/config changes...then appropriately migrate to actual PROD Environments.
    Also, always take a complete backup before you do some R&D on the SOA server.
    Regards
    A

  • Help needed with jar file

    hi, first of all sorry if my post is in wrong forum...but my application is done using swing so i am posting this here....and regarding my question...
    I have made an GUI using Java swings and my application is working fine. Now i want to make an executable jar file for my GUI. I have read some tutorilas on making jar files and this is what i have done...
    i have created a manifest file called mainClass.txt which has
    Main-Class: MainWindow ,where MainWindow is my main class name.
    Then i ran the jar utility with this command line:
    jar cmf mainClass.txt example.jar *.class
    With this line, I told jar to create a JAR file (option c) with modifications to the manifest file (option m) as specified within mainClass.txt, naming the JAR file (option f) as example.jar and including everything that matches the pattern *Class
    everything is file till now but my problem is ...I have some library files from JFreechart software included in my GUI to generate barcharts..How can i include these library files in my example.jar file..
    Kindly help me
    Thanks
    byee

    I had this problem too. I ran my program out of JCreator and it worked flawlessly. I jarred it up into and Executable Jar and I would get a runtime error explaning I have not included the correct libraries.
    What I did was look at the error, for example say it said something like:
    org.uhoh.PathSys ClassDefNotFound (or something similar to this)
    What I did was extract the library that contained that class file. Then in my project file where I kept my classes I made the folder org, then in org I made uhoh. Inside uhoh I copied over PathSys.class.
    I hope I addressed the problem you speak of. I am only a novice but this is how I figured it out. If anyone knows a better way let us know =D

  • Issue with .jar file (double clicking)

    Hi.
    I've been having a problem with a certain .jar file when I attempt to double click it. From my understanding, I was under the impression that when someone double clicks a .jar file, the contents are supposed to execute by itself (kind of like a .exe file, I guess?)
    I've been able to successfully create my .jar file and have been able to run it through a command prompt in Windows using the following:
    java -jar testjar.jar
    However, whenever I try to double click on the testjar in the folder it is located in, a command prompt quickly pops up and goes away. I've been able to tell I'm getting an error, mainly consisting of something along the lines of "Exception in thread "main" java.lang.NoClassDefFoundError: ...
    I'm not entirely sure what information is needed for support, but I'd be more than happy to provide what is necessary. Thanks in advance!

    I've been having a problem with a certain .jar file when I attempt to double click it. From my understanding, I was under the impression that when someone double clicks a .jar file, the contents are supposed to execute by itself (kind of like a .exe file, I guess?) Only if it has a manifest file which specifies the main class
    java -jar testjar.jar
    However, whenever I try to double click on the testjar in the folder it is located in, a command prompt quickly pops up and goes away. I've been able to tell I'm getting an error, mainly consisting of something along the What does your program do? It's possible that it runs and then closes before you can notice when you double click. It's also possible that the java version that double click is invoking is different from what you're using on the command line.

  • Issue with jar file

    i've written a fairly simple app that involves a while loop. when i run the application using the command line, it works perfectly. however, if i bundle all the files up into a jar file and double click to run that, it gets most of the way through the while loop then appears to stop with no errors thrown or anything. here is the code:
    import java.io.*;
    import javax.swing.*;
    public class ConvertImage
       public static void main (String[] args) throws IOException
          try
             UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
          catch (Exception e) {}
          JFrame frame = new JFrame ("Image Converter");
          frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
          JTextArea ta = new JTextArea (25, 60);
          frame.getContentPane().add (ta);
          frame.pack();
          ta.setText("Image Converter (c) T.Allen 2006\n");
          ta.append("--------------------------------------------------------\n");
          ta.append("\n");
          frame.show();
          JFileChooser chooser = new JFileChooser();
          int status = chooser.showOpenDialog (null);
          while (status == JFileChooser.APPROVE_OPTION)
             File file = chooser.getSelectedFile();
             // Open ID text entry
             String[] details = InputFrame.showInputDialog();
             if(!details[0].equals(null))
                 // Run image conversion
                 resizeImage ri = new resizeImage();
                 ri.resize(file.getPath(), details[0]);
             // Add confirm message to JTextArea ta
             ta.append("Image converted successfully for product :"+details[0]+"\n");
             status = chooser.showOpenDialog (null);
    }the app seems to get through to just before the line:ta.append("Image converted successfully for product :"+details[0]+"\n");then nothing. the program does not stop responding as i am able to shut it down using the red x button and the image output is correct as well. it seems really odd that it works fine until i stick it together as a jar file!
    here is the command i use to create the jar file:
    jar cmf ConvertImage.mf Convert.jar ConvertImage.class InputFrame.class InputFrame$1GetData.class resizeImage.class copyright.jpg images
    and my manifest file looks like this:
    Manifest-Version: 1.0
    Main-Class: ConvertImage
    (there is a blank line at the end of the manifest file.)
    Does anyone know why the jar file isn't working as it should?

    public static void main (String[] args) throws IOExceptionSo if something in the program throws an IOException, the program ends abnormally. But you should see the stack trace of the exception in your console.
    But if you don't have a console (and you probably don't) then you don't see the stack trace.
    Declaring your main method like that is okay for quick and dirty command-line programs where you can't be bothered to catch exceptions because you're going to throw the code away anyway. But if you're going to put the code in a jar file then you need a more professional standard of programming. Catch the exceptions in the program and notify the user when they occur.

  • JAR files deployed to EBS server a not loaded by server

    Dear All,
    We deployed JAR files to Apache(Jserver) of EBS server, we put jar files to $OA_JAVA and added content of jar file names into jserv.properties, then we re-started the Apache(Jserver), but the JAR files are not loaded by server, we checked the properties file and the path of JAR files are both OK, what may cause this kind of issue?
    Currently, we are working on the Accounts Payables interface, which need to call java scripts to upload the log file to Google drive, and we need to include some Google java files in the class path, so these java files are third party's, how to config these java files under Oracle?
    Thanks,
    Jackie

    Hello Mike,
    It customization jar file.
    And customer wants to load this jar file to EBS apache server, so that they can use it to do some development work?
    Now, they wants to know how to load it?
    Thanks,
    Jackie

Maybe you are looking for

  • How many calendars can you share with the same iCloud person?

    OK Apple people, here is my concern: I have several calendars in my iCal app.  I can share one (home) with my wife but for some reason, I am not able to add her to another calendar that I wish for her to  view/edit (work).  She does have an iCloud ac

  • How do i move my Ipod library from my old g4 to my new mac pro

    How do i move my Ipod library from my old g4 to my new mac pro

  • Smart Playlist is not syncing onto my iPod

    I have a smart playlist of recently added songs on my iTunes. I just got the 3.0 software for my iPod touch and now my recently added playlist is not showing up as the songs that are on my iTunes. The songs that are supposed to be in that playlist ar

  • Help creating apple script to create folder and set access levels

    I'm trying to create folders in FileMaker Pro using apple script and need some help in setting the access level for the folders.  I want to set both Staff and everyone to Read and Write access.   Secondly I would like to have a function key set on th

  • SDM vs JSPM

    Dear experts, I am about to do a major business package upgrade this weekend on our ms clustered java portal (NW 701). Last couple of times i applied business packages i used SDM, but now i talked to a SAP guy and he told me to use JSPM instead, but