Hello RAJESH, Install Catalina Service:
%CATALINA_HOME%\bin\tomcat.exe -install Apache-Catalina %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar -Dcatalina.home=%CATALINA_HOME% %CATALINA_OPTS% -Xrs -start org.apache.catalina.startup.BootstrapService -params start -stop org.apache.catalina.startup.BootstrapService -params stop -out %CATALINA_HOME%\logs\stdout.log -err %CATALINA_HOME%\logs\stderr.log Uninstall Catalina Service: %CATALINA_HOME%\bin\tomcat.exe -uninstall Apache-Catalina Copy the above strings to the command line. Just make sure to set all the environment variables referenced before you run these commands... and make sure you open a brand new command window after setting any environment variables to make sure the new command window references the most current configuration. Jake Wednesday, September 25, 2002, 9:31:47 AM, you wrote: RK> Hi all, RK> We would like to start the TOMCAT server without opening a new DOS prompt. RK> How should we do this? RK> Thanks in anticipation. RK> With Regards RK> K.RajeshKannan RK> _________________________________________________________________ RK> MSN Photos is the easiest way to share and print your photos: RK> http://photos.msn.com/support/worldwide.aspx RK> -- RK> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> RK> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Best regards, Jacob mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
