Re: Clearing the catalina.out file

2009-08-14 Thread Susan Richards
quotes) works for us. Dan -Original Message- From: Susan Richards [mailto:richa...@matc.edu] Sent: Friday, August 14, 2009 8:53 AM To: users@tomcat.apache.org Subject: Clearing the catalina.out file Do I need to stop the web server in order to clear out this file? What's a good unix

Re: Clearing the catalina.out file

2009-08-14 Thread Susan Richards
No, but I will do it with a test server first since no one knows the answer. Christopher Schultz ch...@christopherschultz.net 8/14/2009 9:47 AM -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Susan, On 8/14/2009 10:19 AM, Susan Richards wrote: What about stopping the web server? Required

Re: Clearing the catalina.out file

2009-08-14 Thread Susan Richards
, On 8/14/2009 11:06 AM, Susan Richards wrote: No, but I will do it with a test server first since no one knows the answer. It's not that nobody knows the answer: it's that actually /trying/ to do it takes less time than posting to the mailing list, it's kind of silly to have done it. BTW I would

Ant Build.xml file

2008-09-08 Thread Susan Richards
How would I add to the build.xml file so that when ant builds it, it creates this code in my web.xml file? error-page error-code404/error-code location/404.html/location /error-page Not sure if this is an element or something else and what to add it under.

Syslog error message

2008-04-15 Thread Susan Richards
For a few days, our /var/adm/syslog/syslog.log on our HP-UX box where Tomcat is running has been filling up with messages like this: Apr 15 14:14:18 cosmoweb vmunix: function == 0xE04F3960, arg == 0xE00129FA2800, ticks == 0xFD69D7AC, flags == 0x0 Apr 15 14:14:18 cosmoweb vmunix:

SSL Help - keystore problem

2007-10-26 Thread Susan Richards
Last year, I was learning how to install an SSL cert on Tomcat 5.0. The matter was confused by the fact that we needed 2 certs because we had a live site and test site on the same server but the live system was going to be moved to another server. We managed to screw up the test SSL

java.net.BindException: Address already in use

2007-08-10 Thread Susan Richards
First, I just want to say that I sure appreciate all the help I am getting on this list and I don't deserve to even associate with highly intelligent beings such as yourselves. We shutdown and restart our tomcat 5.5.23 server nightly. Initially, a maintenance page for system backup gets

RE: java.net.BindException: Address already in use

2007-08-10 Thread Susan Richards
? -Original Message- From: Susan Richards [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:28 PM To: users@tomcat.apache.org Subject: java.net.BindException: Address already in use First, I just want to say that I sure appreciate all the help I am getting on this list and I don't deserve

Re: java.net.BindException: Address already in use

2007-08-10 Thread Susan Richards
/2007 3:41 PM -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Susan, Susan Richards wrote: First, I just want to say that I sure appreciate all the help I am getting on this list and I don't deserve to even associate with highly intelligent beings such as yourselves. Seriously, don't say

WARNING: Parameters: Invalid chunk ignored.

2007-08-08 Thread Susan Richards
What does this mean on Tomcat 5.5.23? How do I fix it?

RE: WARNING: Parameters: Invalid chunk ignored.

2007-08-08 Thread Susan Richards
Original Message Follows From: Susan Richards [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: users@tomcat.apache.org Subject: WARNING: Parameters: Invalid chunk ignored. Date: Wed, 08 Aug 2007 16:10:53 -0500 What does this mean on Tomcat 5.5.23? How do I fix

RE: Tomcat 5.5 configuration

2007-08-01 Thread Susan Richards
Thanks. When I use the Tomcat Manager to deploy the war files, it puts them under webapps, not under ROOT. Can I change this? Caldarale, Charles R [EMAIL PROTECTED] 7/31/2007 10:20 PM From: Susan Richards [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5 configuration In Tomcat 5.0.28, I

Re: Tomcat 5.5 configuration

2007-08-01 Thread Susan Richards
://test-infoline.matc.edu, I still go right to the manager. What am I doing wrong? Hassan Schroeder [EMAIL PROTECTED] 8/1/2007 10:33 AM On 8/1/07, Susan Richards [EMAIL PROTECTED] wrote: Thanks. When I use the Tomcat Manager to deploy the war files, it puts them under webapps, not under ROOT

Tomcat 5.5 configuration

2007-07-31 Thread Susan Richards
In Tomcat 5.0.28, I had this in my server.xml: Host name=test-infonline.matc.edu appBase=/www/apps/tomcat/webapps Context path= docBase=./ /Host and in the webapps directory I had an index.html page that redirected to the servlet: meta http-equiv=refresh

Re: Turn off Tomcat Version on 404 error.

2007-03-14 Thread Susan Richards
section of this article. http://www.owasp.org/index.php/Securing_tomcat#Common On 13 Mar 2007, at 20:58, Susan Richards wrote: How does one prevent Tomcat from displaying the Tomcat version in the 404 not found page

Turn off Tomcat Version on 404 error.

2007-03-13 Thread Susan Richards
How does one prevent Tomcat from displaying the Tomcat version in the 404 not found page?