RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Guido Medina
Wait, go back to the beginning and try very slow, I passed the same, the problem with servlet is only in the web.xml file in your app, it is transparent to Apache Web server, look at the standard examples that comes with the Tomcat installation, first try as exercise to install the tomcat from

RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Bongiorno.Christian
There is a jsp based form login example in the examples directory. That whole directory over to your servlet directory, change the login-config to use form based login (look at the example in ~/webapps/examples/WEB-INF/web.xml) This is a copy and paste trick -- nothing else. so... mkdir

RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Larry Isaacs
I would recommend to first try sending all /DSCservlet requests to Tomcat and make sure everything works correctly that way. Once that is done, then try allowing Apache to serve some of the content. That way you will know if problems appear, they are configuration issues instead of web