Re: Prometheus on Apache Tomcat multiple tomcat Instances

2023-01-18 Thread Melvin Oosterveen
__ From: l...@kreuser.name Sent: Monday, January 16, 2023 6:05 PM To: Tomcat Users List Subject: Re: Prometheus on Apache Tomcat multiple tomcat Instances Melvin, > Am 16.01.2023 um 14:52 schrieb Melvin Oosterveen > : > > > Hi all, > > I'm currently working on A

Re: Prometheus on Apache Tomcat multiple tomcat Instances

2023-01-16 Thread logo
iguration - Multiple Tomcat Instances on UNIX systems > described in the RUNNING.txt. > > Does anyone have some experience with the setup of the JMX Prometheus > exporter using multiple Tomcat instances? My goal is to have a separate Java > process (Prometheus) started when I start

Prometheus on Apache Tomcat multiple tomcat Instances

2023-01-16 Thread Melvin Oosterveen
Hi all, I'm currently working on Apache Tomcat stacks within my company and I would like to integrate Prometheus into our deployments. We have decided to go for the Advanced Configuration - Multiple Tomcat Instances on UNIX systems described in the RUNNING.txt. Does anyone have some

Re: daemon.sh and multiple tomcat instances

2017-12-08 Thread Chris Cheshire
On Fri, Dec 8, 2017 at 11:33 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 12/7/17 3:47 PM, Chris Cheshire wrote: >> Apologies in advance for semi-OT sysadmin question. >> >> Tomcat 8.5.24, running on Centos 6. I

Re: daemon.sh and multiple tomcat instances

2017-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 12/7/17 3:47 PM, Chris Cheshire wrote: > Apologies in advance for semi-OT sysadmin question. > > Tomcat 8.5.24, running on Centos 6. I have built jsvc according to > instructions in distribution. I have two tomcat instances under >

Re: daemon.sh and multiple tomcat instances

2017-12-07 Thread George S.
My technique is something like this on OpenSUSE: in $CATALINA_BASE, I put bin/catalina.sh It sources the file: /etc/sysconfig/tomcat In /etc/sysconfig/tomcat I define: CATALINA_BASE CATALINA_HOME JAVA_OPTS and a few others. $CATALINA_BASE/bin/catalina.sh starts tomcat via JSVC. in my

daemon.sh and multiple tomcat instances

2017-12-07 Thread Chris Cheshire
Apologies in advance for semi-OT sysadmin question. Tomcat 8.5.24, running on Centos 6. I have built jsvc according to instructions in distribution. I have two tomcat instances under different users (sandbox1, sandbox2) that have their own CATALINA_BASE. I can start these manually from the

Re: Clustering considerations - single server, multiple Tomcat instances - in the cloud

2017-04-18 Thread Mark Thomas
On 17/04/17 22:59, Mitch Claborn wrote: > I'm trying to think through the security implications of this > configuration: a single cloud server (Digital Ocean) with 2 Tomcat 8.5 > instances in a cluster, for session replication. > > I can bind the Receiver element to 127.0.0.1, which I think

Clustering considerations - single server, multiple Tomcat instances - in the cloud

2017-04-17 Thread Mitch Claborn
I'm trying to think through the security implications of this configuration: a single cloud server (Digital Ocean) with 2 Tomcat 8.5 instances in a cluster, for session replication. I can bind the Receiver element to 127.0.0.1, which I think should protect the actual session data from prying

Re: Shutdown port and multiple Tomcat instances

2015-06-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 6/15/15 10:49 AM, Jeffrey Janner wrote: I’m making the switch to running all my tomcats on Linux. I’m planning to deploy multiple instances per machine, splitting catalina_base and catalina_home, and just have question on the

RE: Shutdown port and multiple Tomcat instances

2015-06-15 Thread Jeffrey Janner
Left out the important bits: Tomcat 7.x - latest release Ubuntu 14.04 - though could be any Linux Java 1.7.0_80 Upgrade to Tomcat 8.x From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Monday, June 15, 2015 9:49 AM To: 'Tomcat Users List' Subject: Shutdown port and multiple Tomcat

Shutdown port and multiple Tomcat instances

2015-06-15 Thread Jeffrey Janner
I'm making the switch to running all my tomcats on Linux. I'm planning to deploy multiple instances per machine, splitting catalina_base and catalina_home, and just have question on the shutdown port. Under Windows, I just deployed the binary with the commons daemon wrapper and set the shutdown

Re: Shutdown port and multiple Tomcat instances

2015-06-15 Thread Mark Thomas
On 15/06/2015 15:49, Jeffrey Janner wrote: I’m making the switch to running all my tomcats on Linux. I’m planning to deploy multiple instances per machine, splitting catalina_base and catalina_home, and just have question on the shutdown port. Under Windows, I just deployed the binary

RE: Shutdown port and multiple Tomcat instances

2015-06-15 Thread Jeffrey Janner
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, June 15, 2015 9:51 AM To: Tomcat Users List Subject: Re: Shutdown port and multiple Tomcat instances On 15/06/2015 15:49, Jeffrey Janner wrote: I'm making the switch to running all my tomcats on Linux

RE: Shutdown port and multiple Tomcat instances

2015-06-15 Thread Jeffrey Janner
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, June 15, 2015 10:02 AM To: Tomcat Users List Subject: Re: Shutdown port and multiple Tomcat instances -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 6/15/15 10:49 AM

RE: Shutdown port and multiple Tomcat instances

2015-06-15 Thread Jeffrey Janner
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, June 15, 2015 10:02 AM To: Tomcat Users List Subject: Re: Shutdown port and multiple Tomcat instances -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 6/15/15 10:49

Multiple tomcat instances and redirection of URLs to different ports.

2014-07-18 Thread Ben Calnan
Hello everybody, My question is about multiple tomcat instances and redirection of URLs to other ports on IIS6 windows server 2003. I have two Java apps (web archives) GeoServer and GeoNetwork. Because they are quite big memory intensive apps, I've heard it's recommended to run two instances

Re: Multiple tomcat instances and redirection of URLs to different ports.

2014-07-18 Thread Daniel Mikusa
On Fri, Jul 18, 2014 at 5:27 AM, Ben Calnan ben.cal...@hackney.gov.uk wrote: Hello everybody, My question is about multiple tomcat instances and redirection of URLs to other ports on IIS6 windows server 2003. I have two Java apps (web archives) GeoServer and GeoNetwork. Because

Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread Michael Martin
I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i understand, a cluster will require a HTTPD server with a mod_jk configured. Would anyone know of a way to achieve this without the

Re: Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread André Warnier
Michael Martin wrote: I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i understand, a cluster will require a HTTPD server with a mod_jk configured. Would anyone know of a way to

Re: Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 8/29/13 7:50 AM, André Warnier wrote: Michael Martin wrote: I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i

Re: Monitoring multiple tomcat instances from single app

2013-04-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 4/9/13 3:18 PM, David kerber wrote: My system has several instances of TC 7.0.22, running on windows server 2008 R2, and JRE 6.0.27. And yes, I know both TC and Java could use an update... The TC instances are all running the same

Re: Monitoring multiple tomcat instances from single app

2013-04-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Neven, On 4/9/13 10:17 PM, Neven Cvetkovic wrote: David, Here's an example application that has a CounterServlet that counts hits for example... Here are the classes that I used - CounterServlet - just counts number of hits, calls

Re: Monitoring multiple tomcat instances from single app

2013-04-10 Thread David kerber
On 4/9/2013 9:59 PM, Neven Cvetkovic wrote: On Tue, Apr 9, 2013 at 3:46 PM, David kerberdcker...@verizon.net wrote: Is there a restart command available? Obviously I need to do some more research now that you've gotten me started. David, I don't think you can restart Tomcat JVM process.

Monitoring multiple tomcat instances from single app

2013-04-09 Thread David kerber
My system has several instances of TC 7.0.22, running on windows server 2008 R2, and JRE 6.0.27. And yes, I know both TC and Java could use an update... The TC instances are all running the same webapp, as a Windows service, though not all have the exact same version of the webapp. Each is

Re: Monitoring multiple tomcat instances from single app

2013-04-09 Thread Neven Cvetkovic
Hey David, Just one clarification - I assume TC refers to Apache Tomcat, and not tcat (mulesoft) or tc server (vmware). You could create a script that uses JMX to connect to each one of the instances and polls for certain MBeans that have access to your runtime data (your counters). You could

Re: Monitoring multiple tomcat instances from single app

2013-04-09 Thread David kerber
On 4/9/2013 3:39 PM, Neven Cvetkovic wrote: Hey David, Just one clarification - I assume TC refers to Apache Tomcat, and not tcat (mulesoft) or tc server (vmware). Yes, that's correct. TC = Apache Tomcat You could create a script that uses JMX to connect to each one of the instances and

Re: Monitoring multiple tomcat instances from single app

2013-04-09 Thread Neven Cvetkovic
On Tue, Apr 9, 2013 at 3:46 PM, David kerber dcker...@verizon.net wrote: Is there a restart command available? Obviously I need to do some more research now that you've gotten me started. David, I don't think you can restart Tomcat JVM process. Why do you want to do that? What are you

Re: Monitoring multiple tomcat instances from single app

2013-04-09 Thread Neven Cvetkovic
David, Here's an example application that has a CounterServlet that counts hits for example... Here are the classes that I used - CounterServlet - just counts number of hits, calls MyCounter.incrementAndGet() static method - MyCounter - class that implements the counter (static calls to reset

ANN: 'cats' to aid multiple tomcat instances management

2013-01-30 Thread Rafal Jato
Hi all. At our company, Jato Consulting GmbH, we use tomcat heavily for pretty much all our deployments, and also internally, in testing / integration environments. As we wanted to run multiple instances on the same machine, and we didn't find any existing tool that would suit our needs , we wrote

Re: multiple tomcat instances for every application

2013-01-07 Thread javaexp
Ashkan Rahmani ashkan82r at gmail.com writes: very good tank you. I have written a Java based portable utility for automating the above steps for a href=http://www.javaexperience.com/run-multiple-tomcat-instances/;creating multiple instances/a. Since Java is platform independent, this utility

Re: multiple tomcat instances for every application

2012-11-20 Thread Ashkan Rahmani
On Tue, Nov 20, 2012 at 12:28 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: multiple tomcat instances for every application Most JVMs use shared memory for some things like core classes, etc

RE: multiple tomcat instances for every application

2012-11-20 Thread Caldarale, Charles R
From: Ashkan Rahmani [mailto:ashkan...@gmail.com] Subject: Re: multiple tomcat instances for every application do you know what is -Xshare:off ? is it related to share classes? http://lmgtfy.com/?q=%22-Xshare%3Aoff%22 King Regards, Didn't realize we were dealing with royalty

Re: multiple tomcat instances for every application

2012-11-20 Thread Ashkan Rahmani
On Tue, Nov 20, 2012 at 5:13 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Ashkan Rahmani [mailto:ashkan...@gmail.com] Subject: Re: multiple tomcat instances for every application do you know what is -Xshare:off ? is it related to share classes? http://lmgtfy.com

multiple tomcat instances for every application

2012-11-19 Thread Ashkan Rahmani
Hi I have a question. which way is better for my scenario? I have one server - Centos 6 x64 , 8GB ram- and 3 java web application. 1- run multiple instances of tomcat 6 for each application and configure different port in server.xml for each one. 2- run just one instance of tomcat 6 for all three

Re: multiple tomcat instances for every application

2012-11-19 Thread Mikolaj Rydzewski
On 19.11.2012 14:18, Ashkan Rahmani wrote: which way is better for my scenario? I have one server - Centos 6 x64 , 8GB ram- and 3 java web application. 1- run multiple instances of tomcat 6 for each application and configure different port in server.xml for each one. 2- run just one instance

Re: multiple tomcat instances for every application

2012-11-19 Thread Ashkan Rahmani
On Mon, Nov 19, 2012 at 5:03 PM, Mikolaj Rydzewski m...@ceti.pl wrote: On 19.11.2012 14:18, Ashkan Rahmani wrote: which way is better for my scenario? I have one server - Centos 6 x64 , 8GB ram- and 3 java web application. 1- run multiple instances of tomcat 6 for each application and

Re: multiple tomcat instances for every application

2012-11-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashkan, On 11/19/12 9:10 AM, Ashkan Rahmani wrote: On Mon, Nov 19, 2012 at 5:03 PM, Mikolaj Rydzewski m...@ceti.pl wrote: On 19.11.2012 14:18, Ashkan Rahmani wrote: which way is better for my scenario? I have one server - Centos 6 x64 , 8GB

RE: multiple tomcat instances for every application

2012-11-19 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: multiple tomcat instances for every application Most JVMs use shared memory for some things like core classes, etc. Unfortunately, I don't think that's true, at least for the Sun/Oracle JVMs - only the client JVM

Re: multiple tomcat instances for every application

2012-11-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/19/12 3:58 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: multiple tomcat instances for every application Most JVMs use shared memory for some things like core classes

Re: multiple tomcat instances for every application

2012-11-19 Thread bilguun bayarmagnai
wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/19/12 3:58 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: multiple tomcat instances for every application Most JVMs use shared memory for some things like core

Re: CSRF on multiple tomcat instances

2012-11-07 Thread Pid
On 06/11/2012 03:59, Christopher Schultz wrote: Wilfred, On 11/5/12 4:08 AM, Wilfred Duizers wrote: When a user clicks a link in the webapplication running on Tomcat instance 1 (portal) an application running on Tomcat instance 2 is opened. Is it possible to send the nonce with the link?

Re: CSRF on multiple tomcat instances

2012-11-05 Thread Pid *
On 2 Nov 2012, at 14:23, Wilfred Duizers wilfred.duiz...@indicia.nl wrote: Hello, I am running 2 Tomcat instances on 1 server. So far nothing special :-) Both: Apache Tomcat/7.0.25 JVM 1.6.0_20-b02 When a user clicks a link in the webapplication running on Tomcat instance 1 (portal) an

RE: CSRF on multiple tomcat instances

2012-11-05 Thread Wilfred Duizers
tomcat instances On 2 Nov 2012, at 14:23, Wilfred Duizers wilfred.duiz...@indicia.nl wrote: Hello, I am running 2 Tomcat instances on 1 server. So far nothing special :-) Both: Apache Tomcat/7.0.25 JVM 1.6.0_20-b02 When a user clicks a link in the webapplication running on Tomcat instance 1

Re: CSRF on multiple tomcat instances

2012-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wilfred, On 11/5/12 4:08 AM, Wilfred Duizers wrote: When a user clicks a link in the webapplication running on Tomcat instance 1 (portal) an application running on Tomcat instance 2 is opened. Is it possible to send the nonce with the link?

CSRF on multiple tomcat instances

2012-11-02 Thread Wilfred Duizers
Hello, I am running 2 Tomcat instances on 1 server. So far nothing special :-) Both: Apache Tomcat/7.0.25 JVM 1.6.0_20-b02 When a user clicks a link in the webapplication running on Tomcat instance 1 (portal) an application running on Tomcat instance 2 is opened. Is it possible to send the

Re: tomcat maven plugin deploy to multiple tomcat instances...

2012-06-19 Thread Jeff
: (Didn't see a specific mailing list for the tomcat-maven-plugin...) I finally got the 2.0-SNAPSHOT version of the tomcat6-maven-plugin working against a single server, but wondered how I could configure it to push to multiple tomcat instances based on the environment. For example, our

RE: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-17 Thread Martin Gainty
: miguel_3_gonza...@yahoo.es To: users@tomcat.apache.org Subject: Re: Multiple tomcat Instances on Same Server and One Apache Instance On 15/05/2012 17:22, André Warnier wrote: Vickie Troy-McKoy wrote: ... Thank you Andre for your help. After I configured it as you specified, the behavior

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-16 Thread Pid
On 15/05/2012 23:32, Miguel González Castaños wrote: On 15/05/2012 17:22, André Warnier wrote: Vickie Troy-McKoy wrote: ... Thank you Andre for your help. After I configured it as you specified, the behavior was the same as before I inquired on this forum. Well, it doesn't sound as if we

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-16 Thread Miguel Gonzalez
@tomcat.apache.org Enviado: Miércoles 16 de Mayo de 2012 10:49 Asunto: Re: Multiple tomcat Instances on Same Server and One Apache Instance On 15/05/2012 23:32, Miguel González Castaños wrote: On 15/05/2012 17:22, André Warnier wrote: Vickie Troy-McKoy wrote: ... Thank you Andre for your help

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-16 Thread Pid
De: Pid p...@pidster.com Para: Tomcat Users List users@tomcat.apache.org Enviado: Miércoles 16 de Mayo de 2012 10:49 Asunto: Re: Multiple tomcat Instances on Same Server and One Apache Instance On 15/05/2012 23:32, Miguel González Castaños wrote: On 15/05/2012 17:22, André Warnier wrote

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-16 Thread Christopher Schultz
...@christopherschultz.net Subject: Re: Multiple tomcat Instances on Same Server and One Apache Instance Try to express your requirements in simpler language. For instance, you have two versions of your software: one one port 8009 and one on port 7009. Under what conditions should a particular user be sent

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-16 Thread Pid
...@christopherschultz.net Subject: Re: Multiple tomcat Instances on Same Server and One Apache Instance Try to express your requirements in simpler language. For instance, you have two versions of your software: one one port 8009 and one on port 7009. Under what conditions should a particular user be sent

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vickie, On 5/14/12 9:54 PM, Vickie Troy-McKoy wrote: I just want to forward based on the port that the Tomcat instance is running on. The 2 tomcat instances running on the same server is really the same application--but different versions. And,

RE: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-15 Thread Vickie Troy-McKoy
From: vtmc...@hotmail.com To: users@tomcat.apache.org Subject: RE: Multiple tomcat Instances on Same Server and One Apache Instance Date: Mon, 14 May 2012 21:54:31 -0400 Date: Tue, 15 May 2012 01:18:06 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vickie, (Bringing this back on-list). On 5/15/12 10:21 AM, Vickie Troy-McKoy wrote: Date: Tue, 15 May 2012 10:04:33 -0400 From: ch...@christopherschultz.net Subject: Re: Multiple tomcat Instances on Same Server and One Apache Instance Try

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-15 Thread André Warnier
Vickie Troy-McKoy wrote: ... Thank you Andre for your help. After I configured it as you specified, the behavior was the same as before I inquired on this forum. Well, it doesn't sound as if we really helped a lot then, or am I misunderstanding this too ? :-) Note also for the record

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-15 Thread Pid
On 15/05/2012 16:16, Christopher Schultz wrote: Vickie, (Bringing this back on-list). On 5/15/12 10:21 AM, Vickie Troy-McKoy wrote: Date: Tue, 15 May 2012 10:04:33 -0400 From: ch...@christopherschultz.net Subject: Re: Multiple tomcat Instances on Same Server and One Apache Instance Try

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-15 Thread Miguel González Castaños
On 15/05/2012 17:22, André Warnier wrote: Vickie Troy-McKoy wrote: ... Thank you Andre for your help. After I configured it as you specified, the behavior was the same as before I inquired on this forum. Well, it doesn't sound as if we really helped a lot then, or am I misunderstanding

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-14 Thread André Warnier
Pid * wrote: On 13 May 2012, at 20:33, André Warnier a...@ice-sa.com wrote: Pid wrote: On 11/05/2012 18:53, Vickie Troy-McKoy wrote: Hi, I am in need of a little help. I have 2 tomcat instances running on the same machine and one apache instance running on a different machine. I configured

RE: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-14 Thread Vickie Troy-McKoy
Date: Mon, 14 May 2012 10:37:07 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: Multiple tomcat Instances on Same Server and One Apache Instance Pid * wrote: On 13 May 2012, at 20:33, André Warnier a...@ice-sa.com wrote: Pid wrote: On 11/05/2012 18:53

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-14 Thread André Warnier
Apologies, I probably confused you too. See below. Vickie Troy-McKoy wrote: ... When I call abc*, it goes to instance1; and when I call xyz*, it goes to instance2. However, both instances have apps that start with tsa. How do I configure the apache webserver to service the tsa app for

RE: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-14 Thread Vickie Troy-McKoy
Date: Tue, 15 May 2012 01:18:06 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: Multiple tomcat Instances on Same Server and One Apache Instance Apologies, I probably confused you too. See below. Vickie Troy-McKoy wrote: ... When I call abc*, it goes

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-13 Thread Pid
On 11/05/2012 18:53, Vickie Troy-McKoy wrote: Hi, I am in need of a little help. I have 2 tomcat instances running on the same machine and one apache instance running on a different machine. I configured jk_mod to access the 1st tomcat instance. Now, I have a second tomcat instance

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-13 Thread André Warnier
Pid wrote: On 11/05/2012 18:53, Vickie Troy-McKoy wrote: Hi, I am in need of a little help. I have 2 tomcat instances running on the same machine and one apache instance running on a different machine. I configured jk_mod to access the 1st tomcat instance. Now, I have a second tomcat

Re: Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-13 Thread Pid *
On 13 May 2012, at 20:33, André Warnier a...@ice-sa.com wrote: Pid wrote: On 11/05/2012 18:53, Vickie Troy-McKoy wrote: Hi, I am in need of a little help. I have 2 tomcat instances running on the same machine and one apache instance running on a different machine. I configured jk_mod to

Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-11 Thread Vickie Troy-McKoy
Hi, I am in need of a little help. I have 2 tomcat instances running on the same machine and one apache instance running on a different machine. I configured jk_mod to access the 1st tomcat instance. Now, I have a second tomcat instance running on the same server as the 1st instance. I

Re: tomcat maven plugin deploy to multiple tomcat instances...

2012-04-19 Thread Olivier Lamy
, but wondered how I could configure it to push to multiple tomcat instances based on the environment.  For example, our staging environment for this application has 2 load balance servers. I tried using the executions/ structure like I do when running ws-import but it doesn't seem to support

tomcat maven plugin deploy to multiple tomcat instances...

2012-04-18 Thread Jeff
(Didn't see a specific mailing list for the tomcat-maven-plugin...) I finally got the 2.0-SNAPSHOT version of the tomcat6-maven-plugin working against a single server, but wondered how I could configure it to push to multiple tomcat instances based on the environment. For example, our staging

RE: Multiple Tomcat Instances with Multiple IPs

2011-08-23 Thread Vickie Troy-McKoy
. ___ Regards, From: chuck.caldar...@unisys.com To: users@tomcat.apache.org Date: Fri, 19 Aug 2011 15:54:47 -0500 Subject: RE: Multiple Tomcat Instances with Multiple IPs From: Vickie Troy-McKoy [mailto:vtmc...@hotmail.com] Subject: RE: Multiple Tomcat Instances with Multiple IPs When I

Multiple Tomcat Instances with Multiple IPs

2011-08-19 Thread Vickie Troy-McKoy
Hi, I installed a 2nd tomcat instance. Instead of running it on different ports, we decided to run it on a different IP address. The IP address has been defined to the server and I made changes to server.xml; however, the page is not being displayed when I attempt to access the new tomcat

RE: Multiple Tomcat Instances with Multiple IPs

2011-08-19 Thread Caldarale, Charles R
From: Vickie Troy-McKoy [mailto:vtmc...@hotmail.com] Subject: Multiple Tomcat Instances with Multiple IPs Instead of running it on different ports, we decided to run it on a different IP address. Each Tomcat must still have a unique shutdown port configured in its Server element

RE: Multiple Tomcat Instances with Multiple IPs

2011-08-19 Thread Vickie Troy-McKoy
Instances with Multiple IPs From: Vickie Troy-McKoy [mailto:vtmc...@hotmail.com] Subject: Multiple Tomcat Instances with Multiple IPs Instead of running it on different ports, we decided to run it on a different IP address. Each Tomcat must still have a unique shutdown port

RE: Multiple Tomcat Instances with Multiple IPs

2011-08-19 Thread Caldarale, Charles R
From: Vickie Troy-McKoy [mailto:vtmc...@hotmail.com] Subject: RE: Multiple Tomcat Instances with Multiple IPs the very 1st time I ONLY changed ALL of the Connector ports to add address=xxx.xx.x.xx. Since you didn't change the shutdown port on the second Tomcat instance, it would not have

RE: Multiple Tomcat Instances with Multiple IPs

2011-08-19 Thread Vickie Troy-McKoy
@tomcat.apache.org Date: Fri, 19 Aug 2011 15:22:44 -0500 Subject: RE: Multiple Tomcat Instances with Multiple IPs From: Vickie Troy-McKoy [mailto:vtmc...@hotmail.com] Subject: RE: Multiple Tomcat Instances with Multiple IPs the very 1st time I ONLY changed ALL of the Connector ports to add

RE: Multiple Tomcat Instances with Multiple IPs

2011-08-19 Thread Caldarale, Charles R
From: Vickie Troy-McKoy [mailto:vtmc...@hotmail.com] Subject: RE: Multiple Tomcat Instances with Multiple IPs When I put in the DNS name or the IP address of the newly defined interface with the correct port in the browser, I get page can not be displayed. Use netstat -ap to make sure

Re: what exactly does it mean to run multiple tomcat instances?

2011-04-01 Thread Robert P. J. Day
On Thu, 31 Mar 2011, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 3/31/2011 9:07 AM, Robert P. J. Day wrote: i'd eventually deduced most of that. i think it would be useful if that were explained more forcefully in the RUNNING.txt file since it's

Re: what exactly does it mean to run multiple tomcat instances?

2011-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 4/1/2011 1:13 PM, Robert P. J. Day wrote: On Thu, 31 Mar 2011, Christopher Schultz wrote: So... it specifically tells you that it will use your own conf/server.xml file. Would you like an additional reinforcing statement? Why, yes,

Re: what exactly does it mean to run multiple tomcat instances?

2011-04-01 Thread Robert P. J. Day
On Fri, 1 Apr 2011, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 4/1/2011 1:13 PM, Robert P. J. Day wrote: On Thu, 31 Mar 2011, Christopher Schultz wrote: So... it specifically tells you that it will use your own conf/server.xml file. Would you

what exactly does it mean to run multiple tomcat instances?

2011-03-31 Thread Robert P. J. Day
reading the snippet from RUNNING.txt and i think something needs to be clarified. i can see how multiple users could share a common CATALINA_HOME directory, whose only common contents would be the bin/ and lib/ directories. but how would individual users take advantage of that? if i

RE: what exactly does it mean to run multiple tomcat instances?

2011-03-31 Thread Caldarale, Charles R
From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Subject: what exactly does it mean to run multiple tomcat instances? i can see how multiple users could share a common CATALINA_HOME directory, whose only common contents would be the bin/ and lib/ directories. but how would individual

RE: what exactly does it mean to run multiple tomcat instances?

2011-03-31 Thread Robert P. J. Day
On Thu, 31 Mar 2011, Caldarale, Charles R wrote: From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Subject: what exactly does it mean to run multiple tomcat instances? i can see how multiple users could share a common CATALINA_HOME directory, whose only common contents would

Re: what exactly does it mean to run multiple tomcat instances?

2011-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 3/31/2011 9:07 AM, Robert P. J. Day wrote: i'd eventually deduced most of that. i think it would be useful if that were explained more forcefully in the RUNNING.txt file since it's not immediately obvious. - From RUNNING.txt: When

Common war file and multiple tomcat instances

2010-10-18 Thread shivanic
jsp's that use taglib and db - what could be the possible issues if we use one common location for multiple tomcat servers? -- View this message in context: http://old.nabble.com/Common-war-file-and-multiple-tomcat-instances-tp29988694p29988694.html Sent from the Tomcat - User mailing list

Re: Common war file and multiple tomcat instances

2010-10-18 Thread André Warnier
shivanic wrote: I have read through the link suggesting not to go for using one physical location of war for multiple instance of tomcat. http://www.mail-archive.com/users@tomcat.apache.org/msg73906.html http://www.mail-archive.com/users@tomcat.apache.org/msg73906.html My question is : If we

Re: Common war file and multiple tomcat instances

2010-10-18 Thread shivanic
to unpack WARs, will they not all start trying to do that at the same time and step on eachother's feet ? -- View this message in context: http://old.nabble.com/Common-war-file-and-multiple-tomcat-instances-tp29988694p29989220.html Sent from the Tomcat - User mailing list archive

Re: Common war file and multiple tomcat instances

2010-10-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shivanic, On 10/18/2010 5:38 AM, shivanic wrote: I have read through the link suggesting not to go for using one physical location of war for multiple instance of tomcat. http://www.mail-archive.com/users@tomcat.apache.org/msg73906.html Note

Re: Common war file and multiple tomcat instances

2010-10-18 Thread shivanic
-h...@tomcat.apache.org -- View this message in context: http://old.nabble.com/Common-war-file-and-multiple-tomcat-instances-tp29988694p29990177.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Common war file and multiple tomcat instances

2010-10-18 Thread Caldarale, Charles R
From: shivanic [mailto:shivani.chan...@gmail.com] Subject: Re: Common war file and multiple tomcat instances That was informative Note that you must use expanded .war files, due to the reasons André explained previously. Could you please confirm what is the disadvantage of using

RE: Multiple Tomcat Instances

2010-06-24 Thread Robinson, Eric
whoever has a user login on the server can have their own Tomcat playground even though there is just one Tomcat installed? Pretty much, yes. --Eric Disclaimer - June 24, 2010 This email and any files transmitted with it are confidential and intended solely for Tomcat Users List. If you

RE: Multiple Tomcat Instances

2010-06-16 Thread Leo Donahue - PLANDEVX
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Subject: RE: Multiple Tomcat Instances Read the rest of that section of RUNNING.txt as well: When you use $CATALINA_BASE, Tomcat will calculate all relative references for files in the following directories based on the value

Re: Multiple Tomcat Instances

2010-06-16 Thread André Warnier
Leo Donahue - PLANDEVX wrote: From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Subject: RE: Multiple Tomcat Instances Read the rest of that section of RUNNING.txt as well: When you use $CATALINA_BASE, Tomcat will calculate all relative references for files in the following

RE: Multiple Tomcat Instances

2010-06-16 Thread Leo Donahue - PLANDEVX
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Multiple Tomcat Instances The other part that is confusing me is that what if all users are running a process of Tomcat at the same time, I'm assuming they all have to use a separate HTTP port and shutdown port? You are not confused here

Re: Multiple Tomcat Instances

2010-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 6/16/2010 11:36 AM, Leo Donahue - PLANDEVX wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Multiple Tomcat Instances The other part that is confusing me is that what if all users are running a process of Tomcat

RE: Multiple Tomcat Instances

2010-06-16 Thread Leo Donahue - PLANDEVX
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Multiple Tomcat Instances Leo, No, you don't have to have one, but if it's there, Tomcat will prefer the more-specific library(ies) found in CATALINA_BASE/lib to those found in CATALINA_HOME

Re: Multiple Tomcat Instances

2010-06-16 Thread André Warnier
Leo Donahue - PLANDEVX wrote: Tomcat zip dir: C:\ApacheTomcat\apache-tomcat-6.0.26\bin In here I created a setenv.bat that has the following: set CATALINA_BASE=%C:\Catalina_Base1% C:\Catalina_Base1\ ** \conf ** \logs(automatically added when I ran

Re: Multiple Tomcat Instances

2010-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 6/16/2010 1:31 PM, Leo Donahue - PLANDEVX wrote: Tomcat zip dir: C:\ApacheTomcat\apache-tomcat-6.0.26\bin In here I created a setenv.bat that has the following: set CATALINA_BASE=%C:\Catalina_Base1% That is going to be

RE: Multiple Tomcat Instances

2010-06-16 Thread Leo Donahue - PLANDEVX
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Multiple Tomcat Instances No wonder. I am starting to think that you do this on purpose.. Unfortunately, I'm not. Everyone always says read the docs. There are a lot of things I don’t understand, and other than the docs mentioning

RE: Multiple Tomcat Instances

2010-06-16 Thread Leo Donahue - PLANDEVX
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Multiple Tomcat Instances -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 6/16/2010 1:31 PM, Leo Donahue - PLANDEVX wrote: Tomcat zip dir: C:\ApacheTomcat\apache-tomcat-6.0.26\bin In here I created

RE: Multiple Tomcat Instances

2010-06-16 Thread Caldarale, Charles R
From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] Subject: RE: Multiple Tomcat Instances http://tomcat.apache.org/tomcat-6.0-doc/introduction.html ( If read the docs literally, there is no README.txt in my CATALINA_HOME ) Nor does the doc actually say there is a README.txt

  1   2   3   >