Re: [OT] Avoiding spam

2007-06-06 Thread Roger Roger
Jacob, Take a gmail address as I did. You can fetch all mail using pop and send using gmail-smtp, and spam filtering is excellent. If it becomes too much to handle, you can always delete this account and create a new one. Another option would be to create a special popbox for this purpose, and s

HTTP 500 when using custom error pages in Tomcat 6.0

2007-06-05 Thread Roger Roger
Hi there, Recently we upgraded to Tomcat 6.0. Suddenly the custom errorpages don't work anymore. For this test I created a simple jsp-page with <%=x%> in it without declaring that x so it would result in an error. I would like to know how I can get the customized page (error.jsp) back. #

Re: Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
ns more work. I suppose it's something you have to do one time. Cheers, Roger On 5/23/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Roger Roger [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6 + SSL > > I've installed Tomcat 6.0, the default installation

Re: Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
t. If I comment this out and restart, it still doesn't work. R. On 5/23/07, Markus Schönhaber <[EMAIL PROTECTED]> wrote: Roger Roger wrote: > I used the following connector: > keystoreFile="C:\Tomcat\keystore\.keystore" >maxThreads="150&qu

Re: Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
Hi Srinivas, I used that manual to setup SSL on Tomcat 5.5. That worked. I created a keystore key, and put it in: C:\Tomcat\keystore\.keystore I used the following connector: I tried this with a keystore filename without the starting dot, but that didn't change anything. Remember that this set

Re: Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
Thanks Srinivas. I did that, then restarted Tomcat, then if I open https://127.0.0.1:8443/ or https://localhost:8443/ nothing happens. I get an error after a long time (more than a minute). Running netstat I see port 8443 is "established". If I try to open a page on a non-existent port, I get an e

Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
I would like to install Tomcat 6.0 with SSL. Tomcat 6.0 works, and I can get Tomcat 5.5 working with SSL. For some reason I cannot get this to work with 6.0. Do you have any ideas or suggestions what might cause this? I'm working on a Windows machine. Thanks, Roger