Ok then, Dean, why the two entirely different app servers instead of
just two different applications in the same server? You stated two
primary goals: 1) Separate public/private apps and 2) Not have them
interfere with one another. A 10 hit a month app isn't going to
interfere with anything unless those hits require a huge burden of
processing. With that said, running it within a different Tomcat
instance within the same machine isn't going to solve the problem.
-----Original Message-----
From: Dean Chester [mailto:dean.g.chester@googlemail.com]
Sent: Thursday, January 07, 2010 3:57 PM
To: Tomcat Users List
Subject: Re: Running two tomcat servers on same system?
What is usage like on the server running two application servers. Please
bare in mind my admin/private application might get 10 users a month.
While
the public stuff we hope more frequent.
Dean
On Thu, Jan 7, 2010 at 9:51 PM, John Tangney
<johnt@industriallogic.com>wrote:
> Dean,
>
>
> On Jan 7, 2010, at 1:47 PM, Dean Chester wrote:
>
> I am wondering if it would be possible to have two tomcat servers
running
>> on
>> the same system
>>
>
> Yeah, we do this all the time. All you gave to do is to make sure that
all
> the ports listed in your server.xml are unique.
>
>
> Also is it possible to share
>> shutdown ports of tomcat servers?
>>
>
> I am not sure. It's easy enough to give it a try.
>
> --johnt
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|