On 1/16/2012 11:50 AM, S Ahmed wrote:
> Meaning I have to run tomcat 2 times?
>
> I thought it would be possible to have a single instace of tomcat running,
> and 2 different applications running on seperate jvms.
>
> Thanks for clarifying.
>
> So there memory cost is even higher since you need 2 tomcats running.
But it's still not very big; tomcat's memory usage is pretty small
compared to most apps that are running under it.
>
> On Mon, Jan 16, 2012 at 11:17 AM, Ilya Kazakevich<
> Ilya.Kazakevich@jetbrains.com> wrote:
>
>> Tomcat itself runs inside JVM, so you need 2 JVMs each with tomcat and your
>> app.
>> Separating apps is a good practice because of classpath issues
>>
>> Ilya Kazakevich,
>> Developer
>> JetBrains Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>
>>
>>> -----Original Message-----
>>> From: S Ahmed [mailto:sahmed1020@gmail.com]
>>> Sent: Monday, January 16, 2012 8:14 PM
>>> To: Tomcat Users List
>>> Subject: running separate isolated jvm's for each web app
>>>
>>> If my tomcat has 2 web applications running on it, how do I
>>> create different jvm pools to keep the apps isolated?
>>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
|