Hi Mark, Many thanks for your reply. Upgrading seems is a good choice, but my app was running since 2005, it is stable and I have not plan to upgrade tomcat. As we known, we usually use the tomcat.exe to install tomcat service as a window service.So, if I choose to upgrade the service wrapper using commons-daemon, is it means I need to re-generate the tomcate.exe? Any instructions?
________________________________ 发件人: Mark Thomas <ma...@apache.org> 收件人: Tomcat Users List <users@tomcat.apache.org> 发送日期: 2010/12/1 (周三) 4:55:28 下午 主 题: Re: How to run tomcat 5.5.9 as a service 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 run tomcat > as >a > > service, it fails. > > Can anybody help? 5.5.9 is very old and has a number of known security vulnerabilities. You should consider upgrading. The architecture of the service wrapper must match the architecture of the JVM so you'll need the 64-bit service wrapper. You can get that from the latest commons-daemon download. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org