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.

Re: problem in FORM authentication

2003-09-11 Thread Fabio Bazzani
ms). > But you are saying after you get this error page you 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 > Subje

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" ,

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
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

(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 Su

tomcat 4.1.27: cannot shutdown tomcat !!

2003-09-04 Thread Fabio Bazzani
shutdown, tomcat tries to connect to the server shutdown port and >issue the simple string command, SHUTDOWN. For safety, tomcat will only >accept connections from localhost on the shutdown port. > >Yoav Shapira >Millennium ChemInformatics > > >>-Original Message--

Re: Tomcat 4.1.27 : error in FORM authentication

2003-09-03 Thread Fabio Bazzani
t; part of the error message) then the container cannot > know where to send you after authentication. > > > > message : Invalid direct reference to form login page > > > > description : The request sent by the client was > > syntactically incorrec

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 java.net.Pl

Tomcat 4.1.27 : error in FORM authentication

2003-09-03 Thread Fabio Bazzani
irect 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

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 rest