> From: [email protected] [mailto:[email protected]] > Subject: Re: Tomcat Configuration in Eclipse > > It appears apparent that Tomcat is running as a service on my > Windows.
Not with javaw.exe; Tomcat as a service uses tomcat?.exe as the launcher executable. > How can I try to stop Tomcat as a service and start manually ? If it's really running as a service, use Control Panel -> Administrative Tools -> Services. > My confusion is that even if I have not started Tomcat explicitly than > also my ports are busy, after that if I change required port numbers > in server.xml for tomcat and than try to start it than again I get > same message saying that new port numbers are already in use and so > tomcat cannot start and so what is way to come out of this deadlock > kind of condition ? The real problem appears to be with how you're using Eclipse, not Tomcat. You may need help from Eclipse people to sort that out. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
