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
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
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
-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
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
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
>>>
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
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
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.
, 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
, 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
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
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
-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
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
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--
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
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
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
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
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
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
-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
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
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
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
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
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
> 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
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
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
> -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
> -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
-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
>
> -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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
-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
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
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
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
-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
-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
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
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
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
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
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
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
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
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
> 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
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
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
-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
> 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
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
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
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
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
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
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
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
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
&
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
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
; 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
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
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
).
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
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
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
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
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
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
-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
> 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
-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
> 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:
> ...
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
> 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:
> >
&
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
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
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
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
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
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
(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
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 - 100 of 339 matches
Mail list logo