Author |
|
sravanthi
Joined: 05 May 2008 Posts: 3
|
Posted: Mon 05 May '08 0:27 Post subject: Problem when starting Apache Tomcat 4.0 |
|
|
Hello,
I am trying to use tomcat as my server to connect J2ME and Oracle 9i database.
I tried hitting http://localhost:80/ before when I did not load Oracle into my system and I got the home page of Apache.
But when I loaded Oracle into my system and created a JDBC-ODBC connection and started my tomcat I am getting an error
"Catalina.start:LifecycleException:null.open:java.net.bindexception:address already in use:JVM_bind" and a lot more of statements.
When I am hitting http://localhost/ I am getting a web page showing "Oracle HTTP Server". and when I am hitting http://localhost:8080/ I am getting an index of/ page.
Is that I need to get.
Why am I getting the error statement when I start tomcat.
Please can anyone help me out with this.
Thanks,
Sravanthi. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 05 May '08 10:15 Post subject: |
|
|
I think the oracle webserver is running on port 8080 so that your tomcat can not use that port. You need to change the port from romcat or the oracle web server. |
|
Back to top |
|
sravanthi
Joined: 05 May 2008 Posts: 3
|
Posted: Sun 18 May '08 10:06 Post subject: |
|
|
I changed the port of tomcat rom 8080 to 8085.when I went through oracle port it was 1512.Still I am getting a conflict.What should I do?
Thanks,
Sravanthi. |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Sun 18 May '08 17:02 Post subject: |
|
|
Oracle Database is usually on port 1521 - but the web page said Oracle HTTP Server.
This is a version of Apache which is installed when you install Oracle.
-tom- |
|
Back to top |
|
sravanthi
Joined: 05 May 2008 Posts: 3
|
Posted: Sun 18 May '08 21:53 Post subject: |
|
|
So what can I do to overcome the conflict.
Sravanthi. |
|
Back to top |
|