Thanks, Brian!!! :-)
Pae > $ java -X > -Xbootclasspath:<directories and zip/jar files separated by ;> > set search path for bootstrap classes and resources > -Xnoclassgc disable class garbage collection > -Xms<size> set initial Java heap size > -Xmx<size> set maximum Java heap size > -Xrs reduce the use of OS signals > -Xcheck:jni perform additional checks for JNI functions > -Xrunhprof[:help]|[:<option>=<value>, ...] > perform heap, cpu, or monitor profiling > -Xdebug enable remote debugging > -Xfuture enable strictest checks, anticipating future default > > The -X options are non-standard and subject to change without notice. > > -----Original Message----- > From: Pae Choi [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 9:17 AM > To: Tomcat Users List > Subject: Re: Jakarta NT SERVICE--- logout USER > > > Wesley, > > What the "rs" option does in the "-Xrs" option? > > > Pae > > > > Use the -Xrs option when starting the JVM. > > > > Wesley > > > > > -----Original Message----- > > > From: Catalin [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, December 10, 2001 2:55 PM > > > To: [EMAIL PROTECTED] > > > Subject: Jakarta NT SERVICE--- logout USER > > > > > > > > > Hello to everybody! > > > > > > > > > I have a jakarta-tomcat-3.3m4 on a Win2k system and > > > I have a problem: > > > every times one user of Operating System logout, the > > > service it > > > stoppes. :-( > > > Where do I need to modify the config so that will > > > not be happens any > > > more?? > > > > > > Thanks!! > > > > > > __________________________________________________ > > Do You Yahoo!? > > Send your FREE holiday greetings online! > > http://greetings.yahoo.com > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
