Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Deploying an EJB application

237714Oct 1 2002
Hi all,
I'm having a deep problem when trying to configure my application in 9iAS and I'm struggling with it for some days now. It is an application packed as WAR that I have deployed on oc4j (no problems there). All I want is to make the root URL to point to my application, so that when I hit http://server:7778/ my application will get called. I have done the following:
1. in default-web-site.xml I have mounted my web-app as follows:
<web-app application="MYAPP" name="app" root="/"/>
2. In mod_oc4j.conf I have added inside <IfModule> node:
Oc4jMount / home
Oc4jMount //* home
Note that I have deployed my WAR app in the home instance of oc4j.

When I start the server, the whole OPMN process crashes with a drwatson error window.
Also I have noticed that there is an internal HTTP request for "/" once in 10 seconds. That's probably to check the status of the HTTP server. Maybe this is causing my problems. Is there any way to configure this also? The first page of my application (the one called when "/" is hit) is rather heavy and I don't want the server to occupy its time serving this page once in 10 seconds.

If you have any idea why this is happening, please reply.

Thank you very mouch!
Florin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 25 2002
Added on Oct 1 2002
3 comments
178 views