How to deploy oasa.war in Weblogic 10.3

How to deploy oasa.war in Weblogic 10.3?

Thank you

I believe that this should just be good deploy the war file. Try it and let me know.

Published by: rajsunny on July 17, 2009 12:14

Tags: Fusion Middleware

Similar Questions

  • How to deploy the WAR Weblogic

    need help please

    How to deploy WAR Weblogic server 11 GR 1 material

    Thanks for your help

    This would help you
    http://www.sagecomputing.com.au/papers_presentations/JDEV11g-WebLogic10.3.PDF

  • deployment of war on weblogic 10.3.4 files

    I have a weblogic 10.3.4 field and a war (smap.war) file. Can I deploy the war file using the weblogic console (10.3.4).
    However, I can't the ant (wldeploy 11.1.1.4) to deploy the war file. It shows error as follows.
    This file area and weblogic of war is in the same machine.

    ------------------error---------------------------

    [wldeploy] Task 27 failed: [Deployer: 149026] deploy the application smap.war on AdminServer.

    [wldeploy] Target State: deployment has failed on the AdminServer Server

    [wldeploy] weblogic.descriptor.DescriptorException: VALIDATION of the PROBLEMS have BEEN FOUND

    [wldeploy] problem: cvc-complex - type. 2.4: expected for element 'servlet-name @http://java.sun.com/xml/ns/javaee' instead of 'description @http://www.w3.org/2001/XMLSchema-instance' here @http://java.sun.com/xml/ns/javaee servlet element: < null >

    [wldeploy] problem: cvc-complex - type. 2.4: expected for element 'servlet-name @http://java.sun.com/xml/ns/javaee' instead of 'display-name @http://www.w3.org/2001/XMLSchema-instance' here @http://java.sun.com/xml/ns/javaee servlet element: < null >
    [wldeploy] to weblogic.descriptor.internal.MarshallerFactory$ 1.evaluateResults(MarshallerFactory.java:245)
    [wldeploy] to weblogic.descriptor.internal.MarshallerFactory$ 1.evaluateResults(MarshallerFactory.java:231)

    ---------------------------build.xml------------------------
    <? XML version = "1.0" encoding = "UTF-8"? >
    <! - ant buildfile generated by Oracle JDeveloper - >
    <!-generated on March 11, 2011 15:52:31 >

    < by default of the = "init" project >
    < target name = "init" >
    < tstamp / >
    < / target >

    < name = "wls.username property" value = "weblogic" / > "
    < name = "wls.password property" value = "welcome1" / > "
    < name = "wls.hostname property" value = "localhost" / > "
    < name = "wls.port property" value = "7001" / > "
    < name = "admin.server.name property" value = "AdminServer" / > "
    < name = "deploy.target property" value = "AdminServer" / > "
    <!-here, you can specify either NOMCLUSTER, IndividualServerName as 'ManagedOne' or list of Managed/AdminServer separated by commas-->
    "< name ="deploy.name property"value =" smap.war "/ >
    < name = "deploy.source property" value = "E:\SVN_Root\smap_Build" / > "


    < taskdef name = "wldeploy" classname = "weblogic.ant.taskdefs.management.WLDeploy" >
    < classpath >
    < pathelement location="D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar"/ >
    < / classpath >
    < / taskdef >

    < target name = "szmap" depends = "init" >
    ".. destfile="${deploy.source}\smap.war of war.
    webxml="${deploy.source}\smap\WebContent\WEB-INF\web. XML">
    < dir="${deploy.source}\smap\WebContent"/ fileset >
    < dir="${deploy.source}\smap\build\classes"/ classes >
    < / war >
    < / target >

    < target name = "deployX" depends = "init" >
    < echo message = "deploy.source=${deploy.source}"/ 27 > "
    < echo message = "deploy.name=${deploy.name}"/ 28 > "
    < wldeploy action = "deploy".
    Name = "${deploy." Name} '.
    source = "${deploy." Source}-${deploy. Name} '.
    User = "${WLS." UserName} ".
    nostage = 'true '.
    Password = "${WLS." Password}.
    verbose = "true".
    adminurl = "T3: / / ${WLS." "HostName}: ${WLS.port} ' targets =" ${deploy.target} ""

    Debug = 'true '.
    / >
    < / target >

    <! - transfer Applications - >
    < a name = target "redeploy" >
    < wldeploy action = "redeploy".
    Name = "${deploy." Name} '.
    User = "${WLS." UserName} ".
    nostage = 'true '.
    Password = "${WLS." Password}.
    verbose = "true".
    adminurl = "T3: / / ${WLS." "HostName}: ${WLS.port} ' targets =" ${deploy.target} "/ >"
    < / target >

    <! - Uneploying Applications - >
    < target name = "undeployX" >
    < wldeploy action = "cancel the deployment.
    name = "szmap".
    FailOnError = "false".
    User = "${WLS." UserName} ".
    Password = "${WLS." Password}.
    verbose = "true".
    adminurl = "T3: / / ${WLS." "HostName}: ${WLS.port} ' targets =" ${deploy.target} "/ >"
    < / target >

    < target name = "all" depends = "init, deployX" / >

    < / project >

    You can package wsdl4j - 1.6.2.jar in your WAR file and place it in the WEB-INF/lib directory.

    Using the deployment substitute weblogic.xml (that you already have - prefer-web-inf-classes) you can ensure
    the jar in the WEB-INF/lib drectory gets preference over the classes loaded into the classpath system (WebLogic classpath).

    This entry is already in your weblogic.xml file

    
       true
    
    

    When you compress your additional jar files in the WEB-INF/lib directory you can leave out the referees of the library.

    When you want to use shared libraries, you must wrap the pots in a WAR file, for example with the following structure:

    META-INF
        MANIFEST.MF
    WEB-INF
        lib
            wsdl4j-1.6.2.jar
        web.xml
    

    The contents of the MANIFEST. MF might be something like:

    Manifest-Version: 1.0
    Created-By: 1.6.0_05 (BEA Systems, Inc.)
    Extension-Name: wsdl4j
    Specification-Title: WSDL Library
    Specification-Version: 1.6
    Specification-Vendor: Middleware Magic
    Implementation-Title: WSDL Library
    Implementation-Version: 1.6.2
    Implementation-Vendor: Middleware Magic
    

    When you use this shared library, you can use weblogic.xml in your file. WAR to designate it, for example.

    
        wsdl4j
        1.6
        1.6.2
        true
    
    

    You can also create new WAR file that contains another version of wsdl4j and you specify this version in the MANIFEST. MF file
    and refer to it using weblogic.xml.

  • How to deploy ADF Applications to Weblogic Server examples

    Hello

    I am a novice ADF and JDeveloper and Weblogic, now I have JDeveloper 10.1.3.3.0 and 10gR 3 of Weblogic Server installed on my machine, could you please teach me how to deploy http://blogs.oracle.com/smuenchadf/examples/ on my Weblogic Server examples?

    Thank you very much in advance!

    Best wishes
    Jia - Wei

    "Network adapter could not establish the connection.

    do you have create db connection and test?

    There is another way for the deployment.

    create the field of prod, you may need to extend your domain name to include libraries of the adf.
    Start the server administrator
    Goto, wl (http://:console) console create datasource
    Select the tunnel server protocol tab
    Create a connection to the server App (Application Server Browser View menu) in jdev
    Right-click on your App. GoTo Deploy - name of the application - to - new connection
    Run the jspx in the browser (http://:appname-ViewController-context-root/faces/jsfpagename.jspx)

  • How to deploy the project to my weblogic Server Application?

    How to deploy the project in my weblogic Server Application? Wouldn't be great if I copy the folder of the project to the root of the ACE?

    Also, how should I call Javascript context help assuming the project deployed to Weblogic As.

    I use Robohelp 10.

    Thanks in advance.

    Hello

    You generate to help and then you copy the output generated on the server.

    For sensitivity to context, which is output are you using? Try the following

    pages for more information:

    Take a bow

    Willam

  • Newbie - how to check the deployment descriptor in the Weblogic console?

    Hello
    I deploy an application developed with JDEV 11 g, deployed to the file. WAR in JDEV, deploy the WAR file to the weblogic.
    When I test it in the weblogic console, I deployed it and active, I'm going to test and the test Point of the URL is in the form

    http://10.10.74.20:7003 / simple_jsp-Project1-context-root /.

    that gives me, I get a 404 error.

    Where can I check the deployment descriptor in the console of all the other things I need to check?

    Thank you

    Anatoliy

    Hello

    AFTER WLS8.1 version AdminConsole does not provide the functionality to display the deployment descriptors in XML format inside the console...

    In your * "WEB-INF/web.xml" * file please add the following line: in the below please enter your own file name


    index.jsp

    To change the root of context in WEB-INF/weblogic.xml next entry is necessary:



    YourContextRoot

    .
    .
    .
    Thank you
    Jay SenSharma
    http://jaysensharma.WordPress.com (WebLogic wonders are here)

  • How to deploy an application exploded in WL?

    Hi Ppl,

    Any idea on how to deploy the application in version exploded in WL?

    Thank you

    Srivi

    A directory of the exploded archive contains the same files and directories in the form of archive. However, files and directories are directly in your file system and are not compressed into a file archive single

    The prosess of fragmented application deployment is the same as packaged Application

    Open the console. Go to-> press Install deployments-> find the path to the extracted files of war, you should see label (open directory)-> press Next - Next - finish. You are done, it is deployed.

    Review the link for more information below

    Java - deploy file exploded in WebLogic - Stack Overflow

    Overview of WebLogic Server deployment

    http://weblogicserveradministration.blogspot.in/2010/10/deployment-archive-exploded-format.html

    It may be useful

  • How to deploy the jar file in WLS help ant script

    Hello

    Im trying to deploy a jar file in weblogic 10.3 using ant script and spin in the below error.
    "
    + weblogic.management.DeploymentException [wldeploy]: [J2EE:160177] application to ' / u01//RSJBObjects.jar ' was not recognized as a valid request type. If it is an EAR file, please ensure that the META-INF/application.xml exists. EJB - pots must have a META-INF/ejb-jar. XML or corresponding annotations exist. If there is a WAR exploded, the directory name should be fine with "constituent". RSRA requires a META-INF/ra.xml. A deployment of JMS should be an XML file whose name ends in '-jms.xml. A deployment of JDBC must be an XML file whose name ends with "-jdbc.xml". For other types of applications, see the documentation for WebLogic Server. +
    "

    When I try to deploy the same manually from the console, I get a warning stating that WLS thought this as a library and therefore proceed to deploy it as a library. After this warning, the deployment continues and ends.

    Problem is when I try to deploy it using Ant, it breaks at this stage.

    Y at - it all means that we can deploy a jar to WLS help ant script. It must be deployed as a library as other apps would use this jar.

    Cannot create an ear for this jar file file unique im.

    If there is no suggestion on can do you, please share.

    Thank you
    Vijay.

    Hi Vijay,

    The following example shows how to deploy a Java EE library named myLibrary whose source files are located in the directory for output/myLibrary:



    source = "myLibrary/exit" library = "true"
    user = 'weblogic' password = 'weblogic '.
    verbose = "true" adminurl = "" t3: / / localhost:7001 ""
    target = "MyServer" / >

    http://docs.Oracle.com/CD/E11035_01/WLS100/programming/wldeploy.html

    HTH
    Kind regards
    Sunil Polineni

  • How to deploy the business on Oracle Application Server rule

    OPA dear team,


    We have a requirement in which we integrate the OPA with BPEL. We must define the rules of modeling tool Oracle policy and deploy it in Oracle Application Server.We will then that wsdl and call the rule of BPEL partner links engine. By default the Oracle Policy modeling tool deploys for tomcat. Ask your input about how we can deploy on oracle application server.

    Thank you
    Anand

    bwolff wrote:

    So my question is how to deploy a rulebase.zip a determination server that runs on Oracle Weblogic Server 11g?

    Thank you
    Brian

    Normally, an application server will expand the war for the web application file works from the expanded location. When this is the case, you can deploy a new one simply by copying the module zip file in the directory WEB-INF/classes/rulebases .

    However, Weblogic is not extend the web application, there is no directory to copy the file zip of modules on.

    It is possible to run the determinations under weblogic server so that you can deploy a new modules without restarting the server of determinations. There are two technqiues to achieve this.

    1. you can manually unzip the .war file somewhere that the weblogic server can see locally and then deploy the .war file expanded as the determinations server web app. If you do that you can deploy a new modules by copying the zip file in the directory WEB-INF/classes/rulebases to this place.

    2. it is possible to specify a rulebases directory that is not in the web application. In this case, it should be a place the web application can be done locally. You can deploy a new modules by copying the rulebase.zip file to the location specified modules.

    You specify a different directory to search rulebases by setting a java system property: determinations.server.rulebase.dir.

    Example of

    -Ddeterminations.server.rulebase.dir=/some/other/dir/rulebases
    
  • Impossible to deploy the Jdeveloper to Weblogic application!

    [14: 36:19] WebLogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: the source "c:\temp\webapp1.war" for the "webapp1" application could not be loaded on the server ' http://172.16.9.43:80/bea_wls_deployment_internal/DeploymentService.
    Server returned HTTP response code: 407 for URL: http://172.16.9.43:80/bea_wls_deployment_internal/DeploymentService

    Why jdeveloper try find file. WAR in c:\temp when in the deployment profile properties WAR - "C:\jtest\mywork\Application1\Project1\deploy\webapp1.war" file
    I find the wl_comp1472137365997981357.jar file that contains app\webapp1.war in c:\temp

    I have a problem after reinstalling JDeveloper and Weblogic.
    How to solve this problem?

    What version of JDeveloper and WLS?
    How you try to deploy (from the WLS console, JDeveloper, etc.)?
    You have a proxy between you and the WLS Server? (HTTP 407 means that the proxy server login)

    John

  • How to deploy BPM processes with the shape of the ADF?

    Hello world

    I'm a newbie on the BPM (11g) and ADF. I created a BPM process and an ADF train in the same project.

    I was wonder if I can deploy the makings of the ADF, and begin to test only the train before hook to the top of the form of the ADF with the UserActivity.

    How can I do? How can you deploy? Better create a jar or ear?

    Any suggestions?

    Best regards.

    Fairlie

    Hi Fairlie,

    Here is a brief one minute video that I just post on youtube you through one of the ways to deploy a project ADF - http://youtu.be/irt4_1IL0vosteps.  It's the deployment as an ear file.

    If you are using 11g, you will not be able to deploy in your integrated WebLogic Server that works using JDeveloper.  You will not be able to right click on the page of an ADF jspx file or its taskflow and click Run, if there is an ADF application used in conjunction with a BPM project and its human tasks.

    Hope this helps,

    Dan

  • How to deploy the JSF 1.2 and 2.0?

    Hello

    Probably a very stupid question :-)

    I have an installation running Weblogic 10.3.6 and ADF 11.1.2.3. The JSF 1.2 and 2.0 are deployed and active. They both have the name JSF.

    I have the similar system where only JSF 1.2 is deployed. Developers want to use JSF 2.0 so I tried to deploy via the administration Console. I get an error because there is already an application with the name of JSF.

    If I cancel the JSF 1.2 deployment I can deploy 2.0 with no problems.

    This is perfect and everyone is happy, but how to deploy two libraries with the same name? There must be something I don't know.

    What about Peter

    Use a different name for the shared libraries.

    The name of the shared library can be configured in the Console of administration or the Middleware\user_projects\domains\base_domain\config\config.xml.


    JSF #[email protected]_2-0-2


    jsf1 #[email protected]_1-2-0

  • Question on how to deploy Oracle Tuxedo JCA adapter

    Hi all:
    I have question on how to deploy the JCA Tuxedo Oracle Weblogic 11g adapter (10.3.3).
    I try to deploy a jar file. But the web application cannot find the JNDI name that defined in the JCA Tuxedo adapter.
    Then I tried to deploy it as a web application. The console can be found this way JNDI name.

    However, there was a FAILED Module Exception:

    weblogic.application.ModuleException: java.lang.NullPointerException
    at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:239)
    Caused by: java.lang.NullPointerException
    at weblogic.connector.external.impl.RAComplianceChecker.hasMatchingConnFactoryInterfaceInRA(RAComplianceChecker.java:668)

    Could someone help me on this issue?

    Thanks for any information!

    ARO
    Dawn

    Dawn,

    You must use the RAR file. (a file with the extension 'rar' and created using the jar) When you have downloaded Tuxedo of OTN JCA adapter you have is a RAR file.

    After downloading the RAR file to your local workstation, you need to configure, reconditioning and then you can deploy them.

    Use the following to set up procedure and reconditioning
    1 create a sub-diretory called 'adapts' r in the directory where you downloaded the file com.oracle.tuxedo.TuxedoAdapter.rar
    2 cd of ' adapter
    3 unjar the RAR file
    adapter > jar xvf... /com. Oracle.Tuxedo.TuxedoAdapter.rar
    4. to set up
    1. the downloaded file com.oracle.tuxedo.TuxedoAdapter.rar UN - jar
    2. change the configuration
    2.1 if you wish to use the connection configuration factory founded, then change the META-INF/weblogic - RA.Xml
    2.2 If you want to use the domain configuration file, then change the META-INF/ra.xml and then change dmconfig.xml
    NOTE 1: factory based configuration only supported in 11.1.1.2.1
    NOTE 2: the JNDI name is in META-INF/weblogic - RA.xml and you can change to the JNDI name that you like
    5 renovation
    adapter >... jar cvf MyTuxedoAdapter.rar *.

    Now you are ready to deploy JCA Tuxedo adapter
    There are two ways to deploy it to WLS
    1 use the console to configure it as an application
    NOTE: This is the only way that support the main map. Main mapping configuration is necessary for the propagation of security identity of Tuxedo for access control. (you also need to have a copy in the file of Tuxedo TPUSR locally and configured in the configuration)
    2 copy the RAR file into DOMAIN_HOME/autodeploy directory $

    NOTE: you must replace the JATMI that come with WLS and use the one that come with adapter JCA Tuxedo.

    You can also download the sample of RTO and run the example and check the information listed in the file readme.txt and build.xml ANT script and setenv.sh you can find all the information mentioned above.

  • How to deploy?

    How to deploy an application struts 1.2.9 on weblogic 10.3.0.0?

    Only through your application, you can in the autodeploy under domain_home directory.

    Thank you
    Togotutor
    http://www.togotutor.com (Learn programming and free Administration)

    Published by: togotutor on August 12, 2010 15:43

  • How to deploy target (Crio) shared variable configured RT chassis, NOT of LIBRARIES

    I have a PC, connected to a switch RT target (Crio) THROUGH 5 port host.

    I want to be able to run a program on the host computer, that will load and run a RTexe on the target of RT.

    However, I want to be able to load and run different RT exe, which have different chassis configuration variable. Scaling, PWM DIO, ect... may be different from one program to a program for different channels.

    I know how to deploy libraries, but how do I Deploy/undeploy the chassis configured static variable?

    Hi teslaaaa,

    The attached photo, it seems you're looking for your e/s Scan Mode programmatically. We have a white paper section that deals here. The first section of the article discusses discovered by program your I/o modules, which you will get a reference to your modules. Then you will be able to configure the modules with nodes of this reference property.

    Let me know if it helps!

Maybe you are looking for