How to run tomcat 5.5.9 as a service in 64-bit OS?

2010-12-01 Thread shunhao chen
Hi all, I have a web app using tomcat 5.5.9 as app server. All works well in 32-bit OS. But now I have to support this app running on 64-bit OS. So I change the JDK to use a 64-bit version(jdk1.5.0_22). All works well, but when I run tomcat as a service, it fails.     Can anybody help?

回复: How to run tomcat 5.5.9 as a servic e in 64-bit OS?

2010-12-01 Thread shunhao chen
in 64-bit OS? On 01/12/2010 08:40, shunhao chen wrote: Hi all,     I have a web app using tomcat 5.5.9 as app server. All works well in 32-bit OS. But now I have to support this app running on 64-bit OS. So I change the JDK to use a 64-bit version(jdk1.5.0_22). All works well, but when I

回复: How to run tomcat 5.5.9 as a servic e in 64-bit OS?

2010-12-01 Thread shunhao chen
to run tomcat 5.5.9 as a service in 64-bit OS? Mark Thomas wrote: On 01/12/2010 08:40, shunhao chen wrote: Hi all,     I have a web app using tomcat 5.5.9 as app server. All works well in 32-bit OS. But now I have to support this app running on 64-bit OS. So I change the JDK to use a 64-bit

How to speed up tomcat 5.5 jsp precompilation?

2010-06-20 Thread shunhao chen
Hi all, I have 2100 jsp files in my system, and I use the following ant script to precompile my jsp files. It takes 10 minutes to complete. 10 minutes is too long for me, because I also need to run class obfuscation, js/css compressor and test case. It’s any tips for me to speed up the