Start Server with Error Message [message #230074] |
Sun, 05 April 2009 20:03  |
Eclipse User |
|
|
|
I add a new server and start the server with the default ports (See
Default Port Number Below), the server will throw a CoreException. This is
the exception message [Several Ports (8005,8080,8009) required by Tomcat
v6.0 Server at localhost are alrady in use.............]
Tomcat Admin: 8005
Http/1.1: 8080
AJP/1.3:8009
Is it mean that we can not have server ports 8005,8080,8009 ?
|
|
|
Re: Start Server with Error Message [message #230099 is a reply to message #230074] |
Mon, 06 April 2009 10:12   |
Eclipse User |
|
|
|
Le Yang wrote:
> I add a new server and start the server with the default ports (See
> Default Port Number Below), the server will throw a CoreException. This
> is the exception message [Several Ports (8005,8080,8009) required by
> Tomcat v6.0 Server at localhost are alrady in use.............]
>
> Tomcat Admin: 8005
> Http/1.1: 8080
> AJP/1.3:8009
>
> Is it mean that we can not have server ports 8005,8080,8009 ?
Not if some other program is using one or more of those ports. It's
possible you have Tomcat running as a service using those same ports.
If so, then you could shut down the Tomcat service and then your Tomcat
server in Eclipse should start fine. If you want to run the service and
the Tomcat server in Eclipse at the same time, you will need to change
ports on one of them. To learn more about the Tomcat support in WTP,
see the Tomcat FAQ: http://wiki.eclipse.org/WTP_Tomcat_FAQ.
Cheers,
Larry
|
|
|
|
Powered by
FUDForum. Page generated in 0.03711 seconds