RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-08-22 Thread Brad Baynes
3:19 AM To: Tomcat Users List Subject: RE: Tomcat 5.5.7+JRockit = windows service won't start You need to build prunsrv.exe, then rename it to replace tomcat5.exe. Robert -Original Message- From: Brad Baynes [mailto:[EMAIL PROTECTED] Sent: 19 August 2005 18:05 To: 'Tomcat User

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-08-22 Thread Longson, Robert
You need to build prunsrv.exe, then rename it to replace tomcat5.exe. Robert -Original Message- From: Brad Baynes [mailto:[EMAIL PROTECTED] Sent: 19 August 2005 18:05 To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.7+JRockit = windows service won't start I'm a

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-08-19 Thread Brad Baynes
omcat User List (E-mail) Subject: RE: Tomcat 5.5.7+JRockit = windows service won't start The current CVS version of commons-daemon works for me with the jvm.dll from BEA Weblogic 8.1. I ran a test java service rather than tomcat but I expect the result would be the same with tomcat. The curr

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-08-19 Thread Longson, Robert
The current CVS version of commons-daemon works for me with the jvm.dll from BEA Weblogic 8.1. I ran a test java service rather than tomcat but I expect the result would be the same with tomcat. The current CVS commons-daemon has had the -Xrs code removed by revision 190890. Robert --

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-08-18 Thread Wade Chandler
jvm is > indeed the latest JRockit release. > > Brad > > > > From: Brad Baynes [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 23, 2005 4:48 PM > > To: tomcat-user@jakarta.apache.org > > Subject: Re: FW: RE: Tomcat 5.5.7+JRockit = > windows servic

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-08-18 Thread Brad Baynes
d 1 I have verified the jvm path listed above is correct and that the jvm is indeed the latest JRockit release. Brad > From: Brad Baynes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 23, 2005 4:48 PM > To: tomcat-user@jakarta.apache.org > Subject: Re: FW: RE: Tomcat 5.5.7+JR

Re: FW: RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-03-23 Thread Brad Baynes
> >From: "Caldarale, Charles R" <[EMAIL PROTECTED]> > >Subject: RE: Tomcat 5.5.7+JRockit = windows service won't start > >Date: Tue, 15 Mar 2005 14:40:33 -0600 > > > >That's odd, since the -Xrs is in my registry entry, albeit this is with an

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-03-15 Thread Caldarale, Charles R
> From: BB Commish [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.7+JRockit = windows service won't start > > With regards to the registry, the installer does not appear > to create an entry that explicitly defines the -Xrs parameter. That's odd, since the -Xr

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-03-15 Thread BB Commish
From: "Caldarale, Charles R" <[EMAIL PROTECTED]> By definition _all_ -X parameters are non-standard, but there are quite a few you simply can't avoid using (-Xmx being the obvious example). It would seem like JRockit took the wrong turn here, since -Xrs has been used to reduce JVM signal usage

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-03-14 Thread Caldarale, Charles R
> From: BB Commish [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5.7+JRockit = windows service won't start > > Thanks Dominik. I am surprised the developers would hardcode > a non-standard -X parameter. By definition _all_ -X parameters are non-standard, but there

Re: Tomcat 5.5.7+JRockit = windows service won't start

2005-03-14 Thread BB Commish
> Perhaps the Tomcat5.exe process manager is trying to send sun jvm > specific parameters to the jrockit jvm? Indeed, it does. Tomcat5w.exe passes -Xrs to the jvm and you can do nothing about it as it is hardcoded. See Bugzilla Bug 33777: http://issues.apache.org/bugzilla/show_bug.cgi?id=33777 Than

Re: Tomcat 5.5.7+JRockit = windows service won't start

2005-03-14 Thread Dominik Drzewiecki
> Perhaps the Tomcat5.exe process manager is trying to send sun jvm > specific parameters to the jrockit jvm? Indeed, it does. Tomcat5w.exe passes -Xrs to the jvm and you can do nothing about it as it is hardcoded. See Bugzilla Bug 33777: http://issues.apache.org/bugzilla/show_bug.cgi?id=33777

Re: Tomcat 5.5.7+JRockit = windows service won't start

2005-03-14 Thread Mark Thomas
Perhaps you could try looking in the registry to see what parameters have been set there and if they are compatible with the JRockit JVM? Mark BB Commish wrote: Hi, I am running Tomcat 5.5.7 with the JRockit 1.5.0 jdk. Everything is fine if I start TC using the startup.bat approach but installin