J2ee application in  exploded format in oracle 10g

sorry: folder structure is like this:
test_app
--META-INF
-----application.xml     
--test_web
-----pages
-------welcome.jsp
-----WEB-INF
-------web.xml
-------lib
-------src     
Regards,
Roopa.
Message was edited by:
user447401

Roopa, it looks like there is no problem with the deployment of your application in exploded format. Have you accessed http://server-ipaddress:7778/test_app/pages/welcome.jsp? Any problem access http://server-ipaddress:7778/j2ee/, the default home page of the default-web-app ?
When you say the url http://server-ipaddress:7778/test_app is not working, what is the error message if any on the browser, on server console, in the server.log and http-web-access.log of ORACLE_HOME/j2ee/home/log/, ORACLE_HOME/j2ee/home/application-deployments/test_app/application.log?

Similar Messages

  • J2ee Web application exploded format in oracle 10g

    Hi,
    I am trying to develop a simple j2ee application in Exploded Format
    in oracle 10g AS. i have created a new OC4J instance called
    TestOC4j for this. A .war file works fine in this instance.
    I have placed the application under applications directory of TestOC4j.
    I have made entries in server.xml, oc4j_mod.conf,
    default-web-site.xml,http-web-site.xml and application.xml in META-INF
    of the application.
    The application get deployed with no errors.gets created in
    application-deployments too.
    But the url http://server-ipaddress:7778/test_app is not working.
    Please help.
    The folder struture is as follows:
    test_app
    --META-INF
    -----application.xml
    --test_web
    -----pages
    -------welcome.jsp
    -----WEB-INF
    -------web.xml
    -------lib
    -------src
    The entries in server.xml is as follows:
    <application name="test_app" path="../applications/test_app" auto-start="true" />
    <web-site path="./http-web-site.xml" />
    The entries in application.xml is as follows :
    <module>
    <web>
    <web-uri>test_web</web-uri>
    <context-root>/test_app</context-root>
    </web>
    </module>
    The entries in default-web-site.xml is as follows:
    <web-app application="test_app" name="test_web" load-on-startup="true" root="/test_app" />
    The entries in http-web-site.xml is as follows:
    <web-app application="test_app" name="test_web" load-on-startup="true" root="/test_app" />
    The entries in oc4j_mod.conf is as follows:
    Oc4jMount /test_app TestOC4j
    Oc4jMount /test_app/* TestOC4j
    Regards,
    Roopa

    Roopa, it looks like there is no problem with the deployment of your application in exploded format. Have you accessed http://server-ipaddress:7778/test_app/pages/welcome.jsp? Any problem access http://server-ipaddress:7778/j2ee/, the default home page of the default-web-app ?
    When you say the url http://server-ipaddress:7778/test_app is not working, what is the error message if any on the browser, on server console, in the server.log and http-web-access.log of ORACLE_HOME/j2ee/home/log/, ORACLE_HOME/j2ee/home/application-deployments/test_app/application.log?

  • How to run Pro*C application with Instant Client in Oracle 10g

    i am try to run but Pro*C application give error orasql10.dll
    i have downlod Instant Client in Oracle 10g from site. i have unzip and maked environmental virable in PC.
    but application not run. given error orasql10.dll .......
    my problem is thrat i want to run Pro*C application with Instant Client in Oracle 10g .....
    oracle say that run but how........

    According to this thread, it does not work on Windows:
    Does Instant Client 10.1.0.4 for Windows 32 support ProC ?

  • Deploying Enterprise application in exploded format

    ewsgroup: to weblogic.developer.interest.webserver
    For simplification and to make changes easier
    we want to deploy our EJB's
    and web application in exploded format.
    I created the following directory structure
    in my home area:
    Application/
    deploy/
    META-INF/
    application.xml
    web/
    jsps, html
    WEB-INF/
    *.xml
    classes/
    servlet
    .class files
    lib/
    ejb/
    META-INF/
    *.xml
    com/ .... directory
    structure for EJB.
    I deployed the application using the admin
    console and referencing
    myhome/application/deploy. This results in
    the following error in the log:
    <Dec 18, 2001 5:25:46 PM MST> <Error> <HTTP>
    <[web] Error reading
    Web application "/myhome/application/deploy/web"
    java.net.ConnectException: Tried all: '1' addresses,
    but could not connect
    over HTTP to server : 'java.sun.com', port:
    '80'
    None of my WLS servers are configured to use
    port 80. This particular
    server is configured to listen on port 7009.
    Any help or insight would be greatly appreciated.

    I think I ran into the same problem with using the localhost address on our
    application. Are you using the ip of one of your managed servers?
    Are you upgrading or using WLS 6.1 SP1 ..by the way?
    "Terry Jahelka" <[email protected]> wrote in message
    news:3c20c99e$[email protected]..
    >
    For simplification and to make changes easier we want to deploy our EJB'sand web
    application
    in exploded format.
    I created the following directory structure in my home area:
    Application/
    deploy/
    META-INF/
    application.xml
    web/
    jsps, html
    WEB-INF/
    *.xml
    classes/
    servlet .class files
    lib/
    ejb/
    META-INF/
    *.xml
    com/ .... directory structure for EJB.
    I deployed the application using the admin console and referencingmyhome/application/deploy.
    This results in the following error in the log:
    <Dec 18, 2001 5:25:46 PM MST> <Error> <HTTP> <[web] Error reading Webapplication
    "/myhome/application/deploy/web"
    java.net.ConnectException: Tried all: '1' addresses, but could not connectover
    HTTP to server
    : 'java.sun.com', port: '80'
    None of my WLS servers are configured to use port 80. This particularserver
    is configured
    to listen on port 7009.
    Any help or insight would be greatly appreciated.

  • Deploying application in Exploded format

    For simplification and to make changes easier we want to deploy our EJB's and web
    application
    in exploded format.
    I created the following directory structure in my home area:
    Application/
    deploy/
    META-INF/
    application.xml
    web/
    jsps, html
    WEB-INF/
    *.xml
    classes/
    servlet .class files
    lib/
    ejb/
    META-INF/
    *.xml
    com/ .... directory structure for EJB.
    I deployed the application using the admin console and referencing myhome/application/deploy.
    This results in the following error in the log:
    <Dec 18, 2001 5:25:46 PM MST> <Error> <HTTP> <[web] Error reading Web application
    "/myhome/application/deploy/web"
    java.net.ConnectException: Tried all: '1' addresses, but could not connect over
    HTTP to server
    : 'java.sun.com', port: '80'
    None of my WLS servers are configured to use port 80. This particular server
    is configured
    to listen on port 7009.
    Any help or insight would be greatly appreciated.

    I think I ran into the same problem with using the localhost address on our
    application. Are you using the ip of one of your managed servers?
    Are you upgrading or using WLS 6.1 SP1 ..by the way?
    "Terry Jahelka" <[email protected]> wrote in message
    news:3c20c99e$[email protected]..
    >
    For simplification and to make changes easier we want to deploy our EJB'sand web
    application
    in exploded format.
    I created the following directory structure in my home area:
    Application/
    deploy/
    META-INF/
    application.xml
    web/
    jsps, html
    WEB-INF/
    *.xml
    classes/
    servlet .class files
    lib/
    ejb/
    META-INF/
    *.xml
    com/ .... directory structure for EJB.
    I deployed the application using the admin console and referencingmyhome/application/deploy.
    This results in the following error in the log:
    <Dec 18, 2001 5:25:46 PM MST> <Error> <HTTP> <[web] Error reading Webapplication
    "/myhome/application/deploy/web"
    java.net.ConnectException: Tried all: '1' addresses, but could not connectover
    HTTP to server
    : 'java.sun.com', port: '80'
    None of my WLS servers are configured to use port 80. This particularserver
    is configured
    to listen on port 7009.
    Any help or insight would be greatly appreciated.

  • Date format in Oracle 10g XE

    I'm using Oracle 10g XE on Windows Vista and I'm curious as to what determines the date format.
    According to the globalization section in the Oracle installation guide the NLS_DATE format is dependent on the NLS_LANGUAGE setting. In my database the NLS_LANGUAGE is American, the NLS_TERITORY is America and all other NLS_* parameters are blank (default).
    From that I would expect the default date format to be mon-dd-yyyy.
    However when I run SELECT sysdate FROM dual the date is reported as dd/mm/yyyy and this was the default format when I used SQL Developer and when I used the command line SQL*Plus. Obviously something else is determining the date format, but what?

    Your settings are dependent on NLS_LANG on the client.
    They are derived from (assuming Windows) the regional settings of the O/S.
    This means in Western Europe the default 'American_America.WE8MSWIN1252'.
    This makes the default NLS_DATE_FORMAT dd-mm-yy.
    You can override this in the registry, or set up an after logon trigger.
    Sybrand Bakker
    Senior Oracle DBA

  • Flexible Audit_Trail output Format in Oracle 10g

    Dear Friends ,
    I have to configure audit_trail in oracle 10g , using
    "audit_trail = xml"
    or "audit_trail = xml,extended"
    or "audit_trail = os"
    Here I want to keep my user log in OS format not into DB format . But In the OS format I use the above options ("xml" , "xml,extended" , "OS" ) which are not actually not so easy format or a lengthy output format . I want a format where it is shown only "username", "HostIP","Timestamp", "Sql_text" .
    Can I make it manually ? Or is there any other option to make it easy ?
    plz inform ... ...
    Waiting for ur kind reply .. ..

    You could set audit_trail=DB and then write your own SQLs to extract information
    from the dba_audit_% views to flat files.

  • Help redeploying an application in exploded format

    Hi,
    I am trying to redeploy my application that has been deployed in exploded
    format,
    but it doesn't seem to be working.
    I am following the steps presented in the Admin guide as follows:
    1. I have an empty file named REDEPLOY in the directory where my exploded
    application resides.
    2. I make my changes to my application & compile. The .class files end up
    in a different folder than
    my exploded deployment directory.
    3. I copy the updated .class files to the exploded deployment directory.
    4. Touch the REDEPLOY file to update its timestamp.
    But my new changes are not seen. (Of course they are seen if I restart the
    server).
    My environment is W2K; WL6.1, SP1.
    Any ideas?
    Thanks,
    Beth

    The REDEPLOY file is inside the WEB-INF directory and we still couldn't get
    it to work.
    Our Web Application resides outside the Weblogic Home directory and we are
    compiling
    directly into this directory now (the original message stated we were
    compiling to a different
    directory, then copying the .class files).
    We were able to get the hot redeploy working by using the Weblogic Console
    and unchecking &
    rechecking the check box that said whether or not the application was
    deployed- the current environment
    that this is working is WL6.1 (we backed out the Service Pack for a
    different reason). We did
    find that we do need to shut down any existing browser sessions; but as long
    as we start a new browser
    session we don't need to restart the WL server and all the new changes are
    picked up.
    Even though the hot redeploy is working for us without touching the REDEPLOY
    file, I'm
    still curious if we are missing something here about how this works. If
    anyone has any ideas,
    I'd like to hear them.
    Thanks,
    Beth
    "Mihir Kulkarni" <[email protected]> wrote in message
    news:[email protected]..
    The REDEPLOY file should be inside the WEB-INF directory of the exploded
    webapp.
    http://e-docs.bea.com/wls/docs61////webapp/deployment.html#138990
    - mihir
    Beth wrote:
    Hi,
    I am trying to redeploy my application that has been deployed in
    exploded
    format,
    but it doesn't seem to be working.
    I am following the steps presented in the Admin guide as follows:
    1. I have an empty file named REDEPLOY in the directory where myexploded
    application resides.
    2. I make my changes to my application & compile. The .class files endup
    in a different folder than
    my exploded deployment directory.
    3. I copy the updated .class files to the exploded deploymentdirectory.
    4. Touch the REDEPLOY file to update its timestamp.
    But my new changes are not seen. (Of course they are seen if I restartthe
    server).
    My environment is W2K; WL6.1, SP1.
    Any ideas?
    Thanks,
    Beth

  • How to ceate simple SCM application for Hardware shopee in oracle 10g forms

    Hi all,
    I want to create a simple SCM application for hardware shopee.
    I want to know all idea behind it, want to clear all concepts,required tables, etc

    Will that be a web-application like oracle.com or ebay? in this case, i would re-think the idea of using forms. Or is it an application which will be used "in-house" in a company over the intranet?
    Anyway, before deciding the tool to implemnet something, wouldn't it be better to get the requirements right (functionaltity, data-objects)?

  • Deploying web application in OAS Release 3 (10.1.3.1.0) in exploded format

    How to deploy a web application in exploded format in OAS server.

    Refer these:
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b28221/depapp003.htm#JIEJB00906
    http://download.oracle.com/docs/cd/B31017_01/migrate.1013/b31269/servlets_weblogic.htm#i1018012
    Thanks
    Shail

  • Is it possible to upgrade only apache in oracle 10g application server.

    Hi All,
    I have to upgrade only apache in oracle 10g application server with out upgrading oracle 10g as.
    Is it possibel to upgrade only apache version in oracle 10g application server. if yes.could you suggest the steps that i need to follow.
    This is very urgent.
    Thanks in advance.
    Regards,
    Sathya

    If your trying to upgrade just apache in that oracle home, then no. If your trying to upgrade to a real apache version, from apache.org, mod_oc4j won't work. You need to use Oracle's version of Apache or HTTP Server.
    Is there a reason you only want to upgrade Apache and not the whole oracle home?
    There are ways to do it, but it wouldn't be supported by Oracle and I wouldn't recommend that either.
    Edited by: user11993398 on Apr 13, 2011 3:04 PM

  • SunOneAppServ with Oracle 10g vers. 10.1.0.3.0

    Hello,
    I'm using two different versions of SunOneAppServer,
    Sun Java System Application Server Enterprise Edition 8.1_02(build b19-p08) and
    Sun Java System Application Server 7 2004Q2UR2.
    These two instances of Application Servers work over two different databases, Oracle 8 and Oracle 10g vers. 10.1.0.3.0.
    When working with Oracle 10 I get locks over some records during transactions and that transactions don't run correctly so the records remain locked and all following transactions go on waiting indefinitely or until I kill the session using toad.
    Looking at the query locking the record it seems to me it's a query done by the application server.
    Using the same software and making the same operation over the database with Oracle 8 this doesn't happen.
    Does anyone has the same problem or knows how to solve it?
    A collegue of mines told me that these versions of application servers doesn't support Oracle 10g. Is it true?

    Both versions of the appserver below will work with Oracle 10g.
    There is not enough details as to asist with your problem, but it could well be a change in semantics for locking in 10g that is causing your issue

  • Oracle 10G compatibility with Business Object 6.3.1

    we have a BO application, which accepts data from Oracle 10G. We are currently in the process to upgrade from Oracle 9I to 10G. We have not yet had the upgrades, but it would be very helpful if i could get some information on the impacts on BO due to this upgrade.

    Dear,
    first of all remeber that if you change the sarver name port when you log on on CMC or CCM you have to name the server with the new port in the field system:
    <servername>:<port> es. PIPPO:6350
    Let me know
    Massimo
    Edited by: Massimo Cappelli on Jun 9, 2011 8:42 AM

  • Compatability Matrix for Oracle 10g

    I'm searching for the compatability matrix for Oracle 10g database. Need certified combinations for Operating system (Unix/Windows), Application servers (BEA/IBM) , Web servers, etc.
    Can anyone post me the link?
    Thanks in advance.

    I'm searching for the compatability matrix for Oracle 10g database. Need certified combinations for Operating system (Unix/Windows)Here: http://www.oracle.com/technology/support/metalink/index.html
    Application servers (BEA/IBM) , Web servers, etc.There are not cert. matrices for app. servers from other vendors.
    You can use whathever application server in combination with Oracle 10g BEA/IBM/JBOSS, etc. Everything you need appropriate client (for example for application in Java - Oracle JDBC connector which is free to download).

  • Bug in deploying in exploded format

              when i deploy my whole application in exploded format..the welcome page is not
              picking up from the web.xml file.is it a bug? if anybody knows,i would be appreciated
              if you reply me soon
              thanks
              Seri
              

    [att1.html]
              

Maybe you are looking for

  • File open on multiple computers at the same time

    Hello, I have noticed something peculiar. Whenever I open or save a file in Illustrator CC 2014, it shows as an open file on our server (as it should). Shortly thereafter, it not longer shows as open, thereby enabling another user to open it and edit

  • DVD Studio Pro DVD won't play in DVD player

    I created a movie in Final Cut Pro 7, sent it to Compressor, and created a DVD using DVD Studio Pro.  When I try to play the DVD on my DVD player it says that it "can't play the disc."  The movie files from Compressor are "Sequence 1- Dolby Digital P

  • Not Able TO Clear Payment In Cash Management

    Example I have one payment which GL date is 02-Feb-13 but wrongly I clear this payment on 12-Apr-13 after clear the payment I unclear this payment with the same date. Now I want to clear this payment in 30-Mar-13. But system not allows me to clear th

  • Windows 2012 RDS - Session Host servers High Availability

    Hello Windows/Terminal server Champs, I am new middle of implementing RDS environment for one of my customer, Hope you could help me out. My customer has asked for HA for RDS session host where applications are published, and i have prepared below pl

  • Calculate maximum value of subarray while creating it using a case structure and shift registers

    I have two 1D arrays that contain cyclical information (kind of like a sine wave).  One that contains information on position in degrees and another that contains torque.  I would like to calculate the maximum torque value each time the position is w