java - start and stop tomcat via command prompt -
im using tomcat 6.0.18. have installed tomcat server , set catalina_home
variable in environment variables. inside tomcat installation location under bin
folder, there no startup.bat
or shutdown.bat
file available. there 2 exe files: tomcat6.exe
& tomcat6w.exe
. know how start tomcat server via command prompt.
i tried executing below command
c:\apache software foundation\tomcat6.0\bin>tomcat6.exe start
the start
command works fine. i'm unable stop server using command
c:\apache software foundation\tomcat6.0\bin>tomcat6.exe stop
but stop
command not stop server. starts tomcat server.
both commands 'tomcat6.exe start' & 'tomcat6.exe stop' starts tomcat server. know options should use stop tomcat server via command prompt.
any on appreciated. in advance.
if tomcat server 64 bit , system 32 bit server wont start...check system type when configuring
Comments
Post a Comment