-
1. Re: Oracle 9i and Jetty
James Moring Nov 23, 2002 10:37 AM (in response to Trish Hartnett)Did you check the logs for any errors mentioning port conflicts? Try changing the Jetty port via the JVM command line in run.bat or run.sh. Add this property:
-Djetty.port=9090
or whatever port you want.
HTH -
2. Re: Oracle 9i and Jetty
Michael Fox Dec 26, 2002 9:40 AM (in response to Trish Hartnett)problem is likely the oracle servlet engine. uses port 8080. to turn it off, go to the apache/apache/conf directory and edit the httpd.conf file. comment out the line that includes oracle_apache.conf (might be the last line of the file) Then restart oracle. hope this helps
-
3. Re: Oracle 9i and Jetty
Prasanna Tuladhar Jan 8, 2003 3:37 AM (in response to Trish Hartnett)I tried your option but seems it doesnot work. I am using
oracle 9.0.1. Even after removing the Apache folder itself the servlet engine was still running. I guess for
Oracle 9.0.1 the servlet engine is located preferably in the directory /opt/..../Apache ?
Do someone facing the same problem ?