How to setup VM opt when running Tomcat as windows service?

2004-03-17 Thread Gordon Luk
Hi All, I got a problem on setup Tomcat 5.0.19 on my windows 2000 enterprise server. I have installed java 1.4.x on it. I want change the java vm option to instead the default setting. for example with opt. -server -Xms64m -Xmx128m.. i already try few methods as following : - stop service,

Re: How to setup VM opt when running Tomcat as windows service?

2004-03-17 Thread Gordon Luk
Finally, i got the solution by google, answer also come from tomcat-user. Take a look here when you got same problem. http://mdsh.com/notes/tomcat5OnWindowsNT.jsp On Wed, 2004-03-17 at 16:41, Gordon Luk wrote: Hi All, I got a problem on setup Tomcat 5.0.19 on my windows 2000

AW: Running Tomcat as Windows Service

2003-07-10 Thread Hamidene, Anis Ben
Users List Betreff: RE: Running Tomcat as Windows Service I used this to create my nt service. %CATALINA_HOME%\bin\tomcat.exe -install Tomcat %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOM E%\lib\too ls.jar -Dcatalina.home

Running Tomcat as Windows Service

2003-07-09 Thread Hamidene, Anis Ben
Hi, I want to install Tomcat 4.1.2 as windows service. My servlets should connect to another server over SSl-Connection. I did install tomcat as a service, but when my client connects to the servlet, tomcat hangs down,and I have to restart the service manually. If I start Tomcat using the batch

Running Tomcat as Windows Service

2003-07-09 Thread Hamidene, Anis Ben
Hi, I want to install Tomcat 4.1.2 as windows service. My servlets should connect to another server over SSl-Connection. I did install tomcat as a service, but when my client connects to the servlet, tomcat hangs down,and I have to restart the service manually. If I start Tomcat using the batch

RE: Running Tomcat as Windows Service

2003-07-09 Thread Pitre, Russell
: Running Tomcat as Windows Service Hi, I want to install Tomcat 4.1.2 as windows service. My servlets should connect to another server over SSl-Connection. I did install tomcat as a service, but when my client connects to the servlet, tomcat hangs down,and I have to restart the service manually

Re: Running Tomcat as Windows Service

2003-07-09 Thread Jerry Holyfield
Get a thread dump of the tomcat process. Hi, I want to install Tomcat 4.1.2 as windows service. My servlets should connect to another server over SSl-Connection. I did install tomcat as a service, but when my client connects to the servlet, tomcat hangs down,and I have to restart the service

Running Tomcat as Windows Service

2003-07-03 Thread Hamidene, Anis Ben
Hi, I want to install Tomcat 4.1.2 as windows service. My servlets should connect to another server over SSl-Connection. I could install tomcat as a service, but when my client connects to the servlet, tomcat hangs down,and I have to restart the service manually. If I start Tomcat using the batch