Re: Prometheus on Apache Tomcat multiple tomcat Instances

2023-01-18 Thread Melvin Oosterveen
Hi Peter, Thank you for your help, I got it to work! I have added the lines below to the tomcat service file now and it works. A separate JMX process is now started for each of the apache tomcat instances I start, this could cause some port conflicts though - looks like a new challange

Re: Prometheus on Apache Tomcat multiple tomcat Instances

2023-01-16 Thread logo
Configuration - 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 star

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

Re: Parallel Tomcat Instances On Same Server

2019-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 2/23/19 10:52, Jerry Malcolm wrote: > Good point. This is a tactical solution only. Ultimately moving > to AWS. But for now, I'm not as worried about actual failures as I > am about the need to continue to do dev and test with new clien

Re: Parallel Tomcat Instances On Same Server

2019-02-23 Thread Jerry Malcolm
Good point.  This is a tactical solution only.  Ultimately moving to AWS.  But for now, I'm not as worried about actual failures as I am about the need to continue to do dev and test with new clients (i.e. bouncing TC) while still keeping production server untouched. On 2/22/2019 12:03 PM, Has

Re: AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread Mark Thomas
up, each running separate JVM process. >>> >>> Johann >>> >>> >>> Von: Jerry Malcolm >>> Gesendet: Freitag, 22. Februar 2019 07:27 >>> An: users@tomcat.apache.org >>> Betreff: Parallel Tomcat Instances On Same Server >>>

Re: Parallel Tomcat Instances On Same Server

2019-02-22 Thread Hassan Schroeder
On Thu, Feb 21, 2019 at 10:26 PM Jerry Malcolm wrote: > > I need a bit of brainstorming. I have a production Tomcat server that > hosts several web sites. A couple of these websites are > high-availability sensitive. So why are you running on a single-box architecture? Seems like the first thin

Re: AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread John Dale
NA_BASE setup, each running separate JVM process. >> >> Johann >> >> >> Von: Jerry Malcolm >> Gesendet: Freitag, 22. Februar 2019 07:27 >> An: users@tomcat.apache.org >> Betreff: Parallel Tomcat Instances On Same Server >> >> I need a

Re: AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread Jerry Malcolm
Von: Jerry Malcolm Gesendet: Freitag, 22. Februar 2019 07:27 An: users@tomcat.apache.org Betreff: Parallel Tomcat Instances On Same Server I need a bit of brainstorming.  I have a production Tomcat server that hosts several web sites.  A couple of these websites are high-availability sensitive.

AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread aon.913111623
, each running separate JVM process. Johann Von: Jerry Malcolm Gesendet: Freitag, 22. Februar 2019 07:27 An: users@tomcat.apache.org Betreff: Parallel Tomcat Instances On Same Server I need a bit of brainstorming.  I have a production Tomcat server that hosts several web sites.  A couple of

AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread aon.913111623
, each running separate JVM process. Johann Von: Jerry Malcolm Gesendet: Freitag, 22. Februar 2019 07:27 An: users@tomcat.apache.org Betreff: Parallel Tomcat Instances On Same Server I need a bit of brainstorming.  I have a production Tomcat server that hosts several web sites.  A couple of

Re: Parallel Tomcat Instances On Same Server

2019-02-21 Thread TurboChargedDad .
ed in /opt/company/tomcat-8.5 and a symlink exists /opt/company/tomcat-latest --> /opt/company/tomcat-8.5 Systemd requires a startup script. /usr/lib/systemd/system/tomcat8@.service # Systemd unit file for tomcat instances. # # To create clones of this service: # 1. systemctl enable tomcat@name

Parallel Tomcat Instances On Same Server

2019-02-21 Thread Jerry Malcolm
I need a bit of brainstorming.  I have a production Tomcat server that hosts several web sites.  A couple of these websites are high-availability sensitive.  Any downtime will cost the customer.  So obviously I want to minimize downtime.  On the other hand, I am always adding/removing/testing o

Re: I cant start Tomcat instances

2018-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Loai, On 3/17/18 1:58 PM, Loai Abdallatif wrote: > On Sat, Mar 17, 2018 at 3:39 PM, Olaf Kock > wrote: > >> On 17.03.2018 14:16, Loai Abdallatif wrote: >> >>> Dear Colleagues I'm new to tomcat, I have successfully >>> installed the service but wh

Re: I cant start Tomcat instances

2018-03-18 Thread Loai Abdallatif
Thanks Olaf very much , I will review he steps On Sun, Mar 18, 2018 at 12:13 PM, Olaf Kock wrote: > > > On 17.03.2018 19:16, Loai Abdallatif wrote: > >> actually all of them has X permissions >> >> -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance0.sh >> -rwxr--r-- 1 root root

Re: I cant start Tomcat instances

2018-03-18 Thread Olaf Kock
On 17.03.2018 19:16, Loai Abdallatif wrote: actually all of them has X permissions -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance0.sh -rwxr--r-- 1 root root 70 Mar 17 11:48 shutdown-instance1.sh -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance2.sh -rwxr--

Re: I cant start Tomcat instances

2018-03-17 Thread Loai Abdallatif
actually all of them has X permissions -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance0.sh -rwxr--r-- 1 root root 70 Mar 17 11:48 shutdown-instance1.sh -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance2.sh -rwxr--r-- 1 root root 69 Mar 17 11:58 startup-i

Re: I cant start Tomcat instances

2018-03-17 Thread Loai Abdallatif
Thanks Olaf so how to tell the tomcat the instance 0 to take its config from tomcat0 directory . On Sat, Mar 17, 2018 at 3:39 PM, Olaf Kock wrote: > > > On 17.03.2018 14:16, Loai Abdallatif wrote: > >> Dear Colleagues >> I'm new to tomcat, I have successfully installed the service but when I

Re: I cant start Tomcat instances

2018-03-17 Thread Stefan Frei
check the permissons on the .sh files (chmod +x) 2018-03-17 14:16 GMT+01:00 Loai Abdallatif : > Dear Colleagues > I'm new to tomcat, I have successfully installed the service but when I > tried to run three instances I coudnt due to error below > > : the this I did is copied the cataline Home to

Re: I cant start Tomcat instances

2018-03-17 Thread Olaf Kock
On 17.03.2018 14:16, Loai Abdallatif wrote: Dear Colleagues I'm new to tomcat, I have successfully installed the service but when I tried to run three instances I coudnt due to error below : the this I did is copied the cataline Home to three instances tomcat0, tomcat1, and tomcat2 directorie

I cant start Tomcat instances

2018-03-17 Thread Loai Abdallatif
Dear Colleagues I'm new to tomcat, I have successfully installed the service but when I tried to run three instances I coudnt due to error below : the this I did is copied the cataline Home to three instances tomcat0, tomcat1, and tomcat2 directories and in each directory I have configured the c

Re: daemon.sh and multiple tomcat instances

2017-12-08 Thread Chris Cheshire
os 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 command line >> without a problem. >> >> How

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 ins

Re: daemon.sh and multiple tomcat instances

2017-12-07 Thread George S.
try to figure it out, but it can be kind of tricky. On 12/7/2017 1: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 different u

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 should

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 e

Re: Adding Tomcat instances dynamically to Apache Load Balancer without restart

2016-04-07 Thread Linux Support
n a Cloud based project where I encounter Scale-in/ Scale > out > > of Tomcat instances. > > We have Apache load balancer as well. The requirement is to dynamically > add > > any new Tomcat instances during scale out to Load balancer and remove > > tomcat instances durin

Re: Adding Tomcat instances dynamically to Apache Load Balancer without restart

2016-04-07 Thread Christoph Nenning
> Hi All, > > Good Morning. > > I am working in a Cloud based project where I encounter Scale-in/ Scale out > of Tomcat instances. > We have Apache load balancer as well. The requirement is to dynamically add > any new Tomcat instances during scale out to Load bala

Adding Tomcat instances dynamically to Apache Load Balancer without restart

2016-04-07 Thread Mohanavelu Subramanian
Hi All, Good Morning. I am working in a Cloud based project where I encounter Scale-in/ Scale out of Tomcat instances. We have Apache load balancer as well. The requirement is to dynamically add any new Tomcat instances during scale out to Load balancer and remove tomcat instances during scale

Best practices around Kerberos ticket management & Tomcat instances? [Linux]

2015-12-20 Thread Jim Johnson
oking to enable this functionality on the other two servers that make up this environment. My questions are mostly around best practices when it comes to managing tickets with multiple tomcat instances for a single app so I'll just get to it: - We will have three tomcat instances on three different linu

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 &g

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

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
> -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 swi

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 multi

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 bina

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 p

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 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 they >

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

Re: Tomcat Clustering - when the tomcat instances are on different machines

2013-12-17 Thread Keiichi Fujino
In order to trace create session completely, it was necessary that changing log level of LazyReplicatedMap. (sorry about that.) However this log indicates that session replication works. For example. Dec 17, 2013 1:52:21 PM > org.apache.catalina.tribes.tipis.AbstractReplicatedMap messageReceived

Re: Tomcat Clustering - when the tomcat instances are on different machines

2013-12-17 Thread Nir A
Here is a full scenario: 1) Both tomcats are down 2) starting up tc1: Dec 17, 2013 1:49:31 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /u

Re: Tomcat Clustering - when the tomcat instances are on different machines

2013-12-17 Thread Keiichi Fujino
2013/12/17 Nir A > In the tomcat manager We can see that our web application called "HATest" > is having the sessions. > Its a small demo of a shopping cart that keeps the items in the session. > > here is an example of a session we created in on of the tomcats nodes: > > Details for Session 3326

Re: Tomcat Clustering - when the tomcat instances are on different machines

2013-12-17 Thread Nir A
In the tomcat manager We can see that our web application called "HATest" is having the sessions. Its a small demo of a shopping cart that keeps the items in the session. here is an example of a session we created in on of the tomcats nodes: Details for Session 33265A9C6318C014ADA92220A76F566C S

Re: Tomcat Clustering - when the tomcat instances are on different machines

2013-12-17 Thread Keiichi Fujino
It seems that there is no problem. Initialization of AbstractReplicatedMap seems to work correctly. > > We have 3 sessions currently: one on node-1 and 2 on node-2 but there are > only primary sessions on each (3) and not backup sessions at all. what > could be the problem? > > How did you confi

Re: Tomcat Clustering - when the tomcat instances are on different machines

2013-12-17 Thread Nir A
Ok , So now we started node 1 , waited until it was up and running and only then we started node2. There are no warnings \ errors on the log files. Only problem is that our session's are not being replicated. here are the logs of the catalina: Node1: Dec 17, 2013 10:52:21 AM org.apache.catali

Re: Tomcat Clustering - when the tomcat instances are on different machines

2013-12-17 Thread Keiichi Fujino
DeltaManager starts session sync phase by sending a SESSION-GET-ALL message at startup. DeltaManager that has received the SESSION-GET-ALL message sends all session data by sending a ALL-SESSION-DATA message. Then sends a SESSION-STATE-TRANSFERED message in order to notify the transmission completi

Tomcat Clustering - when the tomcat instances are on different machines

2013-12-16 Thread Nir A
Hi, We started working on our next generation platform project. One of our requirement is to have session replication via tomcat clustering. We have managed to set up a cluster with replication when the tomcats (7.0.47) were both on the SAME machine as a POC. Now as we are setting up the product

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 wit

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

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: 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 kerber 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

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 > M

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 s

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 cou

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 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 trying to do? Ma

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 instanc

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

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

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 gmail.com> writes: > > very good tank you. I have written a Java based portable utility for automating the above steps for http://www.javaexperience.com/run-multiple-tomcat-instances/";>creating multiple instances. Since Java is platform independent, this uti

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 r

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

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 th

Re: multiple tomcat instances for every application

2012-11-19 Thread bilguun bayarmagnai
topherschultz.net> 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 ev

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

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

Re: multiple tomcat instances for every application

2012-11-19 Thread Christopher Schultz
in memory. Most JVMs use shared memory for some things like core classes, etc. Each process still gets a separate heap, etc. but running multiple JVMs on the same machine isn't as bad as it sounds. > but when I run just one, there is one of them. 1 process will be > responsible f

Re: multiple tomcat instances for every application

2012-11-19 Thread Ashkan Rahmani
On Mon, Nov 19, 2012 at 5:03 PM, Mikolaj Rydzewski 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 configur

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

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: CSRF on multiple tomcat instances

2012-11-07 Thread Pid
ible to send the nonce with the link? Because >> it's running another instance. > >> Do you see a solution anywayboth tomcat instances use the same >> domain https://www.example.com > >> They use isapi > > I'm not sure ISAPI is relevant

Re: CSRF on multiple tomcat instances

2012-11-05 Thread Christopher Schultz
the link? Because > it's running another instance. > > Do you see a solution anyway....both tomcat instances use the same > domain https://www.example.com > > They use isapi I'm not sure ISAPI is relevant, here, but good to know. So, first of all -- have you trie

RE: CSRF on multiple tomcat instances

2012-11-05 Thread Wilfred Duizers
yes it would :P Do you see a solution anywayboth tomcat instances use the same domain https://www.example.com They use isapi Van: Pid * [p...@pidster.com] Verzonden: maandag 5 november 2012 9:30 Aan: Tomcat Users List Onderwerp: Re: CSRF on multiple

Re: CSRF on multiple tomcat instances

2012-11-05 Thread Pid *
On 2 Nov 2012, at 14:23, Wilfred Duizers 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 &

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
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 environmen

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

2012-05-17 Thread Martin Gainty
; From: 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 hel

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

2012-05-16 Thread Pid
cKoy 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 to express your requirement

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

2012-05-16 Thread Christopher Schultz
ue, 15 May 2012 10:04:33 -0400 From: >>>> ch...@christopherschultz.net Subject: Re: Multiple tomcat >>>> Instances on Same Server and One Apache Instance >>>> >>>> Try to express your requirements in simpler language. For >>>> instance, y

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

2012-05-16 Thread Pid
). Not really, no. p > > De: Pid > Para: Tomcat Users List > 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

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

2012-05-16 Thread Miguel Gonzalez
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 yo

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

2012-05-16 Thread Pid
te Apache httpd instances. At >> least if we now understand properly what you are really trying to >> achieve.. > > Just wondering. With a 64 bits OS, how much RAM can you handle in a JVM > and therefore with each instance of Tomcat? For a 12 Gb of RAM machine, > it would b

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

2012-05-15 Thread Miguel González Castaños
andle in a JVM and therefore with each instance of Tomcat? For a 12 Gb of RAM machine, it would be wise if you want to have this kind of setup (Apache and two Tomcat instances in the same machine) if you need more than 400-500 concurrent users? M

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 >>&g

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 (and

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 O

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

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

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: > ...

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

2012-05-14 Thread André Warnier
ot;tsa" app for both tomcat instances? configure a load balancer (worker) that uses the (other) two workers, in addition to the two workers, and add it to the worker list. I think that rather than be added to the workers list, the load-balancer worker must be the only one in the list

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" wrote: > > &

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" 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-13 Thread Pid *
On 13 May 2012, at 20:33, "André Warnier" 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 o

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 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 ha

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
ure 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 structure like I do when running ws-import > but it doesn't seem to support that. > > Is the

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 st

RE: Multiple Tomcat Instances with Multiple IPs

2011-08-23 Thread Vickie Troy-McKoy
anks for your input. ___ 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:

  1   2   3   4   >