Tomcat server running but application not running Vista

2009-11-22 Thread SRamasamy
I have developed application with Windows XP it's looks good when try to run Vista and Windows 7 application not running but server running with error, I am using tomcat Binary distribution tomcat version 6. please let me know idea about this issues. -- View this message in context:

RE: how to find tomcat binary distribution service name

2009-11-14 Thread SRamasamy
Tomcat have service name and also its configured with server.xml but when I run tomcat binary version why it was not listing showing service name? I have checked through command prombt “tasklist “ how OS will identified the server instance? How OS will create pid ? Please let me can I possible

RE: Tomcat really need Shutdown port

2009-11-14 Thread SRamasamy
That's bad; each time the user clicks the link a new instance of Tomcat will start, all but the first of which will die due to port conflicts. Sloppy, at best. You should have the links target your own script that determines whether or not Tomcat is running and starts it only when needed. --

tomcat need for AJP and SSL port to run local application

2009-11-13 Thread SRamasamy
Hi, I have few questions regarding tomcat our web application running on tomcat version 6, I go through tomcat server.xml file its shows the following ports 1. 2. 3. My application not communicates with other service like web service and other application. Our application running on

RE: tomcat need for AJP and SSL port to run local application

2009-11-13 Thread SRamasamy
working and looks good. Please let me know if I remove connector port AJP and SSL port it will come any other problem handing request. Caldarale, Charles R wrote: From: SRamasamy [mailto:su...@techie.com] Subject: tomcat need for AJP and SSL port to run local application I go through

Tomcat really need Shutdown port

2009-11-13 Thread SRamasamy
Please let me know tomcat really need shutdown port to shutdown server. I go though some google its show tomcat default it listen port 8005 to shutdown. I have removed port but its working. let me know how its working after removing shutdonw port ? 1. Server shutdown=SHUTDOWN -- View this