Hi,

I tried this. But it didn't work. So you say I CAN do rename the tomcat.exe?
Or MUST I do this?
I changed the path to CATALINA_BASE to the directory where the instance is
installed. Let CATALINA_HOME point to the original Tomcat installation and
run the service.bat install <applicationname>.
Can you see I forget something??

Maarten







-----Oorspronkelijk bericht-----
Van: Mladen Turk [mailto:[EMAIL PROTECTED]
Verzonden: Wednesday, March 09, 2005 7:11 PM
Aan: Tomcat Users List
Onderwerp: Re: multiple services for each Tomcat instance on NT


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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to