RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Edd Dawson
No you aren't! am i the only one getting this annoying spam from the tomcat lisy? -Original Message- From: s [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 10:32 PM To: tomcat-user@jakarta.apache.org Subject: No such list! s Valid Lists New Atlanta List Server

RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Edd Dawson
No you aren't! am i the only one getting this annoying spam from the tomcat lisy? -Original Message- From: s [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 10:32 PM To: tomcat-user@jakarta.apache.org Subject: No such list! s Valid Lists New Atlanta List Server

Redirecting to another site when Error 500 occurs

2005-01-12 Thread Edd Dawson
Hi I am running a site served by Apache and Tomcat, When tomcat dies and gives a 500 error i want to redirect to an external site.. I thought the way of doing this was via httpd.conf for Apache.. so i added ErrorDocument 500 http://my.external.site/ to httpd.conf However it doesn't redirect

Tomcat monitoring scripts

2005-01-12 Thread Edd Dawson
Hi Does anyone know of the location of any scripts (for Linux) that will monitor tomcat every x minutes and if it finds it not running will restart it automatically? Any suggestions would be appreciated. thanks Edd - To

Re: Tomcat monitoring scripts

2005-01-12 Thread Edd Dawson
or older. in terms of restarting, you're probably going to have to write a shell script to do that. Typically, on unix a cron job is used. peter On Wed, 12 Jan 2005 15:12:15 +, Edd Dawson [EMAIL PROTECTED] wrote: Hi Does anyone know of the location of any scripts (for Linux

Re: Tomcat monitoring scripts

2005-01-12 Thread Edd Dawson
My googling skills are letting me down today.. i haven't managed to find any examples online (and i've been trying most of the day!) Peter Lin wrote: most people use Perl or shell scripts to do that. There's plenty of scripts on the net for doing that by the process id. sorry, I don't have any

Advice needed on deploying on Tomcat 5.0.25

2004-06-09 Thread Edd Dawson
directory of the servlets-examples webapp that came with 5.0.25 and it didn't work until i added its details the web.xml for that app. Now do i HAVE to have a web.xml now i am using 5.0.25 ? as with 4.x it wasn't a requirement. cheers Edd Dawson

Form based authentication

2004-03-02 Thread Edd Dawson
Hi I have successfully set up tomcat to protect various parts of my application using JDBCrealm and form-based-authentication, and it all works fine. Now i have written a system whereby new users can register and it creates them their chosen username and puts them in the right roles in the

Form-based authentication question

2004-03-01 Thread Edd Dawson
Hi I have successfully set up tomcat to protect various parts of my application using JDBCrealm and form-based-authentication, and it all works fine. Now i have written a system whereby new users can register and it creates them their chosen username and puts them in the right roles in the