thanks, I'll try so, bat it doesn't work.
I need two tomcat for testing application.


Martin Gainty wrote:
> 
> You've introduced a collision for the same resources
> 
> Tomcat1 starts up and acquires listener connection for all ports
> configured 
> within server.xml (default is 8080)
> Tomcat2 starts up and attempts to acquire listener connection on all ports 
> configured within server.xml (goes after 8080)
> 
> so..
> Tomcat1 wins and Tomcat2 constantly contends for the same port specified
> in 
> Connector
> Change the port specification for the default Catalina connector
>     <Connector port="8080"          -- TO
>     <Connector port="8081"         --8081 is a port which is not being
> used 
> (not displayed) if you run netstat -a
> 
> Dumb question but I have to ask why are you running 2 Tomcats?
> 
> Martin
> 
> ______________________________________________
> Disclaimer and confidentiality note
> Everything in this e-mail and any attachments relates to the official 
> business of Sender. This transmission is of a confidential nature and
> Sender 
> does not endorse distribution to any party other than intended recipient. 
> Sender does not necessarily endorse content contained within this 
> transmission.
> 
> 
>>
>> > From: tamri [mailto:[EMAIL PROTECTED]
>> > when I run tomcat 5.0 and then starting to run the second
>> > installed tomcat
>> > 5.0 it throws System error:
>> > tomcat 5.0 application is already running.
>> > why???
>> > I configure conf/server.xml file, change with inused port numbers.
>> > what is wrong?
>> > can you tell me exactly step by step how to run 2 tomcat 5.0
>>
>>Not without knowing more about what you have done:
>>
>>- What operating system?
>>
>>- *Exactly* which Tomcat version?
>>
>>- Where are the two Tomcats each installed?
>>
>>- How are you 'starting to run' the second tomcat?
>>
>>              - Peter
>>
>>---------------------------------------------------------------------
>>To start a new topic, e-mail: users@tomcat.apache.org
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/2-tomcat-on-the-same-PC-tf2126311.html#a5869840
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to