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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo