It appears apparent that Tomcat is running as a service on my Windows. How can I try to stop Tomcat as a service and start manually ?
I tried stopping Tomcat but still javaw.exe is running which is somehow related to Tomcat. This has not happened one time but several times...everytime I stop Tomcat Server and than again try to start that Webserver it give me the same message that required ports are busy. 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 ? Thanks. On Mon, May 4, 2009 at 11:40 PM, [email protected] <[email protected]>wrote: > I have checked my Tomcat Server and it is not started yet and so it is > confusing to see it working w/o starting it. > > -Ados > > On 5/4/09, Caldarale, Charles R <[email protected]> wrote: > >> From: BRZEZINSKI, PAUL [mailto:[email protected]] > >> Subject: RE: Tomcat Configuration in Eclipse > >> > >> The javaw.exe command is identical to java.exe, except that with > >> javaw.exe there is no associated console window. This implies you can't > >> get it to display the version with -version since there is no console > >> to display it on. Use javaw.exe when you don't want a command prompt > >> window to appear. The javaw.exe launcher will, however, display a > >> dialog box with error information if a launch fails for some reason. > > > > What the OP really needs to know is that Eclipse uses javaw.exe to launch > > Tomcat. What he's looking at is an instance of Tomcat already running - > as > > André pointed 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] > > > > > > > -- > Hi, > > I am looking for Online Java/J2EE training here are my requirement > from the course : Core Java, Advanced Java, XML Programming, Java Web > Program - JSP, Servlets, EJB, JMS, Hibernate, Java Web Services, > Struts, Spring and JSF from the course. > > Kindly let me know about the course details and fee structure if you > provide the training. > > Thanks, > Apurva >
