running multiple instances of tomcat as windows service - service won't start

2005-04-22 Thread Jaynika Barot
hi all, 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

running multiple instances of tomcat as windows services - the service won't start

2005-04-22 Thread Jaynika Barot
hi all, 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

question about multiple instances and multiple domains

2005-03-23 Thread Bedrijven.nl
Hi all, I have successfully set up multiple tc instances on one server on differtent ports. so application 1 runs on 9100, application2 at 9110 and so on. It works fine when i type directly the portnumber after the ipaddress. What I want now is when someone is entering a domainname it goes

Re: question about multiple instances and multiple domains

2005-03-23 Thread Tim Funk
You have 2 ways (actually more, but I'm gonna suggest 2). Both involve running apache on port 80. 1) Run apache on port 80 and use JK to route the requests to the approrpriate tomcat. This involves some more config tweaks for your existing tomcat instance. 2) Run apache on port 80 and use

RE: question about multiple instances and multiple domains

2005-03-23 Thread Bedrijven.nl
And what if i don't want to use apache?? Maarten -Oorspronkelijk bericht- Van: Tim Funk [mailto:[EMAIL PROTECTED] Verzonden: Wednesday, March 23, 2005 1:12 PM Aan: Tomcat Users List Onderwerp: Re: question about multiple instances and multiple domains You have 2 ways (actually more

Re: question about multiple instances and multiple domains

2005-03-23 Thread Tim Funk
List Onderwerp: Re: question about multiple instances and multiple domains You have 2 ways (actually more, but I'm gonna suggest 2). Both involve running apache on port 80. 1) Run apache on port 80 and use JK to route the requests to the approrpriate tomcat. This involves some more config tweaks

RE: question about multiple instances and multiple domains

2005-03-23 Thread Peter Crowther
From: Bedrijven.nl [mailto:[EMAIL PROTECTED] And what if i don't want to use apache?? Alternative approaches could include allocating each application its own IP address, ensuring that each Tomcat instance binds to port 80 on its own IP address. This assumes you have sufficient IP addresses

RE: question about multiple instances and multiple domains

2005-03-23 Thread Bedrijven.nl
how can I bind each ipaddress to port 80?? And how to assign a ipaddress to an application? Maarten -Oorspronkelijk bericht- Van: Peter Crowther [mailto:[EMAIL PROTECTED] Verzonden: Wednesday, March 23, 2005 1:17 PM Aan: Tomcat Users List Onderwerp: RE: question about multiple instances

RE: question about multiple instances and multiple domains

2005-03-23 Thread Peter Crowther
From: Bedrijven.nl [mailto:[EMAIL PROTECTED] how can I bind each ipaddress to port 80?? And how to assign a ipaddress to an application? 1. On paper, allocate an IP address range to your applications. Remember that if these apps are going to be accessed externally, you'll need a separate

RE: question about multiple instances and multiple domains

2005-03-23 Thread Bedrijven.nl
Onderwerp: Re: question about multiple instances and multiple domains You have 2 ways (actually more, but I'm gonna suggest 2). Both involve running apache on port 80. 1) Run apache on port 80 and use JK to route the requests to the approrpriate tomcat. This involves some more config tweaks for your

Multiple instances of tomcat

2005-03-12 Thread Darek
I have a tomcat 4-1-27 running on RedHat 2.4.21. Normally when you startup tomcat it will create a single instance, I have however about 28 created right away. I understand that they all share the same memory, but I don?t think this is a normal behavior. What can be causing this? DarekC

Re: Multiple instances of tomcat

2005-03-12 Thread QM
On Sat, Mar 12, 2005 at 12:21:10AM -0800, Darek wrote: : I have a tomcat 4-1-27 running on RedHat 2.4.21. Normally : when you startup tomcat it will create a single instance, I : have however about 28 created right away. I understand that : they all share the same memory, but I don?t think this

Re: Multiple instances of tomcat

2005-03-12 Thread Darek
All those are threads; tomcat creates 2 at first and the second forks the rest, if you kill either one tomcat will exit. I am asking because another server with the same configuration shows only one single thread. There are some problems with applications on the first server, which seem to be

Multiple instances

2005-03-02 Thread Bedrijven.nl
Hello, Iam trying setting up multiple instances of Tomcat 552. I saw that in tomcat 4 you can do that with defining CATALINE_BASE for each new application pointing to the same Tomcat installation. Problem is that for Tomcat 5.5 there are no startup and shutdown scripts (windows..only Tomcat5.exe

RE: Multiple instances

2005-03-02 Thread Caldarale, Charles R
From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Subject: Multiple instances Please don't hijack existing e-mail threads; if you have a new question, start a new message. Problem is that for Tomcat 5.5 there are no startup and shutdown scripts (windows..only Tomcat5.exe). Use the .zip

Re: Multiple instances

2005-03-02 Thread Markus Schönhaber
On 02.03.2005 16:13, Caldarale, Charles R wrote: From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Subject: Multiple instances Please don't hijack existing e-mail threads; if you have a new question, start a new message. I don't see that the OP has hijacked any existing thread (which seems

RE: [OT] Multiple instances

2005-03-02 Thread Caldarale, Charles R
From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Subject: Re: Multiple instances I don't see that the OP has hijacked any existing thread (which seems to be the exeption, not the rule, lately). IIRC, the original post contained a completely unrelated message from Sng Wee Jim

[OT] Making jsvc multiple instances enabled

2005-01-13 Thread Wolfgang Hackl
in Tomcat5.sh in terms of multiple instances that force you either to make an adapted copy of Tomcat5.sh for each instance (which is impractical for maintenance) or to adapt this script in a sophisticated way and apply your own concept to make Tomcat5.sh reusable. Following are the issues that need

Bootstrap.jar does not get released when starting multiple instances of Tomcat

2005-01-12 Thread Robert Lin
Hi, We have a project where we need 3 different Tomcat instances running 3 different server.xml files, and we have that as part of our JUnit tests for our automated build process. However, for some reason, the file bootstrap.jar will not get released on the every nth build, n~= 1 to 10. And

Multiple instances of Tomcat 5.0.28...

2005-01-10 Thread Troy Simpson
I have the following software packages and OS: Apache 2.0.52 Tomcat 5.0.30 mod_jk 1.2.8 Sun Solaris 8 I am configuring a server to run multiple instances of Tomcat 5.0.28 under one instances of Apache 2.0.52 and one Virtual Host. This server is for development and I want to protect

Re: Multiple instances of Tomcat 5.0.28...

2005-01-10 Thread Troy Simpson
How do I change the context_path for all the Applications that come with Tomcat 5 as displayed in the manager tool? Thanks, Troy -- Troy Simpson Applications Analyst/Programmer, OCPDBA, MCSE, SCSA North Carolina State University Libraries Campus Box 7111 | Raleigh | North Carolina

best way to setup multiple instances of tomcat

2004-12-23 Thread Greg Lappen
Hello- I currently am using Tomcat 5.0.28 for both our production and test server. Currently, I have one copy of the tomcat distribution in /usr/local/tomcat, two different server.xml files (server-prod.xml and server-test.xml) in /usr/local/tomcat/conf and two different scripts in

Re: best way to setup multiple instances of tomcat

2004-12-23 Thread Tim Funk
The easiest way is to run multiple copies. For example: /usr/local/tomcat1/ ... /usr/local/tomcat2/ ... /usr/local/tomcat.../ ... If the configurations are the same, then you can use the same copy of server.xml for all the instances. Then for items which need to be different such as port and ip

Re: best way to setup multiple instances of tomcat

2004-12-23 Thread Wolfgang Hackl
Greg Lappen wrote: Also, I'm thinking that I probably don't want them both running off the same install directory because what if I want to test a new version of Tomcat in the test environment? The only thing I'm saving by having them both run from the same directory is a few megs of space

Windows service and multiple instances

2004-12-01 Thread Wouter De Vaal
Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion for this? Regards, Wouter de Vaal

RE: Windows service and multiple instances

2004-12-01 Thread Hubble, Christopher
and multiple instances Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion for this? Regards, Wouter de Vaal

Re: Windows service and multiple instances

2004-12-01 Thread Mladen Turk
Wouter De Vaal wrote: Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion for this? cd %TOMCAT1_HOME%\bin

RE: Windows service and multiple instances

2004-12-01 Thread Shapira, Yoav
] Subject: Windows service and multiple instances Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion

RE: Windows service and multiple instances

2004-12-01 Thread Allistair Crossley
which will force the wrapper to use the current directory, Allistair. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 15:48 To: Tomcat Users List; Wouter De Vaal Subject: RE: Windows service and multiple instances Hi, You can use

RE: [ANN] Multiple Instances Tomcat Installer

2004-11-15 Thread Peter Crowther
From: Wolfgang Hackl [mailto:[EMAIL PROTECTED] To be serious, I am of the opinion that the Tomcat project can benefit from an application that helps Administrators with installation and management of multiple Tomcat instances (which is a superset of MITI's features). Yes please! We have an

Re: [ANN] Multiple Instances Tomcat Installer

2004-11-15 Thread Wolfgang Hackl
Peter Crowther wrote: From: Wolfgang Hackl [mailto:[EMAIL PROTECTED] To be serious, I am of the opinion that the Tomcat project can benefit from an application that helps Administrators with installation and management of multiple Tomcat instances (which is a superset of MITI's features).

[ANN] Multiple Instances Tomcat Installer

2004-11-12 Thread Wolfgang Hackl
Hi everybody! I created a shell script for helping with the installation of multiple Tomcat instances. You may want to use it if you need to accelerate the creation of a new service. The script is called MITI - Multiple Instances Tomcat Installer. MITI performs actions analogous to the Advanced

RE: Service and Multiple Instances

2004-10-21 Thread Shapira, Yoav
Subject: Re: Service and Multiple Instances On Wed, Oct 20, 2004 at 10:02:57AM -0400, Kyle Adams wrote: : I'd like to do the same thing with Tomcat using CATALINA_BASE, like : so: : : CATALINA_HOME - */apps/tomcat : CATALINA_BASE - */data/tomcat/${service.name} : [snip] : Would there be : times when

Service and Multiple Instances

2004-10-20 Thread Kyle Adams
BACKGROUND: We're investigating migration from WebLogic 7 to Tomcat 5. As of WebLogic 7, BEA separates out configuration info, their equivalent of webapps, and other data into a separate directory, much like setting CATALINA_BASE to a different directory does for Tomcat. BEA did this to isolate

Multiple Instances of Tomcat5 on SunOS5.8

2004-09-16 Thread Rahul Bhardwaj
HI, We need to ve multiple instances of Tomcat5 on SunOS5.8. 1. Can I just ve 2 server.xml with different name and configuration under single Tomcat installation and then start the Tomcat with -f option to point to the specific server.xml. 2. Or Do I ve to make 2 directory

RE: Multiple Instances of Tomcat5 on SunOS5.8

2004-09-16 Thread Ralph Einfeldt
http://www.mail-archive.com/[EMAIL PROTECTED]/msg135862.html -Original Message- From: Rahul Bhardwaj [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 4:32 PM To: [EMAIL PROTECTED] Subject: Multiple Instances of Tomcat5 on SunOS5.8 Importance: High HI, We need

Question about multiple instances instead virtual hosts

2004-09-10 Thread Bedrijven.nl
Hello, Now I have a production server with tomcat 4.1.24. I have several applications installed (in webapps) and sets them up as virtual hosts. I get the idea that using multiple instances would work better for me. I read the documentation but what I read is there are 2 possible solutions

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Ralph Einfeldt
: Question about multiple instances instead virtual hosts Hello, Now I have a production server with tomcat 4.1.24. I have several applications installed (in webapps) and sets them up as virtual hosts. I get the idea that using multiple instances would work better for me. I read

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Bedrijven.nl
: Friday, September 10, 2004 1:41 PM Aan: Tomcat Users List; [EMAIL PROTECTED] Onderwerp: RE: Question about multiple instances instead virtual hosts My recommendations: - Use one installation and define CATALINA_BASE for each. - Define one virtual ip per instance - bind each instance to one ip

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Ralph Einfeldt
To: 'Tomcat Users List' Subject: RE: Question about multiple instances instead virtual hosts can you give examples of: - how to define CATALINA_BASE (i.e. a new director applications/applicationX/webapps, applications/applicationY/webapps etc is that OK??) - how to bind the one ip address

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Bedrijven.nl
:54 PM Aan: 'Tomcat Users List' Onderwerp: RE: Question about multiple instances instead virtual hosts can you give examples of: - how to define CATALINA_BASE (i.e. a new director applications/applicationX/webapps, applications/applicationY/webapps etc is that OK??) - how to bind the one ip

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Ralph Einfeldt
You just need one installation. See my previous post for an exaple structure. -Original Message- From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 4:42 PM To: 'Tomcat Users List' Subject: RE: Question about multiple instances instead virtual hosts I

Re: Question about multiple instances instead virtual hosts

2004-09-10 Thread Mark Lowe
could I do that?? (especially all connect to port 80) Maarten -Oorspronkelijk bericht- Van: Bedrijven.nl [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 10, 2004 1:54 PM Aan: 'Tomcat Users List' Onderwerp: RE: Question about multiple instances instead virtual hosts can you give

Multiple instances of Tomcat.

2004-08-09 Thread Bill Hughey
I am working on converting a standalone content management system that has embedded Tomcat and an admin servlet as one of its components. My intent is to turn this application into a servlet itself running under a standalone Tomcat5. My question: is it possible to run embedded Tomcat5 within a

Re: Multiple instances of Tomcat.

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 10:04:56AM -0700, Bill Hughey wrote: : Second question: would it be possible if this works for the inner servlet to access memory (objects) instanciated by the outer servlet? Likely, no. Read on: : Note: I have noticed that servlets within the same context have access

Multiple instances of tomcat and apache 2.0.48

2004-03-26 Thread Angelo Alerta - Mainfield
I'm trying to use two instances of tomcat 5.0.12 with apache 2.0.48. One instance listen at port 8009 while other listen on port 50089. Reading the output of error_log of apache it seems that channelSocket.open() try to connect always on port 8009... All request are sent to instance listening at

Re: Multiple instances of tomcat and apache 2.0.48

2004-03-26 Thread Emerson Cargnin
Why don't you create a different virtual IP for running the second instance?? Angelo Alerta - Mainfield wrote: I'm trying to use two instances of tomcat 5.0.12 with apache 2.0.48. One instance listen at port 8009 while other listen on port 50089. Reading the output of error_log of apache it

Multiple instances of tomcat 4.1.30 with Win2K.

2004-03-08 Thread Kawthar Bt M Sulaiman
I'm trying to setup multiple instaces of tomcat with Win2K. Here's my directory structure: CATALINA_HOME == C:\programs\jakarta-tomcat-4.1.30 CATALINA_BASE == c:\programs\usr\mo Inside CATALINA_BASE, I have the following directories (using port 8101): conf logs temp webapps work How do I setup

Re: RE: Multiple instances of Tomcat - why would you do it ?

2004-02-12 Thread Carl Walker
] Date: Thursday, February 12, 2004 0:22 am Subject: RE: Multiple instances of Tomcat - why would you do it ? He he, thanks. By the looks of the code I'm seeing - I'm going with the space bats reason ;-) -Original Message- From: Josh Rehman [EMAIL PROTECTED] Sent: Thursday, 12

RE: Multiple instances of Tomcat - why would you do it ?

2004-02-12 Thread Shapira, Yoav
Users List Subject: Multiple instances of Tomcat - why would you do it ? Hello everyone, I've just started a new job where I've been asked to be the tech lead on a project. The software originated from an external company who designed it to run on 3 instances of tomcat. There is an instance

Multiple instances of Tomcat - why would you do it ?

2004-02-11 Thread Derek Clarkson
Hello everyone, I've just started a new job where I've been asked to be the tech lead on a project. The software originated from an external company who designed it to run on 3 instances of tomcat. There is an instance for the main applications for our customers, an instance for the admin

Re: Multiple instances of Tomcat - why would you do it ?

2004-02-11 Thread Josh Rehman
If the instances talk to each other via RMI, it's likely that the original developers intended each instance to be run on a different box. They may have thought this would positively affect scalability. It may also be that they partitioned the app such that each container has different

Re: Multiple instances of Tomcat - why would you do it ?

2004-02-11 Thread Didier McGillis
PROTECTED] Subject: Re: Multiple instances of Tomcat - why would you do it ? Date: Wed, 11 Feb 2004 17:40:52 -0800 If the instances talk to each other via RMI, it's likely that the original developers intended each instance to be run on a different box. They may have thought this would positively

RE: Multiple instances of Tomcat - why would you do it ?

2004-02-11 Thread Derek Clarkson
He he, thanks. By the looks of the code I'm seeing - I'm going with the space bats reason ;-) -Original Message- From: Josh Rehman [mailto:[EMAIL PROTECTED] Sent: Thursday, 12 February 2004 12:41 PM To: Tomcat Users List Subject: Re: Multiple instances of Tomcat - why would you do

Re: Multiple instances, multiple IPs

2004-01-26 Thread Tim Funk
Or the FAQ! http://jakarta.apache.org/tomcat/faq/connectors.html#bind -Tim Bill Barker wrote: Chris [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I need to run multiple instances of Tomcat on one box. The reason is that we have multiple websites, and I want them to have independent

Multiple instances, multiple IPs

2004-01-25 Thread Chris
I need to run multiple instances of Tomcat on one box. The reason is that we have multiple websites, and I want them to have independent JVMs. There is some pretty good documentation out there on how to configure multiple instances of Tomcat, but all of it presumes that each instance runs

Re: Multiple instances, multiple IPs

2004-01-25 Thread Bill Barker
Chris [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I need to run multiple instances of Tomcat on one box. The reason is that we have multiple websites, and I want them to have independent JVMs. There is some pretty good documentation out there on how to configure multiple

RE: Question on using Tomcat 5 in production environment; using multiple instances or not?

2004-01-09 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Marco Pas [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 3:08 AM To: 'Tomcat Users List' Subject: RE: Question on using Tomcat 5 in production environment; using multiple instances or not? Isn't this a maintenance nightmare

RE: Question on using Tomcat 5 in production environment; using multiple instances or not?

2004-01-09 Thread Ralph Einfeldt
applications requires an incompatible change in a library. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 2:32 PM To: Tomcat Users List Subject: RE: Question on using Tomcat 5 in production environment; using multiple instances

Re: Question on using Tomcat 5 in production environment; using multiple instances or not?

2004-01-09 Thread daniel
, Daniel Schulken - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 09, 2004 8:46 AM Subject: RE: Question on using Tomcat 5 in production environment; using multiple instances or not? One additinal remark

RE: Question on using Tomcat 5 in production environment; using multiple instances or not?

2004-01-06 Thread Shapira, Yoav
, January 06, 2004 5:30 AM To: '[EMAIL PROTECTED]' Subject: Question on using Tomcat 5 in production environment; using multiple instances or not? Hi, I cannot find a suitable answer on the situation and questions below: Situation: I want to use Tomcat in a high available environment, using 2 machines

RE: Mulitple webapps vs. multiple instances

2003-11-14 Thread Ralph Einfeldt
versions of common libs or the whole jdk ? In most cases I would recommend multiple instances, this way you can better protect the sites from each other. (The downside is, that you need more resources) -Original Message- From: Thomas Reiter [mailto:[EMAIL PROTECTED] Sent: Wednesday

Mulitple webapps vs. multiple instances

2003-11-12 Thread Thomas Reiter
Hi, We are running apache serving multiple virtual hosts. Some of the domains are combined with a java webapp. For now we have the following structure for this {TOMCAT_HOME}/webapps/customer_1 {TOMCAT_HOME}/webapps/customer_2 The applications are mapped via mod_jk to the coresponding

Re: Mulitple webapps vs. multiple instances

2003-11-12 Thread Tim Funk
It depends. The one jvm scenario has the possibility of hurting other customers since one webapp could (try to) hurt another via starvation, resource hogging etc. But even in diferent jvms, this could be an issue, but possibly easier to manage. Personally, I would put each customer in their

how to config Tomcat 4.1.27 multiple instances using JavaService

2003-10-08 Thread Eric Sandusky
I need some specific configuration info to setup Tomcat such that I have multiple services (using JavaService), and each service runs only 1 webapp. I have viewed many posts on this topic and tried many different things. I have 3 webapps under Tomcat, call them A, B, C. Currently, all 3 webapps I

Running multiple instances of one webapp

2003-09-24 Thread Jonathan A. Chase
web.xml in each copy. Here's the question: is there a way to configure Tomcat to use just one copy of the app with three different web.xml's as opposed to making three copies of the entire app (without running multiple instances of Tomcat)? Jon

RE: Running multiple instances of one webapp

2003-09-24 Thread Shapira, Yoav
: Running multiple instances of one webapp On our instance of Tomcat 4.1.27 we have a webapp which we make available to a number of different clients, where the configuration variables (web.xml) are slightly different for each client. Currently, if we have three clients who wish to use the app, we

multiple instances of tomcat (grouping webapps with a manager) with a single installation under linux

2003-07-14 Thread Karli Christoph (CSE)
hello world (haha, running gag) i've installed and connected succesfully tomcat 4.1.24 with apache 2.0.45 now my problem is the following: i'd like to get multiple instances of tomcat without installing tomcat another time (so just by configuring). the goal is to achieve several webapp

RE: multiple instances of tomcat (grouping webapps with a manager) with a single installation under linux

2003-07-14 Thread Ralph Einfeldt
Message- From: Karli Christoph (CSE) [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 5:04 PM To: '[EMAIL PROTECTED]' Subject: multiple instances of tomcat (grouping webapps with a manager) with a single installation under linux hello world (haha, running gag) i've installed

Re: Multiple instances

2003-05-31 Thread John Turner
Ditto. John On Thu, 29 May 2003 18:47:31 +0800, Jason Bainbridge [EMAIL PROTECTED] wrote: On Thu, 29 May 2003 18:41, Rohit Peyyeti wrote: I need to setup multiple tomcat 4.1.24 instances (for each of my web applications). I did read RUNNING.txt shipped with tomcat distribution -- but was not

Re: Multiple instances

2003-05-31 Thread John Turner
On Fri, 30 May 2003 08:12:26 -0400, Lloyd Meinholz [EMAIL PROTECTED] wrote: I have a wrapper startup script that changes the value of CATALINA_BASE before it calls the startup.sh script. Just have the right directories and files created in your CATALINA_BASE directory before you call

Multiple instances of tomcat in linux. Newbie question

2003-05-30 Thread Alejandro Arredondo
Hi, I want to make tomcat to work for many users, so each user can have their own developing enviroment. How do install, configure, and run each instance? How can I let them to manage their contexts? Thanks in advance __ Do you Yahoo!? Yahoo! Calendar - Free

Re: Multiple instances

2003-05-30 Thread Bill Barker
Peyyeti [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 4:20 PM Subject: RE: Multiple instances Why do you want to run separate instances for each application? Why not just setup more host inside one instance? -Original Message- From: Rohit Peyyeti [mailto:[EMAIL PROTECTED] Sent

RE: Multiple instances

2003-05-30 Thread Ralph Einfeldt
of applications. (As none of our server reaches it's limits we don't have a problem with that). -Original Message- From: Alex Burton [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 12:50 PM To: Tomcat Users List; Rohit Peyyeti Subject: RE: Multiple instances Why do you want

Re: Multiple instances

2003-05-30 Thread Rohit Peyyeti
: Friday, May 30, 2003 10:54 AM Subject: Re: Multiple instances It should be a piece of cake. Setup your workers.properties file to define all of your Tomcats, and then within each Apache VirtualHost, define the JkMounts to go to the correct version of Tomcat. Rohit Peyyeti [EMAIL PROTECTED] wrote

RE: Multiple instances

2003-05-30 Thread Lloyd Meinholz
a sleep between each startup call to get them to start correctly. I hope this helps, Lloyd -Original Message- From: Rohit Peyyeti [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 6:41 AM To: Tomcat Users List Subject: Multiple instances Hello Gurus: I have received

Multiple instances

2003-05-29 Thread Rohit Peyyeti
give multiple entries to CATALINA_BASE environment? What if I want to run 5 to 6 different instances? How exactly should it be configured? Is there any how-to or document available for setting up tomcat 4's multiple instances? Thanks! Rohit

Re: Multiple instances

2003-05-29 Thread Jason Bainbridge
On Thu, 29 May 2003 18:41, Rohit Peyyeti wrote: I need to setup multiple tomcat 4.1.24 instances (for each of my web applications). I did read RUNNING.txt shipped with tomcat distribution -- but was not very clear. Can I give multiple entries to CATALINA_BASE environment? What if I want to

RE: Multiple instances

2003-05-29 Thread Alex Burton
Why do you want to run separate instances for each application? Why not just setup more host inside one instance? -Original Message- From: Rohit Peyyeti [mailto:[EMAIL PROTECTED] Sent: Thursday, 29 May 2003 8:41 PM To: Tomcat Users List Subject: Multiple instances Hello Gurus: I have

Re: Multiple instances

2003-05-29 Thread Rohit Peyyeti
PROTECTED]; Rohit Peyyeti [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 4:20 PM Subject: RE: Multiple instances Why do you want to run separate instances for each application? Why not just setup more host inside one instance? -Original Message- From: Rohit Peyyeti [mailto:[EMAIL

RE: multiple instances of tomcat

2003-02-06 Thread Powell.Kris
run This runs the instance in the same window so it stays open if it exits prematurely. Hope this helps. Kris -Original Message- From: Henry Krasny [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 10:56 PM To: [EMAIL PROTECTED] Subject: multiple instances of tomcat I'm

RE: multiple instances of tomcat

2003-02-06 Thread Henry Krasny
]] Sent: Thursday, February 06, 2003 2:57 AM To: Tomcat Users List Subject: RE: multiple instances of tomcat You need to set the CATALINA_BASE environment variable for each instance, so in the bin directory: set CATALINA_BASE=c:\aa1 startup.bat set CATALINA_BASE=c:\aa2 startup.bat Make sure you

Multiple Instances Support Broken in Tomcat 4.1.18

2003-02-06 Thread Rahul Bhargava
Platform : Win2K Tomcat ver: 4.1.18 Problem: When trying to start a webapp that has been installed/deployed with jar files in WEB-INF/lib on a TC instance that was started by setting CATALINA_BASE (to get multi instance support), an exception is thrown by the method -

RE: Multiple Instances Support Broken in Tomcat 4.1.18

2003-02-06 Thread Turner, John
06, 2003 3:53 PM To: [EMAIL PROTECTED] Subject: Multiple Instances Support Broken in Tomcat 4.1.18 Platform : Win2K Tomcat ver: 4.1.18 Problem: When trying to start a webapp that has been installed/deployed with jar files in WEB-INF/lib on a TC instance that was started by setting

Missing from Documentation: Windows Multiple instances note

2003-02-05 Thread Powell.Kris
Installed Tomcat 4.1.18 for WinNT recently and have come across something that isn't covered in the documentation. When trying to get multiple instances of Tomcat running (in Windows), it also needs a 'temp' directory in $CATALINA_BASE as well as the 'webapps', 'conf', etc... Don't know

multiple instances of tomcat

2003-02-05 Thread Henry Krasny
I'm having lots of trouble starting a second instance of tomcat on my machine, Windows XP. I am able to start a single instance on port 8080 (the default installation). I can also start a single instance on port 8081 (C:\aa1) using the instructions in RUNNING.txt (section 4), but I cannot get

Multiple Instances of Tomcat as a Service

2003-01-03 Thread Jason Chambers
I am running multiple JVMs of Tomcat using the CATALINA_BASE environment variables. Currently, the only way I know of to start these is with the start batch files. Does anyone know of a way to start multiple instancs of tomcat as services? Jason -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Multiple Instances of Tomcat as a Service

2003-01-03 Thread Turner, John
] Subject: Multiple Instances of Tomcat as a Service I am running multiple JVMs of Tomcat using the CATALINA_BASE environment variables. Currently, the only way I know of to start these is with the start batch files. Does anyone know of a way to start multiple instancs of tomcat as services

RE: Multiple Instances of Tomcat as a Service

2003-01-03 Thread Jacob Kjome
- From: Jason Chambers [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:07 AM To: [EMAIL PROTECTED] Subject: Multiple Instances of Tomcat as a Service I am running multiple JVMs of Tomcat using the CATALINA_BASE environment variables. Currently, the only way I know of to start

mod_jk with multiple instances

2002-12-16 Thread Andrew Sanderson
Is anyone using multiple instance of Tomcat and Apache using mod_jk as the connector. If so, how do you get it to write to conf/auto and look for conf/jk/workers.properties files in $CATALINA_BASE istead of $CATALINA_HOME?? Thanks in advance!! Andy -- To unsubscribe, e-mail: mailto:[EMAIL

Multiple Instances

2002-12-12 Thread Hari Venkatesan
I remember somebody in the group saying that they have multiple instances in production. How do you run multiple instances of tomcat as a service in WIN2000 Each of the instance will have a separate server.xml file and startup.bat Hari -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Multiple Instances as a Service in 2000

2002-12-07 Thread Steve Fibich
Hello everybody, I have a need to install multiple instance of Tomcat on a windows 2000 box each instance running as a service. Can anyone point me in the right direction. I already have it running as a service for one instance (from the exe install) and second instance running

Re: How to set Multiple instances for tomcat?

2002-12-04 Thread Veniamin Fichin
Tushar Kulkarni wrote: Hi I want to set multiple instances for tomcat4. How do I do that? Thanks In the Tomcat documentation there are some explanation about it. Mainly you have to set CATALINA_HOME to point to your Tomcat installation, and CATALINA_BASE pointing to directory where you want

RE: How to set Multiple instances for tomcat?

2002-12-02 Thread Jeremy Joslin
List Subject: How to set Multiple instances for tomcat? Hi I want to set multiple instances for tomcat4. How do I do that? Thanks -- To unsubscribe, e-mail: mailto:tomcat-user- [EMAIL PROTECTED] For additional commands, e-mail: mailto:tomcat-user- [EMAIL PROTECTED

RE: How to set Multiple instances for tomcat?

2002-12-02 Thread Turner, John
- From: Tushar Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 01, 2001 12:19 PM To: Tomcat Users List Subject: How to set Multiple instances for tomcat? Hi I want to set multiple instances for tomcat4. How do I do that? Thanks -- To unsubscribe, e-mail: mailto

Regarding Multiple Instances

2002-11-19 Thread raghavendra roddam
confusing, if I have two contaxts running I must have two CATALINA_BASE variables, supposedly one for each. If that is the case the variable names must be different. What would they be. Like CATALINA_BASE_1, CATALINA_BASE_2. After being successful in running multiple instances of tomcat using one

RE: Regarding Multiple Instances

2002-11-19 Thread Lee Grey
confusing, if I have two contaxts running I must have two CATALINA_BASE variables, supposedly one for each. If that is the case the variable names must be different. What would they be. Like CATALINA_BASE_1, CATALINA_BASE_2. After being successful in running multiple instances of tomcat

RE: Regarding Multiple Instances

2002-11-19 Thread Ralph Einfeldt
starting tomcat -Original Message- From: raghavendra roddam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 8:30 PM To: [EMAIL PROTECTED] Subject: Regarding Multiple Instances Hello Team, Iam trying to install Tomcat v4.1.12 am successful in doing so. Now I

Multiple instances of Tomcat

2002-11-05 Thread Pedro Igor Craveiro e Silva
Greetings A long, long time i´m trying to configure tomcat to run with multiple instances (tomcat+apache). Has some one in this list that can help me to do this ? Or just give me the firt step Thanks a lot ... Pedro Igor

RE: Multiple instances of Tomcat

2002-11-05 Thread Turner, John
to change the connector port as well. If by multiple instances you mean that you want to load-balance Tomcat requests, you need to set up a worker in workers.properties (assuming that you are using JK) for each Tomcat. Good load-balancing HOWTO: http://www.ubeans.com/tomcat John -Original Message

  1   2   >