Skip to main content



      Home
Home » Newcomers » Newcomers » eclipse exit after running project(eclipse terminate automatically whenever running the web application project in eclipse kepler)
eclipse exit after running project [message #1226224] Tue, 31 December 2013 22:40 Go to next message
Eclipse UserFriend
After running the web application project eclise(Kepler) exit automatically after three or four seconds. After running one servlet whenever another servlet is trying to run it says tomcat port already in use although it is using within same project.
In browser whenever I type the url with port number. It is running. How Can I stop that?

And now right click on eclipse stops working. Mouse right click is fine with others . What is the actual problem?
Re: eclipse exit after running project [message #1226564 is a reply to message #1226224] Wed, 01 January 2014 23:27 Go to previous message
Eclipse UserFriend
On 01/01/2014 02:02 PM, yeklavya ryan wrote:
> After running the web application project eclise(Kepler) exit
> automatically after three or four seconds. After running one servlet
> whenever another servlet is trying to run it says tomcat port already in
> use although it is using within same project. In browser whenever I type
> the url with port number. It is running. How Can I stop that?
> And now right click on eclipse stops working. Mouse right click is fine
> with others . What is the actual problem?

If I understand your symptom clearly, what's happening is that Eclipse
dies, but leaves Tomcat running. You may need to kill it from the
command line. Do:

$ ps -ef | grep [t]omcat

Assuming there's no other Tomcat you want to leave running, just kill
whichever one shows up after the falling command:

$ kill -9 <pid>
Previous Topic:Eclipse Standard 4.3.1, installable throws an error while trying to extract
Next Topic:How does Eclipse load /usr/lib64/IcedTeaPlugin.so ?
Goto Forum:
  


Current Time: Wed Jun 18 06:09:27 EDT 2025

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

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

Back to the top