Re: Forms Authentication

2004-01-07 Thread Tang Wern Chait
I too need to access login page directly because, of Apache redirection to Tomcat, cannot find the login page directly. Let's say, main_page.htm is a secure page. Typing the url 'http://localhost/webapplication/main_page.htm' should bring up the login page. But it just gives me 'Error

Apache redirection to Tomcat, but with JDBC security realms

2004-01-06 Thread Tang Wern Chait
Has anyone tried Apache redirection to Tomcat, on Java code that makes uses of JDBD security realms? Assuming the redirection from Apache to Tomcat works fine when I type 'http://localhost/examples/servlets/index.html' But for my own code, I include url 'alerts.do' inside