problem in FORM authentication

2003-09-11 Thread Fabio Bazzani
I'm using tomcat 4.1.27. I authenticate with FORM login and I get 400 error: The request sent by the client was syntactically incorrect (Invalid direct reference to form login page). when I try to get a page with security constraints Tomcat show me the login page (action = j_security_check ,

Re: problem in FORM authentication

2003-09-11 Thread Fabio Bazzani
are authenticated and can access the protected area? YES -Original Message- From: Fabio Bazzani [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 3:17 PM To: Tomcat Users List Subject: problem in FORM authentication I'm using tomcat 4.1.27. I authenticate with FORM login

problem in session closing for explorer

2003-09-11 Thread Fabio Bazzani
After I authenticate I begin a session. Closing the browser my session does not go down. When I open a new browser my old session is still on. What to do to terminate my session when I close my browser? FB.

tomcat 4.1.27: Realm authentication 400 error code

2003-09-05 Thread Fabio Bazzani
How is it possible I get this message: HTTP Status 400 - Invalid direct reference to form login page during JDBC Realm FORM authentication. These are the stpes I followed : 1. create tables in mysql db : create table IsInRole( usernamevarchar(20) not null,

tomcat 4.1.27: cannot shutdown tomcat !!

2003-09-04 Thread Fabio Bazzani
. For safety, tomcat will only accept connections from localhost on the shutdown port. Yoav Shapira Millennium ChemInformatics -Original Message- From: Fabio Bazzani [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 12:29 PM To: Tomcat Users List Subject: tomcat 4.1.27: cannot

(errata corrige) tomcat 4.1.27: cannot shutdown tomcat !!

2003-09-04 Thread Fabio Bazzani
I'm sorry for previous wrong message !! This is the correct one !! see details down. Fabio - Original Message - From: Fabio Bazzani [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 04, 2003 4:03 PM Subject: tomcat 4.1.27: cannot shutdown tomcat

tomcat 4.1.27: cannot shutdown tomcat !!

2003-09-04 Thread Fabio Bazzani
shutdown with telnet is ok. It appears the message Stopping service Tomcat-Standalone on the shell but the Window does not close. Should I recompile the entire catalina source code ? Thank you fabio - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List

Tomcat 4.1.27 : error in FORM authentication

2003-09-03 Thread Fabio Bazzani
reference to form login page). in my login.jsp I put j_security_check in ACTION attribute in FORM tag. What's wrong ? Thank you Fabio Bazzani

tomcat 4.1.27: cannot shutdown tomcat !!

2003-09-03 Thread Fabio Bazzani
I'm working with JDK 1.4.0 and tomcat 4.1.27. I'm in advanced development and unexpectedly I cannot shutdown Tomcat. I spent all day to try undertand the why ? shell error message: Stopping service Tomcat-Standalone java.net.NoRouteToHostException: No route to host: connect at

Re: Tomcat 4.1.27 : error in FORM authentication

2003-09-03 Thread Fabio Bazzani
!! Whats wrong ? Fabio. - Original Message - From: Mike Curwen [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 6:54 PM Subject: RE: Tomcat 4.1.27 : error in FORM authentication -Original Message- From: Fabio Bazzani [mailto

Re: why i must restart the Tomcat ??

2003-08-29 Thread Fabio Bazzani
put reloadable =true in your context in server.xml - Original Message - From: L.Karam [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, August 30, 2003 2:06 PM Subject: why i must restart the Tomcat ?? Hi, Every time I compile any class I must restart the