I am still waiting for reply, please help! Thanks...

Hello all, I want to make a service program for windows that runs tomcat
standalone in it. I did a win32 .exe that creates service and runs jar file
with JNI code. Firstly I made my own jar file which writes to a file with
start command and it worked. Then I used this exe with tomcat's
bootstrap.jar and I used "apache/org/catalina/startup/Bootstrap" as class
path. However tomcat didn't work with this. On windows command line I
started tomcat with "java -jar bootstrap.jar start". and it works. However
it doesn't work from my service. I am trying to do something like
procrun(tomcat6w.exe and tomcat6.exe). I searched for procrun code but it is
not up-to-date I think. I couldn't compile it with visual studio(gives
errors).
 
So I am searching for, how I can run tomcat from jar file in my service. 
Any help appreciated !
Thanks
Fatih.

-- 
View this message in context: 
http://www.nabble.com/Starting-tomcat-from-jar-file%E2%80%8F-%28from-another-service%29-tp21998265p22037428.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to