HELP - How to Hide the file list of Tomcat

2004-02-03 Thread Rai Ou
I want to show a common error page or redirect to the special page when the customs access this urls : http://mysite.com/admin/ or http://mysite.com/admin/jsp/ or http://mysite.com/admin/img/me.gif and so on ... You know when they access a real page which is in the Tomcat's Web container which

RE: HELP: Want to custom the TOMCAT NOT-FOUND page.

2004-01-22 Thread Rai Ou
.html/location /error-page Karin -Original Message- From: Rai Ou [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 21. Januar 2004 10:24 To: 'Tomcat Users List' Subject: HELP: Want to custom the TOMCAT NOT-FOUND page. Tomcat will give the HTTP 404, 500 (and so on...) Error

HELP: Want to custom the TOMCAT NOT-FOUND page.

2004-01-21 Thread Rai Ou
Tomcat will give the HTTP 404, 500 (and so on...) Error pages when accessed by a wrong URL. I want to custom that pages but, it seems that they are hard-coding in tomcat, any good ideas for doing it ? Thanks. Rai. - To

HELP: Servlet File Download solution.

2004-01-13 Thread Rai Ou
I wrote a download servlet but I found it didn't run at IE5.x IE6.x - OK IE5.x - NG NS - OK My source is below. I want to know if there are better solutions or any Common Libarary I can use. response.setHeader("Content-Disposition", "attachment; filename=\"" +

Do the Webap support SSL ?

2003-07-08 Thread Rai Ou
I want to know if the Webapp connector can support SSL protocol well. I use Solaris8+Apache1.3.27+Webapp+Tomcat4.1.24. I compiled Apache for SSL and I don't know if the figure below is right: Broswer ==https== Apache(webapp) ==http== Tomcat I found there are 2 options(scheme, secure) at Webapp

RE: Webapp 501 error when using HTTPS.

2003-07-07 Thread Rai Ou
time out and pushed the form button(POST method). Waitting for the response. Rai -Original Message- From: Rai Ou Sent: Monday, July 07, 2003 2:58 PM To: '[EMAIL PROTECTED]' Subject: Webapp 501 error when using HTTPS. I am using Apache1.3.27 + webapp1.2(jakarta

Webapp 501 error when using HTTPS.

2003-07-06 Thread Rai Ou
I am using Apache1.3.27 + webapp1.2(jakarta-tomcat-connectors-4.1.24-src) + Tomcat4.1.24, and I am using the servlet filter for redirect to Login page when the session is time out. The system is running well but, after I built a SSL in my apache, I get the 501 error when the sessin is time out