Re: Clearing the catalina.out file

2009-08-14 Thread Susan Richards
h: SHA1 Susan, 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 kin

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 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? T

Re: Clearing the catalina.out file

2009-08-14 Thread Susan Richards
thout the outside 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 ser

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? 404 /404.html 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: fu

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 certificat

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

2007-08-10 Thread Susan Richards
r Schultz <[EMAIL PROTECTED]> 8/10/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

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

2007-08-10 Thread Susan Richards
ort 8080? Can you switch it to 8080 in your xml file? -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 appreciat

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 copie

RE: WARNING: Parameters: Invalid chunk ignored.

2007-08-08 Thread Susan Richards
plication? http://icefaces.org/JForum/posts/list/4918.page Original Message Follows From: "Susan Richards" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Subject: WARNING: Parameters: Invalid chunk ignored. Date: We

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: Tomcat 5.5 configuration

2007-08-01 Thread Susan Richards
oing 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. Can I change this

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] > S

Tomcat 5.5 configuration

2007-07-31 Thread Susan Richards
In Tomcat 5.0.28, I had this in my server.xml: and in the webapps directory I had an index.html page that redirected to the servlet: http://test-infonline.matc.edu/test-infonline/test-infonline";> This probably wasn't the correct way, but it was the only way I could direct the dns to the

Re: Turn off Tomcat Version on 404 error.

2007-03-14 Thread Susan Richards
e a look part way down the common 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

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?