Tomcat change the way to startup

S

sk

Recently i take over project developed by servlet.
Currently whenever start the web server I have to
click on the mycompany.bat file in CATALINA_HOME/bin folder

mycompany.bat===============================
@echo off
rem set CATALINA_OPTS=-Djava.security.debug=all

cd %CATALINA_HOME%\bin\
catalina start -security
pause
===============================

This way is different from how the tomcat starts up when starting
tomcat from windows menu? How can I change the configuration so that
the tomcat is going to start up just like when i click on mycompany.bat
file?

SK
 
S

sk

I am still searching for the solution.

I just want to know a way to start up the service as a windows service
with -security option
SK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top