RE: 2 Tomcats

2003-07-16 Thread Simon Pabst
Most important is to change the default shutdown/http/ajp connector ports 
in tomcat/conf/server.xml,
else only one Tomcat will run.

At 17:07 16.07.2003 -0400, you wrote:

Howdy,
It's easily possible: just install them to different locations, i.e.
with a different CATALINA_HOME environment variable setting.
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Jonathan Stoeck [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, July 16, 2003 5:05 PM
>To: '[EMAIL PROTECTED]'
>Subject: 2 Tomcats
>
>Hi,
>
>I got a request for two tomcat version to be installed on one server.
The
>servers would be running IIS 5.0 and the request was for 2 different
tomcat
>versions, say 4.0.4 and 4.1.* for example.
>
>Is there a tutorial somewhere on how to do this? Is it even possible?
Does
>anyone out there have an experience with this?
>
>Thanks!
>Jon Stoeck
>
>
>This communication is intended for the use of the recipient to which it
is
>addressed, and may contain confidential, personal and or privileged
>information. Please contact us immediately if you are not the intended
>recipient of this communication, and do not copy, distribute, or take
>action
>relying on it. Any communication received in error, or subsequent
reply,
>should be deleted or destroyed.
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, 
proprietary and/or privileged.  This e-mail is intended only for the 
individual(s) to whom it is addressed, and may not be saved, copied, 
printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your 
computer system and notify the sender.  Thank you.

-
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]


RE: 2 Tomcats

2003-07-16 Thread Shapira, Yoav

Howdy,
It's easily possible: just install them to different locations, i.e.
with a different CATALINA_HOME environment variable setting.

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Jonathan Stoeck [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, July 16, 2003 5:05 PM
>To: '[EMAIL PROTECTED]'
>Subject: 2 Tomcats
>
>Hi,
>
>I got a request for two tomcat version to be installed on one server.
The
>servers would be running IIS 5.0 and the request was for 2 different
tomcat
>versions, say 4.0.4 and 4.1.* for example.
>
>Is there a tutorial somewhere on how to do this? Is it even possible?
Does
>anyone out there have an experience with this?
>
>Thanks!
>Jon Stoeck
>
>
>This communication is intended for the use of the recipient to which it
is
>addressed, and may contain confidential, personal and or privileged
>information. Please contact us immediately if you are not the intended
>recipient of this communication, and do not copy, distribute, or take
>action
>relying on it. Any communication received in error, or subsequent
reply,
>should be deleted or destroyed.
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: *2* tomcats on same machine with *same* context on Apache Web Server.

2001-05-24 Thread Guido Medina

Those are my files in my real server running at: www.cubaonline.cu check in
the modules, at the beginning of the virtual host directive and in the
lastone virtual host that is the only one that use jsp, also check in the
server.xml, just adapt your configuration to this, is a lot of job but 100%
sure that it will work...

That's all...

Regards..

Guido.
- Original Message -
From: "Chauhan, Anand" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 4:16 PM
Subject: RE: *2* tomcats on same machine with *same* context on Apache Web
Server.


> Thanks Guido:
>
> That sounds good but I am stuck to using a single hostname for my app.
Also,
> as a matter of fact, my earlier reference didn't work with regards to
using the same
> context with two tomcats on Apache Web Server.
>
> I don't understand where I am wrong. Please help. Thanks again.
>
> Regards,
> Anand..
>
> -Original Message-
> From: Guido Medina [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 24, 2001 4:10 PM
> To: [EMAIL PROTECTED]
> Subject: Re: *2* tomcats on same machine with *same* context on Apache
> Web Server.
>
>
> You don't need to put 2 JVM, what you should do is to specify two virtual
> host in your server.xml...that's all...is better performance with
> ConnectionPool...
>
> Guido
> - Original Message -
> From: "Chauhan, Anand" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, May 24, 2001 3:20 PM
> Subject: *2* tomcats on same machine with *same* context on Apache Web
> Server.
>
>
> > Hi All:
> >
> > Here is the link which does describe using two Tomcats on the same
> > machine with different connector ports. It uses different contexts as
> > seen in the example in the link below, namely,
> > ApJServMount /joe ajpv12://localhost:8007/joe
> > ApJServMount /joe ajpv12://localhost:8009/bill.
> >
> > 
> > http://www.crosswinds.net/~workshopx/projects/jakarta-uguide/tomcat.ug-
> > p2.tomcat-and-apache.html
> >
> >
> > However, what we need is that, we want two Tomcats on the same machine
> > BUT with a single context i.e. the url must point to the same context
> > at the end ,say 'joe'.
> > ApJServMount /joe ajpv12://localhost:8007/joe
> > ApJServMount /joe ajpv12://localhost:8009/joe
> >
> > That's the problem, we tried working on it for a long time, but it
> > fails with the *same* context. Is it possible to deploy *2* tomcats on
> Apache Web Server
> > and calling the same context each time ?!
> >
> > Let me know if following this idea is indeed possible.
> >
> > Thanks a lot.
> >
> > Regards,
> > Anand Chauhan
> >
>




















  



































   





  








	  








	









	
   

	



 httpd.conf


RE: *2* tomcats on same machine with *same* context on Apache Web Server.

2001-05-24 Thread Chauhan, Anand

Thanks Guido:

That sounds good but I am stuck to using a single hostname for my app. Also, 
as a matter of fact, my earlier reference didn't work with regards to using the same
context with two tomcats on Apache Web Server. 

I don't understand where I am wrong. Please help. Thanks again.

Regards,
Anand..

-Original Message-
From: Guido Medina [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 4:10 PM
To: [EMAIL PROTECTED]
Subject: Re: *2* tomcats on same machine with *same* context on Apache
Web Server. 


You don't need to put 2 JVM, what you should do is to specify two virtual
host in your server.xml...that's all...is better performance with
ConnectionPool...

Guido
- Original Message -
From: "Chauhan, Anand" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 3:20 PM
Subject: *2* tomcats on same machine with *same* context on Apache Web
Server.


> Hi All:
>
> Here is the link which does describe using two Tomcats on the same
> machine with different connector ports. It uses different contexts as
> seen in the example in the link below, namely,
> ApJServMount /joe ajpv12://localhost:8007/joe
> ApJServMount /joe ajpv12://localhost:8009/bill.
>
> 
> http://www.crosswinds.net/~workshopx/projects/jakarta-uguide/tomcat.ug-
> p2.tomcat-and-apache.html
>
>
> However, what we need is that, we want two Tomcats on the same machine
> BUT with a single context i.e. the url must point to the same context
> at the end ,say 'joe'.
> ApJServMount /joe ajpv12://localhost:8007/joe
> ApJServMount /joe ajpv12://localhost:8009/joe
>
> That's the problem, we tried working on it for a long time, but it
> fails with the *same* context. Is it possible to deploy *2* tomcats on
Apache Web Server
> and calling the same context each time ?!
>
> Let me know if following this idea is indeed possible.
>
> Thanks a lot.
>
> Regards,
> Anand Chauhan
>



Re: *2* tomcats on same machine with *same* context on Apache Web Server.

2001-05-24 Thread Guido Medina

You don't need to put 2 JVM, what you should do is to specify two virtual
host in your server.xml...that's all...is better performance with
ConnectionPool...

Guido
- Original Message -
From: "Chauhan, Anand" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 3:20 PM
Subject: *2* tomcats on same machine with *same* context on Apache Web
Server.


> Hi All:
>
> Here is the link which does describe using two Tomcats on the same
> machine with different connector ports. It uses different contexts as
> seen in the example in the link below, namely,
> ApJServMount /joe ajpv12://localhost:8007/joe
> ApJServMount /joe ajpv12://localhost:8009/bill.
>
> 
> http://www.crosswinds.net/~workshopx/projects/jakarta-uguide/tomcat.ug-
> p2.tomcat-and-apache.html
>
>
> However, what we need is that, we want two Tomcats on the same machine
> BUT with a single context i.e. the url must point to the same context
> at the end ,say 'joe'.
> ApJServMount /joe ajpv12://localhost:8007/joe
> ApJServMount /joe ajpv12://localhost:8009/joe
>
> That's the problem, we tried working on it for a long time, but it
> fails with the *same* context. Is it possible to deploy *2* tomcats on
Apache Web Server
> and calling the same context each time ?!
>
> Let me know if following this idea is indeed possible.
>
> Thanks a lot.
>
> Regards,
> Anand Chauhan
>