Servlet/JSP Lifecycle and Performance

2003-09-05 Thread Lukas Bradley
All, Where can I get a description of how Tomcat handles a Servlet lifecycle from init() to removal from memory? I'm interested in how long a Servlet is held in memory, and how long it remains inactive before it is removed from the Servlet pool. Also, are there performance statistics of the

Re: Memory leaks?

2003-09-05 Thread Jim Lynch
I have no home grown libs, but I do have a lib for the Split function and the gnu-regex lib. Now that split is available in 1.4 I could convert to it and see if that helps. I have no idea how to profile and exercise a library, so I'd have to answer no. Thanks, Jim. Mike Curwen wrote: After

Charset encoding issue

2003-09-05 Thread lima
Hi, guys. How are you ? I have a jsp page with some form fields. I don't know how is the right way to set the charset (because we're using portuguese characters). This is the only configuration that have worked for me : %@ page contentType=html/text; charset=UTF-8% (...) form (...)

Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

2003-09-05 Thread Goehring, Chuck Mr., RCI - San Diego
Tomcatters, I'm having trouble getting tomcat installed as a Win2000 service. Below is the command I'm using: %CATALINA_HOME%\bin\tomcat.exe -install Apache Tomcat %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar

Re: Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

2003-09-05 Thread Mark Eggers
If you're starting things as a service, the environment variables need to be defined at the system level and not the user level. HTH /mde/ just my two cents . . . . __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

Testing

2003-09-05 Thread Tam, Michael
Testing my autoreply. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Inquiry received

2003-09-05 Thread [EMAIL PROTECTED]
Thank you for your inquiry to Alset Support! We will process your request as soon as possible. Please see www.alset.com for complete support information. Alset Support Staff - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Debugging outbound SSL communications?

2003-09-05 Thread Christopher Williams
You need to specify the keystore in conf\server.xml. I assume that you've set up the SSL connector. Do a search on the string keystoreFile and set the value to the correct keystore. - Original Message - From: Ert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 05, 2003

RE: Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

2003-09-05 Thread John Corrigan
When installing as a service, the installation routine uses whatever environment variables are set in the shell. Once installed as a service Tomcat uses registry values, not environment variables. My two cents :) -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED] Sent:

user threads limit in tomcat

2003-09-05 Thread Rishikesh Tembe
hi, Is there any limit on the number of user threads I can spawn from a servlet, running in Tomcat? TIA, Rishikesh. = Yahoo! India Matrimony: Find your partner online. Go to http://yahoo.shaadi.com

Re: user threads limit in tomcat

2003-09-05 Thread Filip Hanik
go crazy until your system completely dogs out because of all the thread swapping it has to do Filip - Original Message - From: Rishikesh Tembe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 05, 2003 5:48 PM Subject: user threads limit in tomcat hi, Is there any limit

Simple question about JSP page

2003-09-05 Thread engp0510
Hi, Maybe it's a stupid question. Built jsps for addingsearching with MySQL. First listing all existing records in db and then adding a new one into database, then listing all records again. Now the list is the same as previous. How to solve it? THX

Re: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-05 Thread James Harman
Shailesh, Is it classes12.jar or classes12.zip? Your first post said zip. If it is zip make sure you rename it to jar. If you rename it to classes12.jar and put it in WEB-INF\lib it will be picked up. James Shailesh Modi wrote: Hi, I have kept classes12.jar in every possible places in

Connection reset by peer: socket write error in tomcat log

2003-09-05 Thread Jiang Chen
Hi; I have quite a lot following exception in the tomcat log: ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[errorCode=404, location=/pages/error.jsp] java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite(Native

Re: Unable to compile class for JSP

2003-09-05 Thread Dave Stoker
John, Schalk, all, I had copied a servlet jar file from JRun to the Tomcat/shared/lib directory. Once this was removed the JSPs compile! Moral: JRun and Tomcat are very different. Thanks for the replies. Dave Hi, After reading the archives I see this is not an uncommon error. I've tried a

<    1   2