Re: Re[4]: Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting

2002-05-03 Thread Tom Bednarz
PM Subject: Re[4]: Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting Hello Tom, Well, how about here: http://www.alexandriasc.com/software/JavaService/source.html Tomcat.exe is simply a program called JavaService: JavaService is a Win32 executable

Re[4]: Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting

2002-05-02 Thread Jacob Kjome
Hello Tom, Well, how about here: http://www.alexandriasc.com/software/JavaService/source.html Tomcat.exe is simply a program called JavaService: JavaService is a Win32 executable that allows any Java class to be run as an NT service. It uses JNI's invocation API to create a Java Virtual

Re: Re[2]: Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting

2002-05-01 Thread Tom Bednarz
Jake, Also, what is that -jvm_option? I haven't seen that before? My %CATALINA_OPTS% evironment var looks like: -server -Xms8m -Xmx128m. Should I be using -jvm_option? I have NO -server option. I think there is a big difference between Tomcat 3.x and 4.x. If you type tomcat.exe /? you

Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting

2002-04-30 Thread Tony
Hi Folks Where is the /etc/tomcat4/conf/tomcat4.conf file which is found on a Linux tomcat install found in a Windows install. I want to edit the LANG setting Cheers Tony -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

Re: Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting

2002-04-30 Thread Tom Bednarz
/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting Hi Folks Where is the /etc/tomcat4/conf/tomcat4.conf file which is found on a Linux tomcat install found in a Windows install. I want to edit the LANG setting Cheers Tony -- To unsubscribe: mailto:[EMAIL PROTECTED

Re[2]: Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting

2002-04-30 Thread Jacob Kjome
Hello Tom, A bit more reusable batch command would be: Install Catalina Service: %CATALINA_HOME%\bin\tomcat.exe -install Apache-Catalina %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar -Dcatalina.home=%CATALINA_HOME%