Two instances configuration

2005-05-12 Thread Diogo Martinez
Hi, does anybody know how to set up two instances of Tomcat in a same machine, listening to different ports? I already tried to configure server.xml as following: ... Connector className=org.apache.coyote.tomcat4.CoyoteConnector acceptCount=100 bufferSize=2048 compression=off

RE: Two instances configuration

2005-05-12 Thread Peter Crowther
From: Diogo Martinez [mailto:[EMAIL PROTECTED] does anybody know how to set up two instances of Tomcat in a same machine, listening to different ports? As well as configuring the connector, check and change the shutdown port (near the top of conf/server.xml). Each instance needs

Problably a simple problem - two instances of tomcat running at the same time

2004-09-12 Thread Patricia Swarbrick
instances of tomcat 5.0 running simultaneously on one computer, so that we have separate environments to work with. I followed some instructions on setting up tomcat 4.0 so it could run two instances simultaneously, setting the $CATALINA_BASE variable and creating two startup scripts

Re: Problably a simple problem - two instances of tomcat running at the same time

2004-09-12 Thread Kelly Denehy
On Sun, 12 Sep 2004 14:53:43 -0600, Patricia Swarbrick [EMAIL PROTECTED] wrote: I've gone throught the server.xml files and the worker2.properties files to make sure that the two tomcat instances are not using the same port to communicate with the apache server. I think you're on the right track

documentation on installing two instances of tomcat

2004-07-21 Thread Yoo, Joon
Is there any documentation on running two instances of tomcat on the same Win2000 server and same IP but different ports? Joon Yoo Systems Administrator Ladas Parry LLC 26 West 61st Street New York, NY 10023 tel: (212) 708-1854 fax: (212) 246-8959

RE: documentation on installing two instances of tomcat

2004-07-21 Thread Shapira, Yoav
, say 8006 and 8081. - That's it. Yoav Shapira Millennium Research Informatics -Original Message- From: Yoo, Joon [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 10:55 AM To: ([EMAIL PROTECTED]) Subject: documentation on installing two instances of tomcat Is there any documentation

RE: documentation on installing two instances of tomcat

2004-07-21 Thread Benjamin Armintor
] -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 10:03 AM To: Tomcat Users List Subject: RE: documentation on installing two instances of tomcat Hi, Here's some: - Download tomcat .zip - Unpack first installation to a directory of your choice

Re: Two instances of servlet gets created

2003-01-03 Thread Mohit Garg
In my case if the request comes from within the same context, it works fine and does not creates two instances. But if I have another application deployed in different context and sending a request to my servlet, then, there is new instance of servlet gets created. I tried with one example

RE: Two instances of servlet gets created

2003-01-03 Thread Cox, Charlie
-Original Message- From: Mohit Garg [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 5:42 AM To: Tomcat Users List Subject: Re: Two instances of servlet gets created In my case if the request comes from within the same context, it works fine and does not creates two

Re: Two instances of servlet gets created

2003-01-03 Thread Jacob Kjome
. Jake At 04:11 PM 1/3/2003 +0530, you wrote: In my case if the request comes from within the same context, it works fine and does not creates two instances. But if I have another application deployed in different context and sending a request to my servlet, then, there is new instance of servlet

RE: Two instances of servlet gets created

2003-01-03 Thread Jacob Kjome
Message- From: Mohit Garg [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 5:42 AM To: Tomcat Users List Subject: Re: Two instances of servlet gets created In my case if the request comes from within the same context, it works fine and does not creates two instances

Two instances of servlet gets created

2003-01-02 Thread Mohit Garg
I have startup servlet for which one instance is created as soon as my tomcat starts. But on the first request to the servlet there is another instance created. i.e Another time init() is called for the servlet. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: Two instances of servlet gets created

2003-01-02 Thread Andreas Probst
Hi, do you call your servlet by the pattern defined in web.xml or by the full path with invoker servlet? I once read, that using the invoker servlet means creating a new instance of your servlet. Maybe that's what causes the second init(). Hope this helps Andreas On 2 Jan 2003 at 17:22,

RE: Two instances of servlet gets created

2003-01-02 Thread Gavin, Rick
PROTECTED]] Sent: Thursday, January 02, 2003 3:52 AM To: Tomcat Users List Subject: Two instances of servlet gets created I have startup servlet for which one instance is created as soon as my tomcat starts. But on the first request to the servlet there is another instance created. i.e Another

Re: Sharing Session data between two instances?

2002-12-16 Thread Luiz Ricardo
: Sharing Session data between two instances? Hi I am trying to setup tomcat 4.1.12 on two servers so that an incoming request can be handled by either one of the servers. What I would like to do is share session details between the two instances. Is this possible? Thanks Prashanth

Re: Sharing Session data between two instances?

2002-12-16 Thread Puneet Agarwal
PROTECTED] Subject: Sharing Session data between two instances? Hi I am trying to setup tomcat 4.1.12 on two servers so that an incoming request can be handled by either one of the servers. What I would like to do is share session details between the two instances. Is this possible? Thanks

Re: Sharing Session data between two instances?

2002-12-16 Thread Ben Ricker
PROTECTED] Date: Sun, 15 Dec 2002 10:57:09 -0800 (PST) To: Tomcat Users List [EMAIL PROTECTED] Subject: Sharing Session data between two instances? Hi I am trying to setup tomcat 4.1.12 on two servers so that an incoming request can be handled by either one of the servers. What I would

Sharing Session data between two instances?

2002-12-15 Thread Prashanth Pushpagiri
Hi I am trying to setup tomcat 4.1.12 on two servers so that an incoming request can be handled by either one of the servers. What I would like to do is share session details between the two instances. Is this possible? Thanks Prashanth __ Do you

Two Instances

2002-12-11 Thread Laxmikanth M.S.
Hi all, can I have two instances of Tomcat installed in one machine and both the servers should be running. we need to change the port for once instance of tomcat as 9090 instead of 8080 so taht both tomcat will listen at different port. is this possible. My doubts may be silly but since I am

RE: Two Instances

2002-12-11 Thread Ralph Einfeldt
List Subject: Two Instances Hi all, can I have two instances of Tomcat installed in one machine and both the servers should be running. we need to change the port for once instance of tomcat as 9090 instead of 8080 so taht both tomcat will listen at different port

Re: Two instances of Tomcat

2002-12-11 Thread Ben Ricker
regarding setting up two instances of Tomcat .Here goes the details .We used to have Apache 1.3.23 + Tomcat 4.0.2 configuration running on Red hat 7.0.We were running two web apps under Single instance of tomcat. To make them independent we are moving towards Two instances of tomcat .So we installed

Re: Two Instances

2002-12-11 Thread Cees van de Griend
On Wednesday 11 December 2002 14:10, Laxmikanth M.S. wrote: Hi all, can I have two instances of Tomcat installed in one machine and both the servers should be running. we need to change the port for once instance of tomcat as 9090 instead of 8080 so taht both tomcat will listen at different

Two instances of Tomcat with Formula 1 Software(E-spreadsheet)

2002-12-11 Thread Mohbe, Sameer
of Memory .Everything else in the application in tomcat2 instance works fine.But that Report part is a Crucial part of the Apps. Is anyone using Two Instances of Tomcat on the same server with Formula1 s/w.Guys any help on this will be greatly APPRECIATED. Configuration : Red Hat Linux 7.0 Apache

Re: Two instances of Tomcat with Formula 1 Software(E-spreadsheet)

2002-12-11 Thread Cees van de Griend
On Wednesday 11 December 2002 23:38, Mohbe, Sameer wrote: Thanks to Ben and John on their inputs,But second instance of Tomcat(tomcat2) still errors out when it tries to create a report with Formula 1 software with Java.Lang.Out.Of.Memory error --though i increased the Heap size upto upper

RE: Two instances of Tomcat with Formula 1 Software(E-spreadsheet)

2002-12-11 Thread Turner, John
-Original Message- From: Cees van de Griend [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 5:55 PM To: Tomcat Users List Subject: Re: Two instances of Tomcat with Formula 1 Software(E-spreadsheet) On Wednesday 11 December 2002 23:38, Mohbe, Sameer wrote: Thanks to Ben

Re: Two instances of Tomcat with Formula 1 Software(E-spreadsheet)

2002-12-11 Thread Mike W-M
I haven't any experience with this particular scenario, but I'm not going to let that stop me! I guess the two instances must be running in separate java processes (and that's probably fine, since I seem to be able to start up two JDevelopers at once!), so a) Does Tomcat2 give the same

Two instances of Tomcat

2002-12-10 Thread Mohbe, Sameer
Hi Folks , Need some urgent help regarding setting up two instances of Tomcat .Here goes the details .We used to have Apache 1.3.23 + Tomcat 4.0.2 configuration running on Red hat 7.0.We were running two web apps under Single instance of tomcat. To make them independent we

RE: Two instances of Tomcat

2002-12-10 Thread Turner, John
: Mohbe, Sameer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 6:19 PM To: '[EMAIL PROTECTED]' Subject: Two instances of Tomcat Hi Folks , Need some urgent help regarding setting up two instances of Tomcat .Here goes the details .We used to have Apache 1.3.23

AW: two instances of tomcat (in diferent ports) on the same machi ne

2002-09-20 Thread Ralph Einfeldt
-Ursprüngliche Nachricht- Von: Ben Ricker [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 19. September 2002 23:58 An: 'Tomcat Users List' Betreff: RE: two instances of tomcat (in diferent ports) on the same machi ne On Thu, 2002-09-19 at 14:52, Turner, John wrote: Yes

RE: two instances of tomcat (in diferent ports) on the same machi ne

2002-09-20 Thread Turner, John
, Ben Ricker Wellinx.com -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

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

2002-09-19 Thread Christian J. Dechery
How can I achieve this? Is it possible? .:| Christian J. Dechery .:| FINEP - Depto. de Sistemas .:| [EMAIL PROTECTED] .:| (21) 2555-0332

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

2002-09-19 Thread Turner, John
, 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

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

2002-09-19 Thread 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

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

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

2002-09-19 Thread Padhu Vinirs
, 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

RE: two instances of tomcat (in diferent ports) on the same machi ne

2002-09-19 Thread Ben Ricker
[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

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

SSL between two instances of tomcat

2002-01-09 Thread ANDERSON-STUDENT,IAN (HP-UnitedKingdom,ex2)
Hello, I am trying to set up a secure connection between two instances of tomcat. I need to ensure that the back instance will only take connections from the front instance. This needs to be done over a SSL. So far I have created a separate certificate for each instance and exported the public

RE: Two instances of tomcat

2001-01-22 Thread Etienne Baert \(SPS Office\)
ot;worker_mount_file"="C:\\jakarta-tomcat2\\conf\\uriworkermap.properties" Don't hesitate to contact me if you need further information, Etienne -Original Message- From: Mark Parish [mailto:[EMAIL PROTECTED]] Sent: mardi 23 janvier 2001 6:41 To: [EMAIL PROTECTED] Subject: Two instances of