Excellent! (the system tray Icon that is) Just what I was looking for. Thanks Antoni
-----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Sunday, 4 April 2004 9:36 a.m. To: [EMAIL PROTECTED] Subject: Re: How to set up JAVA_OPTS while running tomcat as a service Well, Tomcat 5 has the nice GUI to do most of this (right-click the Tomcat sys-tray icon), as well as the 'service.bat' file that you can customize for your settings. There should never be a reason to edit the registry settings directly. However, for those people that don't want to heed the warning :), the settings are located at: HKLM\Software\Apache Software Foundation\Tomcat Service Manager\Tomcat5\Parameters. "Antoni Unkovich" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > I'm keen to try this with tomcat 5.0.19. > Please can you supply a little more detail regarding the registry settings? > Thanks in advance > Antoni > > > > -----Original Message----- > From: Mandy Joss [mailto:[EMAIL PROTECTED] > Sent: Saturday, 3 April 2004 9:57 a.m. > To: [EMAIL PROTECTED] > Subject: RE: How to set up JAVA_OPTS while running tomcat as a service > > > Tom Reis, > > Thanks a lot. It worked. You were awesome. I wish I could give > you some Duke dollars :) Thanks again, > > Mandy > > >From: "Reis, Tom" <[EMAIL PROTECTED]> > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > >To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > >Subject: RE: How to set up JAVA_OPTS while running tomcat as a > >service > >Date: Fri, 2 Apr 2004 15:10:31 -0600 > > > >You can set the options for services in the registry. > >[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat > >4.1\Parameters set the JVM Option Count to the number of parameters > >you are setting (it is probably already set to 2) and then add JVM > >Option Number # strings for each new option. > >the setting for maximum heap is -Xmx###M, minimum is -Xms###M > > > >Let me know if this works. I have done it to 1 server so far and it > >seems to works, but I can't tell how much memory is being used. > > > >-----Original Message----- > >From: Mandy Joss [mailto:[EMAIL PROTECTED] > >Sent: Friday, April 02, 2004 2:58 PM > >To: [EMAIL PROTECTED] > >Subject: Re: How to set up JAVA_OPTS while running tomcat as a > >service > > > > > >But the problem is when it runs as a windows service the tomcat.exe > >is called directly. if I put any echo message in catalina.bat file I > >don't see my message anywhere. I don't think it goes into > >catalina.bat at all when runniing as an service. > > > > > > >From: Paul Mansfield <[EMAIL PROTECTED]> > > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > > >To: Tomcat Users List <[EMAIL PROTECTED]> > > >Subject: Re: How to set up JAVA_OPTS while running tomcat as a > > >service > > >Date: Fri, 02 Apr 2004 18:23:40 +0100 > > > > >I put the settings into the catalina.sh file, e.g. > > > > > > > > > > > # $Id: catalina.sh,v 1.11 2003/10/22 00:28:44 jfarcand Exp $ # > > >------------------------------------------------------------------- > > >-- > > >------ > >-- > > > > > > > > JAVA_OPTS=-Djava.library.path=/usr/local/jakarta-tomcat/so > > > > >On Fri, 2004-04-02 at 17:54, Mandy Joss wrote: > > > > I am running Tomcat 4.1.24 as service but under stress I get > > > > OutOfMemmoryError. To cure this I want to pass JAVA_OPTS=-server > > >-Xms256m > > > > -Xmx1000m -Xincgc to the Tomcat. Can somebody please tell me > > > > where > > >should I > > > > specify JAVA_OPTS so that Tomcat running as service will look at them. > > > > > > > > > > > > > > > > > > > > >------------------------------------------------------------------- > > >-- To unsubscribe, e-mail: > > >[EMAIL PROTECTED] > > >For additional commands, e-mail: > > >[EMAIL PROTECTED] > > > > > > >_________________________________________________________________ > >Check out MSN PC Safety & Security to help ensure your PC is > >protected and safe. http://specials.msn.com/msn/security.asp > > > > > >--------------------------------------------------------------------- > >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] > > > > _________________________________________________________________ > MSN Toolbar provides one-click access to Hotmail from any Web page - > FREE download! http://toolbar.msn.com/go/onm00200413ave/direct/01/ > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
