Re: Tomcat deployment - how do you allocate memory to app
Re: Tomcat deployment - how do you allocate memory to app
- Subject: Re: Tomcat deployment - how do you allocate memory to app
- From: Farrukh Ijaz <email@hidden>
- Date: Wed, 25 Jan 2012 08:43:48 +0300
Hi Tim,
You can specify these options in your Catalina script file. On windows it's catalina.bat and for other platforms it's catalina.sh IIRC.
When you deploy your application in J2EE or JavaEE, your application shares the JVM in which the application server is running. If you want to run multiple apps with one JavaEE application server, better switch to GlassFish. You can create multiple instances under one domain server and each can run multiple applications and thus you can specify different JVM settings for each instance.
Farrukh
Sent from my iPad 2
On 2012-01-25, at 3:14 AM, D Tim Cummings <email@hidden> wrote:
> When I am using JavaMonitor I just put -Xmx256m in additional arguments.
>
> How do I set this when I am deploying in Tomcat 6?
>
> Thanks
>
> Tim
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden