----- Original Message ----
From: Michael Ludwig <mil...@gmx.de>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Tuesday, January 20, 2009 4:55:16 PM
Subject: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

A primitive web app sketch involving Java extensions to a native library
(JNI) used up front in a ServletContextListener works when started via
bin\startup.bat but doesn't work when installed as a Windows service and
started via bin\tomcat6w.exe in the case of 6.0.18 or bin\tomcat5w.exe
in the case of 5.5.27, on Windows XP.


Hi Michael,

I don't know if this is relevant to your problem or not and you didn't mention
whether you're x64 or x86 of XP version. I had problem of tomcat startup as 
service before on x64 (xp or Win03).  You need to replace the tomcat*.exe 
w/ the 64bit version.  The included *.exe are 32 bit.
Here's where you can get 64bit for tomcat5:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/amd64/
and this is for tomcat6:
http://svn.apache.org/viewvc/tomcat/trunk/res/procrun/amd64/

Regards,
Tommy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to