Bedrijven.nl wrote:
Hello,
I installed Tomcat 557 and create several instances for development
applications by using the CATALINA_BASE parameter.
So I set up about 10 webapplication on my localhost that I can start with
startup.bat. Now what I want to do is to create for each webapplication an
own service on NT (otherwise I have to run each time startup.bat and the CMD
box appear). The first one I can install, but when I try another (given it
another name) failed.
Is it possible to this and second how can I do this?
You will need the service.bat file.
Simply run:
'service.bat install Tomcat1'
'service.bat install Tomcat2'
'service.bat install Tomcat3'
etc...
Of course launch from the directory where each instance is installed.
You can rename tomcat5w.exe to reflect the service name like:
tomcat1w.exe, tomcat2w.exe, etc... This will allow that you just click
on the service manager (the service name will be found from executable
name).
Mladen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]