running multiple tomcat instances as windows service

2005-04-21 Thread Jaynika Barot
we are using tomcat 5.0.28 on windows server. I have been trying to install multiple tomcat instances . Our goal is to run multiple instances on port 80 of virtual IPs. But for testing, i'm using differnt port numbers instead of ips.. Here r the steps i performed, (a) installed tomcat on c

Multiple tomcat instances

2005-04-15 Thread Kelly, Steve
Hi, Is it possible to run multiple instances of tomcat on the same server, for example to support production and test environments ? Thanks in advance, Steve.

RE: Multiple tomcat instances

2005-04-15 Thread Dale, Matt
yes, just modify the server.xml on the 2nd instance so it runs on different ports. Ta Matt -Original Message- From: Kelly, Steve [mailto:[EMAIL PROTECTED] Sent: 15 April 2005 10:33 To: tomcat-user@jakarta.apache.org Subject: Multiple tomcat instances Hi, Is it possible to run

RE: Multiple tomcat instances

2005-04-15 Thread Peter Crowther
From: Kelly, Steve [mailto:[EMAIL PROTECTED] Is it possible to run multiple instances of tomcat on the same server, for example to support production and test environments ? Yes. I run up to four on this machine - two (one 4.1, one 5.0) are running as I type this. Here's a Windows script

Re: Multiple tomcat instances

2005-04-15 Thread Anto Paul
On 4/15/05, Peter Crowther [EMAIL PROTECTED] wrote: From: Kelly, Steve [mailto:[EMAIL PROTECTED] Is it possible to run multiple instances of tomcat on the same server, for example to support production and test environments ? Yes. I run up to four on this machine - two (one 4.1, one 5.0)

RE: Multiple tomcat instances

2005-04-15 Thread Fritz Schneider
mappings, and set of apps. Fritz -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 2:55 AM To: Tomcat Users List Subject: RE: Multiple tomcat instances From: Kelly, Steve [mailto:[EMAIL PROTECTED] Is it possible to run multiple instances

RE: Multiple tomcat instances

2005-04-15 Thread Kelly, Steve
To: 'Tomcat Users List' Subject: RE: Multiple tomcat instances Another option which uses fewer resources but doesn't provide quite the same degree of isolation is to run two hosts in the same Catalina service. If your DNS maps www.mydomain.com and test.mydomain.com to the same IP address, they can share

RE: Multiple tomcat instances

2005-04-15 Thread Fritz Schneider
: Multiple tomcat instances Can you expand a bit more how this would work. I understand how you can have two domains pointing to the same ip address but how do I split my logs, servlet mapping and web apps. Steve. -Original Message- From: Fritz Schneider [mailto:[EMAIL PROTECTED] Sent

The number of tomcat directory for multiple tomcat instances

2005-02-17 Thread Terry Chung
Hi, I'm running APACHE 2.0.48 with Tomcat 4.1.29 on HP box/os. I'm running multiple tomcats that are connected to Apache using round-robin load balancing. All tomcat instances and apache is running on the same HP box. The document I read states that I need a unique CATALINA_HOME for each tomcat

Re: The number of tomcat directory for multiple tomcat instances

2005-02-17 Thread Wolfgang Hackl
Terry Chung wrote: I'm running APACHE 2.0.48 with Tomcat 4.1.29 on HP box/os. I'm running multiple tomcats that are connected to Apache using round-robin load balancing. All tomcat instances and apache is running on the same HP box. This configuration seems a bit strange. If you have only one

Re: isapi_redirector2.dll - IIS redirecting to multiple Tomcat instances

2004-08-10 Thread Alex
] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: isapi_redirector2.dll - IIS redirecting to multiple Tomcat instances Hi all, I'm using isapi_redirector2.dll to redirect webapp requests on my IIS server to tomcat. Is it possible to make this single redirector

RE: isapi_redirector2.dll - IIS redirecting to multiple Tomcat instances

2004-08-10 Thread Alex
instances I'd be interested to hear if anyone has successfully configured a single instance of IIS directing requests to multiple Tomcat instances at all - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: isapi_redirector2.dll - IIS redirecting to multiple Tomcat instances

2004-08-04 Thread Matt Krevs
I'd be interested to hear if anyone has successfully configured a single instance of IIS directing requests to multiple Tomcat instances at all -Original Message- From: Matt Krevs [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 August 2004 3:33 PM To: '[EMAIL PROTECTED]' Subject

isapi_redirector2.dll - IIS redirecting to multiple Tomcat instances

2004-08-02 Thread Matt Krevs
Hi all, I'm using isapi_redirector2.dll to redirect webapp requests on my IIS server to tomcat. Is it possible to make this single redirector redirect requests to different instances of tomcat (depending on uri)? For example, a request to IIS for /app1/ should go to localhost:8080 and a request

Re: Multiple Tomcat Instances with Linux

2004-06-22 Thread shiv juluru
start the server,after that change the port# in conf file and start the server again,i think this may helpful for u Dan Barron [EMAIL PROTECTED] wrote:Jon, I have used the CATALINA_HOME/common/lib to share jar files among different instances. Not sure if that answers your question though.

Re: Multiple Tomcat Instances with Linux

2004-06-21 Thread Jon Feauto
Dan, Thanks for the post, good ideas I'm going to try them. One thing I'm still not clear on. My application is configured to deploy shared modules (jar files) under CATALINA_HOME/shared/lib. If I create multiple instances, how do I configure the apps to share the correct version of

Re: Multiple Tomcat Instances with Linux

2004-06-21 Thread Dan Barron
Jon, I have used the CATALINA_HOME/common/lib to share jar files among different Service instances. Not sure if that answers your question though. Dan At 10:54 AM 6/21/2004, you wrote: Dan, Thanks for the post, good ideas I'm going to try them. One thing I'm still not clear on. My application

Re: Multiple Tomcat Instances with Linux

2004-06-21 Thread Jon Feauto
Dan, That is essentially the situation I am trying to avoid. There are several applications within an instance of Tomcat that share resources from shared/lib, but those shared/lib resources should not be shared between instances. My goal is to have the separate instances represent independent

Multiple Tomcat Instances with Linux

2004-06-18 Thread Jon Feauto
Hello, I'm certain I am behind the curve on this one, but I've been looking around for several days now and haven't found the answers I need. I'm looking to setup multiple environments for Tomcat 4x on a single linux server. One for each developer and several others for different versions of

Re: Multiple Tomcat Instances with Linux

2004-06-18 Thread Jon Feauto
I see this question posted quite often, but rarely answers abound. Is it because this is too complex a topic to explain in a user group? I would think it is fairly common, anyone have ideas? Jon --- Jon Feauto [EMAIL PROTECTED] wrote: Hello, I'm certain I am behind the curve on this one,

Re: Multiple Tomcat Instances with Linux

2004-06-18 Thread Dan Barron
Jon, I run multiple tomcat services on a Linux box with Apache for various development and distributions. The way I went about it is to setup multiple Service configurations within the server.xml file. Each service has it own port for connectivity and its own worker for mod_jk. I create a

Apache 2, Tomcat 5, mod_jk2 with virtual hosts and multiple Tomcat instances

2004-06-08 Thread John Martin
Hi All, I'm having problems integrating Apache 2.0.46, Tomcat 5.0.24 using connectors JK2 2.0.2 on linux for multiple Tomcat instances. I'm trying to run seperate instances of Tomcat for development environments that also correspond to different virtual hosts. I have managed to get

Mod_jk2/unix socket/multiple Tomcat instances: Do I need more than one socket file?

2004-05-18 Thread Clute, Andrew
I am attempting to set up on one box with two separate Tomcat instances, one for dev, and one for stage, all using Unix Sockets. In configuring this, I am wondering if I need to specify a separate socket file for each Tomcat instance, or can they share the same one? Is there a better performance

Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Jeremy Nix
Is this possible to do? I've configured load balancing with apache and that worked as desired, but since then I've determined that the apache server was unnecessary in my configuration. If it is possible, can you please provide a sample jk2.properties file, or at least step me in the right

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Shapira, Yoav
Hola, Is this possible to do? I've configured load balancing with apache and that worked as desired, but since then I've determined that the apache server was unnecessary in my configuration. If it is possible, can you please provide a sample jk2.properties file, or at least step me in the

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Adam Fowler
: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server Hola, Is this possible to do? I've configured load balancing with apache and that worked as desired, but since then I've determined that the apache server was unnecessary in my configuration. If it is possible, can you

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Jeremy Nix
: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 11:36 AM To: Tomcat Users List Subject: RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server Hola, Is this possible to do? I've configured load balancing with apache and that worked as desired

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Shapira, Yoav
Shapira Millennium Research Informatics -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 11:40 AM To: 'Tomcat Users List' Subject: RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server I think (hope) he means one

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Jeremy Nix
Financial Services, LTD. (513) 621-6699 x1158 www.sfsltd.com -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 11:42 AM To: Tomcat Users List Subject: RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server Hi, One

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Tony Requist
That doesn't exactly accomplish what I'm looking to do. Like I said, I need session replication amongst the tomcat instances...I guess theres always the idea of managing session data in some other medium (DB). Coincidentally, I just got that working -- but it required a full day of writing

multiple tomcat instances cause user logout

2004-03-26 Thread Carlton Lo
I have installed 2 instances of tomcat on my machine. I've user 1 login to tomcat 1, when user 2 login to tomcat 2, it automatically logout user 1 in tomcat 1??? tomcat 4.0.6 on win 2000 Carlton Lo Pluris 550 Cochituate Road Framingham, MA 01701 Tel: (508) 663-1089 Fax: (508) 663-1060

Re: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Antonio Fiol Bonnín
Jeremy Nix wrote: I've misphrased. What documentation I've come across indicates that Apache (or IIS) is necessary to configure tomcat as a cluster. It very well may be possible, which is why I'm asking the list. The main feature that I'm looking for in this configuration is the session

Re: multiple tomcat instances cause user logout

2004-03-26 Thread Antonio Fiol Bonnín
Carlton Lo wrote: I have installed 2 instances of tomcat on my machine. I've user 1 login to tomcat 1, when user 2 login to tomcat 2, it automatically logout user 1 in tomcat 1??? tomcat 4.0.6 on win 2000 Using the same working directory for both? --Avoid it. Other than that, no idea.

RE: multiple tomcat instances cause user logout

2004-03-26 Thread Carlton Lo
They are installed int different directories ... -Original Message- From: Antonio Fiol Bonnín [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 3:48 PM To: Tomcat Users List Subject: Re: multiple tomcat instances cause user logout Carlton Lo wrote: I have installed 2 instances

How can I configure multiple tomcat instances in workers2.properties file (separate web apps)

2003-10-08 Thread Boulatian, Misak
Hi all, I need to configure multiple tomcat instances in workers2.properties file running completely separate web apps. No matter what I do it doesn't work. Can I even do this? I specify multiple channel sockets but all requests go to the first one only. I appreciate the response. Here is my

How can I configure multiple tomcat instances in workers2.properties file (separate web apps) (to developers of mod_jk2: please respond)

2003-10-08 Thread Boulatian, Misak
Hi all, It seems like mod_jk2 is a buggy connector. There is no way to set up more than one instance of tomcat. It can connect on any port other than 8009 but it is a first-come first-served basis (whichever port comes first). I need a response from mod_jk2 developers themselves. Should I go back

Re: How can I configure multiple tomcat instances in workers2.properties file (separate web apps) (to developers of mod_jk2: please respond)

2003-10-08 Thread jerome moliere
Boulatian, Misak wrote: Hi all, It seems like mod_jk2 is a buggy connector. There is no way to set up more than one instance of tomcat. It can connect on any port other than 8009 but it is a first-come first-served basis (whichever port comes first). I need a response from mod_jk2 developers

RE: How can I configure multiple tomcat instances in workers2.properties file (separate web apps) (to developers of mod_jk2: please respond)

2003-10-08 Thread Boulatian, Misak
take it easy man :) small question : what about using different virtual hosts in your apache config, then from these contexts , using different config files for mod_jk which will be very simple (you have already validated one of your tomcat instances) my 2 cents Jerome Hi Jerome,

Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Thomas Eichberger
Hi, I have Apache 1.3 and Tomcat 4.1.8 on a Red Hat 9 machine. Apache serves several virutal hosts. We have one Tomcat instance running with several web contexts, one context for each virtual host. Now I would like to change this to have one Tomcat instance for each virtual host (this is

Re: Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Dhruva B. Reddy
This doesn't really answer your question, but we've found Tomcat to be quite robust. You may also want to find out (if you don't already know) what's bringing the server down. -d --- Thomas Eichberger [EMAIL PROTECTED] wrote: Hi, I have Apache 1.3 and Tomcat 4.1.8 on a Red Hat 9 machine.

Re: Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Bob Langford
Your plan should work pretty well. I do something similar myself. The major difference is that I use one installation of Tomcat for all the sites. I have a script to start tomcat for each site, that points CATALINA_HOME to the shared Tomcat binaries, and CATALINA_BASE to the conf/, logs/,

Re: Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Sai Sivanesan
I really like the idea of setting up multiple instances of Tomcat per virtual site - i have 2 questions: 1) How does it affect memory usage, i.e. if we are on a server with X ammount of ram and there are 20 sites, does each site end up needing a minimum of ~21 MB RAM for tomcat so we have a

Connecting Multiple Tomcat instances with Apache (mod_jk2)

2003-09-02 Thread Pérez Velo, Pedro Isabelo
- I am no interested in Load Balancing at the moment, only in connecting multiple Tomcat instances via mod_jk2 with one Apache. I can see the next error messages in the Apache log

RE: Multiple Tomcat instances

2003-08-14 Thread Ralph Einfeldt
: Christian Hauser [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 3:57 PM To: Tomcat Users List Subject: Multiple Tomcat instances I'm new to Tomcat administration and would like to switch from ServletExec to Tomcat 4.1. However, I have some difficulty understanding how to set up

Re: Multiple Tomcat instances

2003-08-14 Thread Christian Hauser
Angus Mezick wrote: Can the developers have a tomcat instance running inside of eclipse on their desktops? This will allow them do use the debugger. --Angus I haven't yet thought about that. I guess it should be possible, in fact it would be great if that works. Do you know how simple that

RE: Multiple Tomcat instances

2003-08-09 Thread Angus Mezick
: Multiple Tomcat instances Hello Tomcat cracks I'm new to Tomcat administration and would like to switch from ServletExec to Tomcat 4.1. However, I have some difficulty understanding how to set up different Tomcat instances. I'd like to have different Tomcat instances for each developer

Multiple Tomcat instances

2003-08-05 Thread Christian Hauser
Hello Tomcat cracks I'm new to Tomcat administration and would like to switch from ServletExec to Tomcat 4.1. However, I have some difficulty understanding how to set up different Tomcat instances. I'd like to have different Tomcat instances for each developer (to test web applications) and

Multiple Tomcat Instances

2003-04-02 Thread dwightHugget
Can anyone point me to how to get this type of setup. I want to have multiple instance of tomcat running on the same machine under different ports, say 80, 8080, . Would I achieve this if I setup an env variable called CATALINA_BASE as described in the RUNNING.txt file ? I have only one

Re: Multiple Tomcat Instances

2003-04-02 Thread Serges N. Zubkoff
Hello dwightHugget, Tuesday, April 1, 2003, 11:43:12 PM, you wrote: d Can anyone point me to how to get this type of setup. d I want to have multiple instance of tomcat running on the same machine under d different ports, say 80, 8080, . d Would I achieve this if I setup an env variable

modjk and multiple tomcat instances

2003-03-31 Thread Ryan Courtnage
Hi all, I'm using modjk2's isapi redirector (isapi_redirector2.dll) to redirect webapp requests on my IIS server to tomcat. Is it possible to make this single redirector redirect requests to different instances of tomcat (depending on uri)? For example, a request to IIS for /webapp1/ should go

multiple tomcat instances...

2002-10-14 Thread Raj Mettai
Hi, I am running multiple tomcat instances with load balancing worker on solaris 8. How would you know, when one of the tomcat instances crashes other than doing ps -ef|grep tomcat or prstat quite often. Is there any automatic process to find that one of the tomcat process crashed. (I am

Re: multiple tomcat instances...

2002-10-14 Thread sonam singh
CREATE U'R OWN SHELL SCRIPTS TO CHECK THE STATUS OF TOMCAT IF ANY ONE THEM FAIL IT WILL AUTOMATICALY MAIL U REGARDS SONAM SINGH [EMAIL PROTECTED] --- Raj Mettai [EMAIL PROTECTED] wrote: Hi, I am running multiple tomcat instances with load balancing worker on solaris 8. How would you know

Re: Running multiple tomcat instances ?????

2002-09-25 Thread Ryszard Lach
On Mon, Sep 23, 2002 at 05:31:45PM +0200, Ralph Einfeldt wrote: We install different versions of tomcat like this: /usr/local/java/tomcat-4.0.3 /usr/local/java/tomcat-4.1.10 For each site we have something like this: /www/online/site Could you tell me how many instances do you have

RE: Running multiple tomcat instances ?????

2002-09-25 Thread Turner, John
Lach [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 3:37 PM To: Tomcat Users List Subject: Re: Running multiple tomcat instances ? On Mon, Sep 23, 2002 at 05:31:45PM +0200, Ralph Einfeldt wrote: We install different versions of tomcat like this: /usr/local/java

AW: Running multiple tomcat instances ?????

2002-09-25 Thread Ralph Einfeldt
tests with tomcat. -Ursprngliche Nachricht- Von: Ryszard Lach [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 25. September 2002 21:37 An: Tomcat Users List Betreff: Re: Running multiple tomcat instances ? Could you tell me how many instances do you have and how strong is your

RE: Running multiple tomcat instances ?????

2002-09-24 Thread Anthony Milbourne
21:49 To: [EMAIL PROTECTED] Subject: RE: Running multiple tomcat instances ? Thanks John, I will read the doc and try to get that code working, meanwhile, I have a found att version of ps under /usr/ucb/ps (solaris) which will give you a whole lot of information about

Re: Running multiple tomcat instances ?????

2002-09-24 Thread David Cassidy
tomcat instances ? Thanks John, I will read the doc and try to get that code working, meanwhile, I have a found att version of ps under /usr/ucb/ps (solaris) which will give you a whole lot of information about the processes... example: # /usr/ucb/ps -auxwww |grep tomcat root 5629

RE: Running multiple tomcat instances ?????

2002-09-24 Thread Ben Ricker
=PidLifeCycle / --End server.xml snippet -Tim == end === Thanks, Tim! John -Original Message- From: Anthony Milbourne [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 12:45 PM To: 'Tomcat Users List' Subject: RE: Running multiple tomcat instances

Running multiple tomcat instances ?????

2002-09-23 Thread Raj Mettai
Hi, what is the best way to run multiple tomcat instances on single solaris box ? 1) Is it Installing multiple tomcats physically. or else 2) Installing once and use different server.xml files to start different instances. any advantages for one over the other ? Also, if I do use 2nd

RE: Running multiple tomcat instances ?????

2002-09-23 Thread Turner, John
]] Sent: Monday, September 23, 2002 11:14 AM To: [EMAIL PROTECTED] Subject: Running multiple tomcat instances ? Hi, what is the best way to run multiple tomcat instances on single solaris box ? 1) Is it Installing multiple tomcats physically. or else 2) Installing once

AW: Running multiple tomcat instances ?????

2002-09-23 Thread Ralph Einfeldt
See below: -Ursprüngliche Nachricht- Von: Raj Mettai [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 23. September 2002 17:14 An: [EMAIL PROTECTED] Betreff: Running multiple tomcat instances ? what is the best way to run multiple tomcat instances on single solaris box

RE: Running multiple tomcat instances ?????

2002-09-23 Thread Anthony Milbourne
Hi John I don't think this option is available under Solaris :-(. Anthony. -Original Message- From: Turner, John [SMTP:[EMAIL PROTECTED]] Sent: 23 September 2002 16:17 To: 'Tomcat Users List' Subject: RE: Running multiple tomcat instances ? Not sure

RE: Running multiple tomcat instances ?????

2002-09-23 Thread Turner, John
, Tim! John -Original Message- From: Anthony Milbourne [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 12:45 PM To: 'Tomcat Users List' Subject: RE: Running multiple tomcat instances ? Hi John I don't think this option is available under Solaris

RE: Running multiple tomcat instances ?????

2002-09-23 Thread Raj Mettai
' Subject: RE: Running multiple tomcat instances ? Hi John I don't think this option is available under Solaris :-(. Anthony. -Original Message- From:Turner, John [SMTP:[EMAIL PROTECTED]] Sent:23 September 2002 16:17 To:'Tomcat Users List' Subject

RE: Running multiple tomcat instances ?????

2002-09-23 Thread Turner, John
: Running multiple tomcat instances ? Hi John, I have compiled the code and copied to $CATALINA_HOME$/bin then added the following snippet into server.xml !-- Define the Tomcat Stand-Alone Service -- Service name=Tomcat-Standalone Listener className=PidLifeCycle / when

RE: Running multiple tomcat instances ?????

2002-09-23 Thread Raj Mettai
]] Sent: Monday, September 23, 2002 4:18 PM To: [EMAIL PROTECTED] Subject: RE: Running multiple tomcat instances ? Hi John, I have compiled the code and copied to $CATALINA_HOME$/bin then added the following snippet into server.xml !-- Define the Tomcat Stand-Alone Service

Controlling load on a a machine with multiple tomcat instances

2002-09-03 Thread Donie Kelly
Hi all We are deploying multiple applications on single machine using multiple tomcat instances. There are multiple machines with the same copy of each application on each machine. The whole cluster is hardware load balanced. The problem is the individual machines are not that powerful (Sun T1's

How to configure multiple tomcat instances connecting to apache usingthewarp connector

2002-08-28 Thread Jochen Schweflinghaus
Forgot to mention the versions: RH Linux 7.1, apache-1.3.22-6, tomcat-4.0.4. No response so far ? Nobody have a clue ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: How to configure multiple tomcat instances connecting to apache using thewarp connector

2002-08-28 Thread Andreas Mohrig
Is using mod_jk a possibility? Because there is a way to connect multiple tomcat instances to apache using modd_jk. I always thought this was one of the differences between mod_jk and the warp connector, but don't take my word for it. Did you check the warp connector's documentation? Andreas

RE: How to configure multiple tomcat instances connecting to apache usingthewarp connector

2002-08-28 Thread Jochen Schweflinghaus
Hi, thank you for your input, I really appreciate ! I just opened a new thread, to figure out the main differences between warp and jk connctors ('Experience with connectors to connect tomcat to apache ? '). The warp connector documentation I am aware of (at

RE: How to configure multiple tomcat instances connecting to apache using thewarp connector

2002-08-28 Thread Turner, John
them and can provide advice and suggestions if you run into problems. John Turner [EMAIL PROTECTED] -Original Message- From: Jochen Schweflinghaus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 4:06 AM To: [EMAIL PROTECTED] Subject: RE: How to configure multiple tomcat

RE: How to configure multiple tomcat instances connecting to apache using thewarp connector

2002-08-28 Thread Milt Epstein
On Wed, 28 Aug 2002, Andreas Mohrig wrote: Is using mod_jk a possibility? Because there is a way to connect multiple tomcat instances to apache using modd_jk. I always thought this was one of the differences between mod_jk and the warp connector, but don't take my word for it. Did you check

RE: How to configure multiple tomcat instances connecting to apac he usingthewarp connector

2002-08-28 Thread Jochen Schweflinghaus
Of course you are right. The problem was, that besides being tomcat-newby, I'm also a mailing-list-newby. So I created the subject 'How to configure multiple tomcat instances connecting to apac he using thewarp connector' twice. My first mail contained the problem description. I'll append

RE: How to configure multiple tomcat instances connecting to apac he using thewarp connector

2002-08-28 Thread Turner, John
, August 28, 2002 11:38 AM To: Tomcat Users List Subject: RE: How to configure multiple tomcat instances connecting to apac he using thewarp connector I got the environment I need working using the AJP13 connector, but I read that the warp connector should be preferred. Can anybody tell why

RE: How to configure multiple tomcat instances connecting to apac he using thewarp connector

2002-08-28 Thread Milt Epstein
.) -Original Message- From: Jochen Schweflinghaus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 11:38 AM To: Tomcat Users List Subject: RE: How to configure multiple tomcat instances connecting to apac he using thewarp connector I got the environment I need working

RE: How to configure multiple tomcat instances connecting to apac he using thewarp connector

2002-08-28 Thread Turner, John
Agreed. John -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 12:25 PM To: Tomcat Users List Subject: RE: How to configure multiple tomcat instances connecting to apac he using thewarp connector On Wed, 28 Aug 2002, Turner

How to configure multiple tomcat instances connecting to apache using thewarp connector

2002-08-27 Thread Jochen Schweflinghaus
Hi Group, I'm quite a newby in the tomcat community, so please apologize any misuse of the nomenclature. to set up a development environment, I try to map multiple instances of tomcat to apache using the warp connector. Tomcat instance 1 connects to virtual host tteflon3 and has CATALINA_BASE

AW: AW: unanswered questions: Multiple Tomcat Instances

2002-05-29 Thread Ralph Einfeldt
21:16 An: Tomcat Users List Betreff: Re: AW: unanswered questions: Multiple Tomcat Instances snip/ Did you just copy the files under ${CATALINA_BASE}/conf from the corresponding ones in ${CATALINA_HOME}/conf or do these need to be altered in one way or another? Also, I am assuming that you

AW: unanswered questions: Multiple Tomcat Instances

2002-05-28 Thread Ralph Einfeldt
:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. Mai 2002 01:47 An: Tomcat Users Mailing List Betreff: unanswered questions: Multiple Tomcat Instances Does anyone know what a minimal installation of files under ${CATALINA_BASE} should consist of in order to allow the running of servlets

Re: AW: unanswered questions: Multiple Tomcat Instances

2002-05-28 Thread Neil Zanella
Betreff: unanswered questions: Multiple Tomcat Instances Does anyone know what a minimal installation of files under ${CATALINA_BASE} should consist of in order to allow the running of servlets and jsps? Where should they be placed? How do I access them with a web browser

unanswered questions: Multiple Tomcat Instances

2002-05-27 Thread Neil Zanella
Hello, I am still trying to setup tomcat for multiple instances. I read RUNNING.txt but it is rather incomplete in section (4) as it does not describe what a minimal set of files and their contents in ${CATALINA_BASE} would consist of in this case... As a regular user I created a new directory

Multiple Tomcat Instances on Linux Box : Binding exceptions galore : No ideas left

2002-05-19 Thread Webdesign
Hi folks. I'm trying to setup tomcat on one of our servers so that multiple developers can have their own tomcat instance, but keep running into bind exceptions. I've been fiddling with it for quite a few days but have come to a stage where I can't figure out what more to do.

RE: Multiple Tomcat Instances on Linux Box : Binding exceptions galore : No ideas left

2002-05-19 Thread Webdesign
does tomcat bind to a particular port which is hardcoded in? Has anyone run multiple instances of tomcat on one machine or is it assumed that tomcat is run from client machines and not on a central server? If so,it seems to be a bit strange. Appreciate any help. Bert. Hi folks. I'm trying

RE: Multiple Tomcat Instances on Linux Box : Binding exceptions galore : - fixed. My error

2002-05-19 Thread Webdesign
PROTECTED]] Sent: Monday, 20 May 2002 9:36 a.m. To: Tomcat Users List Subject: RE: Multiple Tomcat Instances on Linux Box : Binding exceptions galore : No ideas left does tomcat bind to a particular port which is hardcoded in? Has anyone run multiple instances of tomcat on one machine

servlet in multiple Tomcat-instances

2002-04-25 Thread it
Hi, I'm using multiple instances of Tomcat 3.2.4. The problem is, that I can access servlets of one instance even if the servlet is NOT in the webapps-directory of another instance. This is very confusing during the development of the servlet, because it still lives in the other instances

multiple Tomcat-instances and a confused servlet...

2002-04-25 Thread klingenauber
Hi, I'm using multiple instances of Tomcat 3.2.4. The problem is, that I can access servlets of one instance even if the servlets is in the webapps-directory of another instance. This is very confusing during the development of the servlet, because it still lives in the other instances although

RE: multiple Tomcat-instances and a confused servlet...

2002-04-25 Thread Larry Isaacs
PROTECTED] Subject: multiple Tomcat-instances and a confused servlet... Hi, I'm using multiple instances of Tomcat 3.2.4. The problem is, that I can access servlets of one instance even if the servlets is in the webapps-directory of another instance. This is very confusing during

Multiple tomcat instances - disadvantages

2002-04-25 Thread Heart Prince
hi, I am developing an application service provider site. different people can register there, and they will get their own homepage and data (sensitive data like credit card info etc). currently i have created different folders for each user and gave it names (DNS) like user1.mysite.com,

Multiple Tomcat instances

2002-03-26 Thread Vijay Kandy
Hello all, Iam having problems configuring multiple instances of Tomcat with Apache. I have 7 instances of Tomcat talking to Apache. But Tomcat is serving both HTML and Servlet content. I want Apache to serve HTML and Tomcat to serve out Servlet content. I have a _server.xml file for each

HOWTO: Multiple tomcat instances: Apache 1.3.x - Tomcat 4.x - mod_webapp

2001-12-26 Thread Joseph Wagner
Hello everybody, I recently spent some time setting up a server with a single apache instance and multiple tomcat instances - for use as a shared hosting environment. I wasn't able to find much official documentation on this topic, so I put together a short HOWTO on the subject: http

RE: load balancing Multiple Tomcat instances

2001-12-06 Thread Ing. Gabriel Gajdos
Hi! I don't have good news for you. The support for AJP 13 in Tomcat 4 should be considered as beta... And Tomcat 4.0.1 does not support load balancing... If you really need this feature, stat at 3.x. GG | Hi, | Loadbalancer worker can be set in Worker.properties in 3.x, but in 4.x | there

load balancing Multiple Tomcat instances

2001-12-05 Thread Vijetha Vadlakonda
Hi, Loadbalancer worker can be set in Worker.properties in 3.x, but in 4.x there is no documentation as to how we can use loadbalancer worker for load balancing between multiple instances of Tomcat. Please point me to the right documentation in case I missed it. If load balancing is native to

Multiple Tomcat Instances

2001-09-14 Thread Abhijat Thakur
Hi, I am using apache and Tomcat 3.2.1. I am trying to have two instances of tomcat running. I have different server.xml for each tomcat instance. server1.xml AJP on Port 8007 server2.xml AJP on port 8009 I have no problem starting tomcat using the two server.xml files. Every

RE: Multiple Tomcat Instances

2001-09-14 Thread Lester Balmaceda
on 8007. - Original Message - From: Abhijat Thakur [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 4:59 PM Subject: Multiple Tomcat Instances Hi, I am using apache and Tomcat 3.2.1. I am trying to have two instances of tomcat running. I have different

RE: Multiple Tomcat Instances

2001-09-10 Thread Marjou Xavier
Xavier Marjou -Original Message- From: Abhijat Thakur [SMTP:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 7:16 PM To: [EMAIL PROTECTED] Subject: RE: Multiple Tomcat Instances I am using two tomcats server1.xml AJP on Port 8007 server2.xml AJP on port 8009 I

RE: Multiple Tomcat Instances

2001-09-07 Thread Marjou Xavier
Hello, Each Tomcat can be interfaced with a HTTP client with 2 different ways (defined in server.xml) - either with regular HTTP (eg: on port 8080) - or/and indirectly via Apache (AJP protocol is used, eg port 8007) If you use HTTP via Apache, Apache will need mod_jk.conf and worker.properties

RE: Multiple Tomcat Instances

2001-09-07 Thread Marjou Xavier
If you use HTTP via Apache, Apache will need to write your own mod_jk.conf and worker.properties I wanted to say : If you use HTTP via Apache, YOU will need to write your own mod_jk.conf and worker.properties Sorry about it

RE: Multiple Tomcat Instances

2001-09-07 Thread Abhijat Thakur
]] Sent: Friday, September 07, 2001 4:37 AM To: '[EMAIL PROTECTED]' Subject: RE: Multiple Tomcat Instances Hello, Each Tomcat can be interfaced with a HTTP client with 2 different ways (defined in server.xml) - either with regular HTTP (eg: on port 8080) - or/and indirectly via Apache (AJP

Antwort: Multiple Tomcat Instances

2001-09-06 Thread Stefan . Raschke
Hi If you need a custom config you can not use *auto for obvious reasons (it will be overwritten everytime tomcat starts) Copy it and include your copy. Of course you must do subsequent changes to the config yourself. (contexts, ...) Additionally you have to tell apache which workers to use

RE: Multiple Tomcat Instances

2001-09-06 Thread Larry Isaacs
To: [EMAIL PROTECTED] Subject: Multiple Tomcat Instances Hi, I need to run multiple instances of Tomcat on Apache. As mentioned in documentation i have the two server.xml files specifying two different ports. Tomcat starts fine with the two server.xml files. I might be wrong when

  1   2   >