You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by lissette <gl...@hotmail.com> on 2007/10/13 15:09:27 UTC

2 Tomcat


Hi!

I would like to put to run two tomcat at the same time ( tomcat 5.5 and
tomcat 5.0 jwsdp), Is it possible? 
I try to change the port of one tomcat (8080 for 8009) but do not working
the two tomcat at time. 
Could someone help me?

Thanks very much.
-- 
View this message in context: http://www.nabble.com/2-Tomcat-tf4618234.html#a13189449
Sent from the Tomcat - User mailing list archive at Nabble.com.


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


Re: 2 Tomcat

Posted by Markus Schönhaber <ma...@schoenhaber.de>.
lissette wrote:

> But I have other question, is neccesary to change redirectPort,
> topLostenPort, mcastPort..?

See the docs to get an idea what these are good for and decide for
yourself if/how you have to set them.

> And I see that a AJP 1.3 Connector on port is 8009 is correct that I put my
> port 8009 or I can use other port?

I don't think I understand what you want to know. You can use whatever
port you wish - provided it's not in use otherwise.

Regards
  mks

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


Re: 2 Tomcat

Posted by lissette <gl...@hotmail.com>.

Hello!
Thanks my 2 tomcat running Ok. 

But I have other question, is neccesary to change redirectPort,
topLostenPort, mcastPort..?
And I see that a AJP 1.3 Connector on port is 8009 is correct that I put my
port 8009 or I can use other port?

Thanks

-- 
View this message in context: http://www.nabble.com/2-Tomcat-tf4618234.html#a13199595
Sent from the Tomcat - User mailing list archive at Nabble.com.


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


Re: 2 Tomcat

Posted by Markus Schönhaber <ma...@schoenhaber.de>.
lissette wrote:

> What ports your recommending? I only change the ports that appears in 
> server.xml or I need change more choices.

All ports Tomcat binds to are configured in server.xml.

In my previous post I said that you shouldn't forget to make sure that
also the shutdown ports of your Tomcat instances are different, i. e.
take a look at the top-level element in server.xml (something like
<Server port="8005" shutdown="SHUTDOWN">
) and make sure the values of the port attribute are different for your
Tomcats.

Regards
  mks

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


Re: 2 Tomcat

Posted by lissette <gl...@hotmail.com>.

Thanks for your response. 

What ports your recommending? I only change the ports that appears in 
server.xml or I need change more choices.

Thanks veru much.

Regards.
-- 
View this message in context: http://www.nabble.com/2-Tomcat-tf4618234.html#a13198987
Sent from the Tomcat - User mailing list archive at Nabble.com.


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


Re: 2 Tomcat

Posted by Markus Schönhaber <ma...@schoenhaber.de>.
lissette wrote:

> I would like to put to run two tomcat at the same time ( tomcat 5.5 and
> tomcat 5.0 jwsdp), Is it possible? 

Yes.

> I try to change the port of one tomcat (8080 for 8009) but do not working
> the two tomcat at time. 

You have to make sure that *all* ports are different. Especially, don't
forget the shutdown port (by default 8005).

Regards
  mks

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