Specifying -Djava.library.path when tomcat is running as a service

2007-02-21 Thread Sriram Saroop
Hi, I am running tomcat 4.1.34 as a Windows Service by using service.bat My application uses JNI and the required libraries exist in 3 folders: C:\f1,C:\f2,C:\f3 When I add the these folders in -Djava.library.path: "%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions "-Djava.library.path=C:\f1" "%EXEC

How to install tomcat 4.1.34 as a service ?

2007-02-15 Thread Sriram Saroop
I tried using the following script to install tomcat 4.1.34 as a service : set JAVA_OPTS=-Xmx128m -Xss1024k -Xms24m -Djava.class.path="%CATALINA_HOME%\bin\bootstrap.jar";"%CATALINA_HOME%\bin\servlet.jar";"%JAVA_HOME%\lib\tools.jar" -Dcatalina.home="%CATALINA_HOME%" set JAVA_OPTS=%JAVA_OPTS% -Di

Tomcat 5.5 and JDK 6 compatibility

2007-02-12 Thread Sriram Saroop
Hi all, Wanted to know if tomcat 5.5.x is fully compatible with JDK 6 since we are thinking of a JDK upgrade for our production system. Has the compatibility been tested thoroughly ? (I cannot find any info about this on tomcat.apache.org) Are there any known issues ? How about Tomcat 6 and JDK 6