in reply to
Win32 module for 64 bit tomcat service
Hi, I believe Tomcat stores its own PID on startup when you call the apropriate shutdown.bat it kills the correct process, I would suggest you simply run
syatem('c:\path\to\shudown.bat');
print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."
Comment on
Re: Win32 module for 64 bit tomcat service
Select
or
Download
Code
Replies are listed 'Best First'.
Re^2: Win32 module for 64 bit tomcat service
by
Anonymous Monk
on Aug 23, 2013 at 05:36 UTC
HI, Thanks for your reply. Well, my script was perfectly working for 32 bit tomcat setup. dont know whats wrong with 64 bit setup.
[reply]
In Section
Seekers of Perl Wisdom