Difficulty in running Tomcat v7.0 with Eclipse Juno

Posted by user1673718 on Server Fault See other posts from Server Fault or by user1673718
Published on 2012-09-16T06:01:19Z Indexed on 2012/09/16 21:41 UTC
Read the original article Hit count: 444

Filed under:
|

I get the following error when I run my JSP file in Eclipse-Juno with Tomcat v7:

'starting Tomcat v7.0 server at localhost' has encountered a problem. Port 8080 required by Tomcat v7.0 server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).

I have Oracle 10g installed in my System. When I type "http://localhost:8080" it opens the Oracle 10g license agreement so I think Oracle 10g is already running in that port.

To change the port of Tomcat I tried Google, which said to change the port in the "C:\Program Files\Apache Software Foundation\Apache Tomcat 7.0.14\conf\httpd.conf" file

But at "C:\Program Files\Apache Software Foundation\Apache Tomcat 7.0.14\conf" there was no httpd.conf file.
I only have "catalina.policy,catalina.properties,context,logging.properties,server,tomcat-users,web" files in that conf folder.
I use windows XP.

© Server Fault or respective owner

Related posts about java

Related posts about windows-xp