Hi, I think in Tomcat 3.x the variable to set is TOMCAT_OPTS, not JAVA_OPTS (Tomcat 4.x and 5.x) or CATALINA_OPTS (Tomcat 4.x and 5.x). This is covered in the documentation (http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#env_setu p) which you should have read by now. If you haven't, go RTFM ;)
Beyond that, I've never used Tomcat 3.x myself, and so I can't offer much help. But I do think the above answers your question. Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Srinivasarao Salla [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 28, 2004 9:16 AM >To: 'Tomcat Users List' >Subject: RE: Increasing heap size in Tomcat > >Hi, > > In tomcat 3.2.1 also we have a start script called tomcat.bat. > I think in this script we set the JAVA_OPTS. But I am not knowing > how to set the parameter and where to set it. If you any Idea I >would > appreciate it. > > Thanks in advance. > >Regards, >Sri. > >-----Original Message----- >From: QM [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 28, 2004 6:19 PM >To: Tomcat Users List >Subject: Re: Increasing heap size in Tomcat > > >On Tue, Sep 28, 2004 at 03:36:51AM -0700, Srinivasarao Salla wrote: >: We are using Tomcat 3.2.1 version. We want to Increase the Heap >: Size. >: Can anyone suggest way of how to do this. > >Find some way to pass the "-Xmx" flag to the Java commandline. > >In v4.x and 5.x, you set the environment variable "JAVA_OPTS" before >running the start script. > >It may be the same in v3.x; what do the docs say? > >-QM > >-- > >software -- http://www.brandxdev.net >tech news -- http://www.RoarNetworX.com > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
