|
From: serdsch <ser...@ev...> - 2008-02-28 10:35:17
|
Hello, I try to wrap Tomcat 6.0 to be able to control it with automated builds using cruisecontrol's antpublisher. Tomcat should publish the build results and I have to run it as a Windows service because otherwise cruisecontrol wont continue when the server is started as it keeps waiting for the Ant task to complete. Wrapping worked perfectly fine with JBoss, but with Tomcat I have the following problems. I read the manual for wrapping Tomcat 4.x on Tanuki's website: http://wrapper.tanukisoftware.org/doc/english/integrate-start-stop-win.html I did everything the same with Tomcat 6.0 but when I execute the Tomcat.bat it can't load the wrapper.dll: Unable to load the wrapper's native library 'wrapper.dll'. The file is located on the path at the following location but could not be loaded. The logged in user has the rights to read the file and I use a 32-bit Windows with a 32-bit Java version and a 32-bit wrapper. Any idea? Or is there maybe another way to control Tomcat with cruisecontrol? Thx, Sergio -- View this message in context: http://www.nabble.com/Problems-wrapping-Tomcat-6.0-tp15733655p15733655.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |