Hi Christopher, any links to the following implementation of multiple instances available?
Regards, Ayusman On 1/17/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ayusman, Ayusman Dikshit wrote: > I wanted to know how can I specify/increase the memroy requirements for my > application or Tomcat application? If you want to give this particular application more resources than you want to share with the others, then you'll need another instance of Tomcat. Running multiple instances of Tomcat is no big deal, and you get the advantage of configuring the resource allocations for each one separately. For instance, you can leave your existing Tomcat instance alone and create a new one that has 2GB memory allocated to it. Tomcat does not contain any resource management features that will let you allocate some memory for one web app and more for another. In fact, that's probably a Java restriction and not an app server one. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFra+99CaO5/Lv0PARArhtAKC1Nw3TJMTCqqD3fOCHCZw6HaJgVACfQ0xi F7ieC2CArmNO0abkXWFCT2w= =yj6T -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- TIA, Ayusman