2012/1/6 Khailovsky, Igor <igor.khailov...@verint.com>:
> P-
> I investigated these documents before asked the question, but did not find 
> relevant answer. If you really know answer for my question, please specify it.

You cannot run multiple services from the same exe.
Moreover, the exe file name is used as a key to look up service
configuration. So if you have several services all their exe files
must have different names regardless of their location.

The service launcher is not part of Apache Tomcat project. It is just
Apache Commons Daemon.


>
> -----Original Message-----
> From: Pid [mailto:p...@pidster.com]
> Sent: Friday, January 06, 2012 11:41
> To: Tomcat Users List
> Subject: Re: Tomcat multiple instances runs as service from same exe file
>
> On 05/01/2012 17:19, Khailovsky, Igor wrote:
>> Hi Jeff,
>>
>> Our application should provide ability to manage the application instances 
>> dynamically (runs into separate Tomcat container). One of requirements is 
>> using same execution in case multiple instances - option to provide to 
>> customer an easy way for update/upgrade Tomcat core.
>>
>> Thanks for your help.
>
> I will assume you have read the RUNNING.txt file in your distribution.
>
> These are the relevant documentation pages:
>
>  http://tomcat.apache.org/tomcat-6.0-doc/setup.html#Windows
>
>  http://tomcat.apache.org/tomcat-6.0-doc/windows-service-howto.html
>
>
> p
>
>> -----Original Message-----
>> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
>> Sent: Thursday, January 05, 2012 17:19
>> To: 'Tomcat Users List'
>> Subject: RE: Tomcat multiple instances runs as service from same exe
>> file
>>
>> Igor -
>> Since you are using Tomcat 6.x, why not just perform a second install.
>> The latest installer lets you install multiple instances with different 
>> names.
>> Each install only takes up 10MB and it is much easier doing it this way than 
>> the old way of duplicating folders and running the procrun setups manually.
>> I run several servers this way (5 to 6 instances per server), and it takes a 
>> whole lot less effort to maintain than the old way of doing things that I 
>> had to use back in the tomcat 5.5.x days.
>> Jeff
>>
>>> -----Original Message-----
>>> From: Khailovsky, Igor [mailto:igor.khailov...@verint.com]
>>> Sent: Thursday, January 05, 2012 6:01 AM
>>> To: users@tomcat.apache.org
>>> Subject: RE: Tomcat multiple instances runs as service from same exe
>>> file
>>>
>>> Hello All,
>>>
>>> How to execute multiple instances of Tomcat server as windows
>>> services from same physical location (CATALINA_HOME) without tomcat
>>> executable replication? In other words, how to point a Tomcat windows
>>> service to specific server.xml (not a default location)?
>>>
>>> I know that this option is available for Tomcat that was executed
>>> from command line.
>>>
>>> The question is about Tomcat v.6.0 that runs as Windows 2008 service.
>>>
>>>
>>>
>>> Thanks!
>>>
>>> This electronic message may contain proprietary and confidential
>>> information of Verint Systems Inc., its affiliates and/or subsidiaries.
>>> The information is intended to be for the use of the individual(s) or
>>> entity(ies) named above.  If you are not the intended recipient (or
>>> authorized to receive this e-mail for the intended recipient), you
>>> may not use, copy, disclose or distribute to anyone this message or
>>> any information contained in this message.  If you have received this
>>> electronic message in error, please notify us by replying to this e-
>>> mail.
>>>
>>
>> ______________________________________________________________________
>> ____
>>
>> Confidentiality Notice:  This Transmission (including any attachments) may 
>> contain information that is privileged, confidential, and exempt from 
>> disclosure under applicable law.  If the reader of this message is not the 
>> intended recipient you are hereby notified that any dissemination, 
>> distribution, or copying of this communication is strictly prohibited.
>>
>> If you have received this transmission in error, please immediately reply to 
>> the sender or telephone (512) 343-9100 and delete this transmission from 
>> your system.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>> This electronic message may contain proprietary and confidential information 
>> of Verint Systems Inc., its affiliates and/or subsidiaries.
>> The information is intended to be for the use of the individual(s) or
>> entity(ies) named above.  If you are not the intended recipient (or 
>> authorized to receive this e-mail for the intended recipient), you may not 
>> use, copy, disclose or distribute to anyone this message or any information 
>> contained in this message.  If you have received this electronic message in 
>> error, please notify us by replying to this e-mail.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>
>
> --
>
> [key:62590808]
>
> This electronic message may contain proprietary and confidential information 
> of Verint Systems Inc., its affiliates and/or subsidiaries.
> The information is intended to be for the use of the individual(s) or
> entity(ies) named above.  If you are not the intended recipient (or 
> authorized to receive this e-mail for the intended recipient), you may not 
> use, copy, disclose or distribute to anyone this message or any information 
> contained in this message.  If you have received this electronic message in 
> error, please notify us by replying to this e-mail.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to