Re: Thread count growth, /manager/sessions, and persistence

2002-12-05 Thread Mark Walker
is correct to eliminate persistent sessions(see below). If not, please let me know. Thanks again for any help! Mark Walker From: Glenn Nielsen <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: R

Re: tomcat setup

2002-11-26 Thread Mark Walker
rs. Just fix the file extension and you should be good to go. The manager and admin applications should only require the following element in your tomcat-users.xml file: Hope this helps! Mark Walker From: Joseph Boccuzzi <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List&quo

Thread count growth, /manager/sessions, and persistence

2002-11-26 Thread Mark Walker
+%. A second restart puts it up to 99%. The system maintains these rates until I switch to another server (At least the pages still serve fine though). Lastly, in the event that WebSphere has just been covering my tracks well, I would also welcome suggestions of Java discussion lists anyone has ha

Re: bean getProperty issue

2002-11-20 Thread Mark Walker
I compared your code to something similar on our server. In our case it is a getMessageText() method. Our jsp:getProperty looks like this: If I change the "m" to "M" to match your example: then the code fails. I hope that's all the problem is. Mark Walke

Re: Can't solve SAXParseException: The string "--" is not permitted withincomments

2002-11-05 Thread Mark Walker
I'm new to Tomcat (v 4.1.12), so consider the source. I got this same error last week, though I don't remember any reference to "Digester". I caused the error by commenting out a section that contained another comment. I simply un-nested the comment and all was well. Hop