RE: two instances of tomcat (in diferent ports) on the samemachine

2002-09-19 Thread Christian J. Dechery

I tried that... but I get some kind of conflict with CATALINA_HOME...
 
.:| Christian J. Dechery
.:| FINEP - Depto. de Sistemas
.:| [EMAIL PROTECTED]
.:| (21) 2555-0332

 [EMAIL PROTECTED] 09/19 4:52 pm 

Yes, this is absolutely possible.  I have 13 instances (Tomcat 3.1)
running
on a single server at the moment.

You will need a different server.xml for each, a different work
directory
for each, and each must be on its own connector port (whichever
connector
you choose to use).  At least, that is how it is set up on my server.

John

 -Original Message-
 From: Christian J. Dechery [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, September 19, 2002 3:48 PM
 To: [EMAIL PROTECTED] 
 Subject: two instances of tomcat (in diferent ports) on the 
 same machine
 
 
 How can I achieve this? Is it possible?
  
 .:| Christian J. Dechery
 .:| FINEP - Depto. de Sistemas
 .:| [EMAIL PROTECTED] 
 .:| (21) 2555-0332
 

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





Re: two instances of tomcat (in diferent ports) on the samemachine

2002-09-19 Thread Dan Lipofsky

We have several developers using the same Solaris machine.
Each has their own install of tomcat in their home directory,
and of course their own setting for CATALINA_HOME
in their .profile file.  We have no problems with it.
- Dan


 I tried that... but I get some kind of conflict with CATALINA_HOME...




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




Re: two instances of tomcat (in diferent ports) on the samemachine

2002-09-19 Thread Matthew Hannigan

On Thu, Sep 19, 2002 at 01:06:40PM -0700, Dan Lipofsky wrote:
 We have several developers using the same Solaris machine.
 Each has their own install of tomcat in their home directory,
 and of course their own setting for CATALINA_HOME
 in their .profile file.  We have no problems with it.
 - Dan
 
 
  I tried that... but I get some kind of conflict with CATALINA_HOME...


How to do this in the docs.  You don't use CATALINE_HOME,
you use CATALINA_BASE.

And have your own conf, logs, temp, webapps, work
under CATALINA_BASE.

Mat

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