Re: Tomcat hprof empty file

2007-05-08 Thread Jason Polites
vice Wrapper http://people.apache.org/~fhanik/wrapper.html to rule out the case, that its a win service problem Filip Jason Polites wrote: > Hi all, > > I am running Tomcat 5.5.23 on a Win32 platform as an NT Service, with the > native DLL. > > I am experiencing the CPU spinnin

Re: request.getParameter is returning the wrong value

2007-05-08 Thread Jason Polites
too late.. looks like Mr Schultz has the correct answer. On 5/9/07, Jason Polites <[EMAIL PROTECTED]> wrote: That's really strange. If that's in the generated .java file then I'm amazed it actually compiles. It's syntactically incorrect. Are you sure it's no

Re: request.getParameter is returning the wrong value

2007-05-08 Thread Jason Polites
thing I noticed about it is it is > >> declared like this > >> > >> !String theID; > >> > >> I have never seen this before. Does this make the variable static? > >> If so then it is obvious why this is happening > >> > >>

Re: request.getParameter is returning the wrong value

2007-05-08 Thread Jason Polites
First, I'd just make sure you are passing the right value from the form. alert() the (editFlag=" + document.theForm.editFlag.value + "&activeTab=" + document.theForm.activeTab.value + "&id=" + vId;) string before you do the location.href to be sure. Given that you are saying it works until multi

Tomcat hprof empty file

2007-05-08 Thread Jason Polites
Hi all, I am running Tomcat 5.5.23 on a Win32 platform as an NT Service, with the native DLL. I am experiencing the CPU spinning at 100% in our production environment, which is not something I have seen in our dev or staging env. In order to determine the problem area, I have tried running Tomc