logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Problem when starting Apache Tomcat 4.0
Author
sravanthi



Joined: 05 May 2008
Posts: 3

PostPosted: Mon 05 May '08 0:27    Post subject: Problem when starting Apache Tomcat 4.0 Reply with quote

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

PostPosted: Mon 05 May '08 10:15    Post subject: Reply with quote

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

PostPosted: Sun 18 May '08 10:06    Post subject: Reply with quote

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

PostPosted: Sun 18 May '08 17:02    Post subject: Reply with quote

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

PostPosted: Sun 18 May '08 21:53    Post subject: Reply with quote

So what can I do to overcome the conflict.

Sravanthi.
Back to top


Reply to topic   Topic: Problem when starting Apache Tomcat 4.0 View previous topic :: View next topic
Post new topic   Forum Index -> Apache