Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Issue with Eclipse Kepler and Apache 7.0 compatibility(Not able to start Tomcat via eclipse)
Issue with Eclipse Kepler and Apache 7.0 compatibility [message #1245422] Thu, 13 February 2014 19:54 Go to next message
shir m is currently offline shir mFriend
Messages: 1
Registered: February 2014
Junior Member
Hi,

I am facing issue while starting tomcat 7.0 via eclipse. I am using eclipse kepler and using Windows 7 OS.

When i start Tomcat via "Services" option, it starts fine,

and when i try localhost:8080 in browser, the apache default page opens ok.

However when i add Tomcat 7.0 in Eclipse and try to start Tomcat;i get the below error.

Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are 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).

As suggested by others, i change my port numbers (random numbers), 8010,9090,8019.

In this scenario Apache server starts up fine and localhost:9090 is working ok too, however i get similar error while trying to start server via eclipse

Several ports (8010, 9090, 8019) required by Tomcat v7.0 Server at localhost are 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).

Please suggest, how do i actually find if any application are using the above port or
kindly suggest some alternative to overcome this issue,

Thanking in anticipation Smile
Re: Issue with Eclipse Kepler and Apache 7.0 compatibility [message #1247019 is a reply to message #1245422] Sat, 15 February 2014 19:00 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 02/13/2014 02:31 PM, shirshendu mukherjeee wrote:
> Hi,
>
> I am facing issue while starting tomcat 7.0 via eclipse. I am using
> eclipse kepler and using Windows 7 OS.
>
> When i start Tomcat via "Services" option, it starts fine,
> and when i try localhost:8080 in browser, the apache default page opens ok.
>
> However when i add Tomcat 7.0 in Eclipse and try to start Tomcat;i get
> the below error.
>
> Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at
> localhost are 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).
>
> As suggested by others, i change my port numbers (random numbers),
> 8010,9090,8019.
>
> In this scenario Apache server starts up fine and localhost:9090 is
> working ok too, however i get similar error while trying to start server
> via eclipse
>
> Several ports (8010, 9090, 8019) required by Tomcat v7.0 Server at
> localhost are 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).
>
> Please suggest, how do i actually find if any application are using the
> above port or kindly suggest some alternative to overcome this issue,
>
> Thanking in anticipation :)

If you're certain you actually killed the previous running instance of
Tomcat, then you've got another instance running on your computer. You
can either investigate that and kill it (but, maybe you're doing it on
purpose?) or you can double-click the server in the Servers view and
change the ports it uses.

I'm not a Windows guy, but I suspect you wouldn't have too much trouble
Googling on how to determine why Tomcat is running separately on your
box. In any case, that isn't an appropriate question in this forum which
is why no one's answered yet.

Hope this helps.
Previous Topic:Compiling two separated source files with Fortran
Next Topic:Linux: blank and orphaned alert, bug in Indigo - Kepler?
Goto Forum:
  


Current Time: Thu Apr 25 02:31:23 GMT 2024

Powered by FUDForum. Page generated in 0.07611 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top