Re: Preload of servlet does not work with Tomcat 5.5.15

2006-04-24 Thread manivannan84
hi, have you enabled reload="true" in tag in conf/server.xml? -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Tom Bednarz <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Mon, 24 Apr 2006 08:19:10 +0200 Subject: Preload of servlet does not w

Re: Stopping of tomcat failed.

2006-04-17 Thread manivannan84
hi Yasunori, welcome. 'unclosed sockets' - some client application interacting with your tomcat forgets to close the connection. (like browsers etc) . Or the tomcat doesnt close connection to the database. So, this unclosed connections results in 'unclosed sockets' 'hangin process' - A proces

Re: Stopping of tomcat failed.

2006-04-17 Thread manivannan84
yes, the 'unclosed sockets', 'hanging process' and the likes are some notable root causes. -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Yasunori Taniguchi <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Mon, 17 Apr 2006 20:27:38 +0900 Sub

Re: Stopping of tomcat failed.

2006-04-17 Thread manivannan84
I understand your problem. This happens sometimes. Instead of runnign shutdown.sh, you can manually kill the tomcat instance using the following steps: 1. type this command: ps -ax | grep 'endorse'[an ugly way of finding the tomcat process! ] and find out its process id. (For ex

Re: Setting up to use 443

2006-04-17 Thread manivannan84
Refer to this tomcat documentation page for ssl configuration: http://tomcat.apache.org/tomcat-4.0-doc/ssl-howto.html Edit the server.xml accordingly. While editing the file, you have to correctly specify your realm. Then restart the tomcat. Good luck. -- Manivannan Palanichamy http://geociti

Re: servlet mapping request

2006-04-17 Thread manivannan84
Could you post your web.xml here? Also, mention the directory structure of WEB-INF/classes and application root. -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Raymond P. Jones <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Sat, 15 A

Re: Stopping of tomcat failed.

2006-04-17 Thread manivannan84
Are you running apache along with tomcat? (I mean apache on port 80 and tomcat on 8080) ? -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Yasunori Taniguchi <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Mon, 17 Apr 2006 13:05:24 +0900 Subj

Re: Tomcat index page

2006-04-11 Thread manivannan84
Change your config file to adjust the ports. Edit /conf/server.xml file and change the Http, Https ports accordingly. -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Sandeep N <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Tue, 11 Apr 20

Re: how setup landing page in tomcat

2006-04-11 Thread manivannan84
You can map the url to a servlet. Or you can use and index.jsp or index.html to redirect to wherever you want. -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Bryan <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Mon, 10 Apr 2006 07:37:57

Re: Jars not being loaded from WEB-INF/lib

2006-04-09 Thread manivannan84
Have you restarted your tomcat, after placing the jar's inside WEB-INF/lib? Try setting relaod="true" in your context declaration (conf/server.xml) -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Barbara Geller <[EMAIL PROTECTED]> To: users@t

Re: Tomcat 3.2.1 + JDK 1.4

2006-04-09 Thread manivannan84
1. Check out the keystore files. 2. Verify connectors. Better upgrade your tomcat to recent one. (1.4.x or 1.5.x) -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Sandeep N <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Sun, 9 Apr 2006