Hola Jose Luis:

I think you are having problems with cookies, is the only way i see it
failing..

Please access the http://localhost:8080/examples/jsp/security/ URL in
your installed tomcat, and try to use the Cookies auth to see if works,
if not, i'm almost sure the problem is on your browser ( check to see if
it can store cookies )  , if not everything goes fine ( as it should ) ,
the problem is on your app..so be carefull

Saludos ,
Ignacio J. Ortega

PS: Para un poquito de ayuda en Espa�ol, mira <
http://es.egroups.com/group/JUGAnd > o <
http://es.egroups.com/group/JUGAnd > quizas hay te podamos hechar una
mano..


> -----Mensaje original-----
> De: Jose Luis Rodriguez [mailto:[EMAIL PROTECTED]]
> Enviado el: lunes 18 de junio de 2001 14:24
> Para: [EMAIL PROTECTED]
> Asunto: Session with IE
> 
> 
> My developed employment is IIS 4.0, Tomcat 3.2.2 under Windows Nt 4.0.
> 
> I have a problem when I run mi application with IE 5.5, this lose the
> session inmediatly that I run another time. With Netscape Communicator
> that's Ok.
> 
> My application is in:
> webapps/jsp_jsp/inicio.html, procesar_inicio.jsp, inicio.jsp,
> responde.jsp
> webapps/jsp_jsp/Web-inf/classes/jsp_jsp/beans/ManejoDatos.class
> Only it show de session from a jsp to other jsp.
> 
> In SYSTEM32/LogFiles/W3SVC1 I see an error number 200 that say so:
> 12:04:51 197.100.1.12 GET /jsp_jsp/inicio.html 200
> 12:04:53 197.100.1.12 POST /jsp_jsp/procesar_inicio.jsp 200
> 12:04:53 197.100.1.12 GET /jsp_jsp/Inicio.jsp 200
> 12:04:55 197.100.1.12 GET /jsp_jsp/Responde.jsp 200
> 
> isapi.log is empty.
> 
> jasper.log:
> 2001-06-18 02:20:03 - JspEngine --> /procesar_inicio.jsp
> 2001-06-18 02:20:03 -       ServletPath: /procesar_inicio.jsp
> 2001-06-18 02:20:03 -          PathInfo: null
> 2001-06-18 02:20:03 -          RealPath:
> D:\jakarta-tomcat-3.2.2\webapps\jsp_jsp\procesar_inicio.jsp
> 2001-06-18 02:20:03 -        RequestURI: /jsp_jsp/procesar_inicio.jsp
> 2001-06-18 02:20:03 -       QueryString: null
> 2001-06-18 02:20:03 -    Request Params:
> 2001-06-18 02:20:03 -    password = fghj
> 2001-06-18 02:20:03 -    login = hjfgh
> 2001-06-18 02:20:03 - classpath according to the Servlet Engine es:
> D:\jakarta-tomcat-3.2.2\webapps\jsp_jsp\Web-inf\classes
> 2001-06-18 02:20:03 - JspEngine --> /Responde.jsp
> 2001-06-18 02:20:03 -       ServletPath: /Responde.jsp
> 2001-06-18 02:20:03 -          PathInfo: null
> 2001-06-18 02:20:03 -          RealPath:
> D:\jakarta-tomcat-3.2.2\webapps\jsp_jsp\Responde.jsp
> 2001-06-18 02:20:03 -        RequestURI: /jsp_jsp/Responde.jsp
> 2001-06-18 02:20:03 -       QueryString: null
> 2001-06-18 02:20:03 -    Request Params:
> 2001-06-18 02:20:03 -    password = fghj
> 2001-06-18 02:20:03 -    login = hjfgh
> 2001-06-18 02:20:03 - classpath according to the Servlet Engine es:
> D:\jakarta-tomcat-3.2.2\webapps\jsp_jsp\Web-inf\classes
> 2001-06-18 02:20:05 - JspEngine --> /Inicio.jsp
> 2001-06-18 02:20:05 -       ServletPath: /Inicio.jsp
> 2001-06-18 02:20:05 -          PathInfo: null
> 2001-06-18 02:20:05 -          RealPath:
> D:\jakarta-tomcat-3.2.2\webapps\jsp_jsp\Inicio.jsp
> 2001-06-18 02:20:05 -        RequestURI: /jsp_jsp/Inicio.jsp
> 2001-06-18 02:20:05 -       QueryString: null
> 2001-06-18 02:20:05 -    Request Params:
> 2001-06-18 02:20:05 - classpath according to the Servlet Engine es:
> D:\jakarta-tomcat-3.2.2\webapps\jsp_jsp\Web-inf\classes
> 
> 
> My configuration is:
> 
> uriworkermap.properties:
> ....
> # Mount my application context to the ajp12 worker
> /jsp_jsp/*=ajp12
> 
> server.xml:
> ....
>         <Context path="/jsp_jsp"
>                  docBase="webapps/jsp_jsp"
>                  crossContext="true"
>                  debug="0"
>                  reloadable="true" >
>         </Context>
> ....
> 
> workers.properties:
> 
> workers.tomcat_home=D:\jakarta-tomcat-3.2.2
> workers.java_home=D:\jdk1.2.2
> ps=\
> 
> worker.list=ajp12, ajp13
> 
> worker.ajp12.port=8007
> worker.ajp12.host=localhost
> worker.ajp12.type=ajp12
> worker.ajp12.lbfactor=1
> 
> worker.ajp13.port=8009
> worker.ajp13.host=localhost
> worker.ajp13.type=ajp13
> worker.ajp13.lbfactor=1
> #worker.ajp13.cachesize
> 
> worker.loadbalancer.type=lb
> worker.loadbalancer.balanced_workers=ajp12, ajp13
> 
> worker.inprocess.type=jni
> 
> worker.inprocess.class_path=$(workers.tomcat_home)$(ps)classes
> worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps
> )jaxp.jar
> worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps
> )parser.jar
> 
> worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps
> )jasper.jar
> 
> worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps
> )servlet.jar
> 
> worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps
> )webserver.jar
> 
> worker.inprocess.class_path=$(workers.java_home)$(ps)lib$(ps)tools.jar
> worker.inprocess.cmd_line=-config
> worker.inprocess.cmd_line=$(workers.tomcat_home)/conf/jni_server.xml
> worker.inprocess.cmd_line=-home
> worker.inprocess.cmd_line=$(workers.tomcat_home)
> worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$
> (ps)classic$(ps)jvm.dll
> 
> worker.inprocess.stdout=$(workers.tomcat_home)$(ps)inprocess.stdout
> worker.inprocess.stderr=$(workers.tomcat_home)$(ps)inprocess.stderr
> worker.inprocess.sysprops=tomcat.home=$(workers.tomcat_home)
> 
> I haven't web.xml for my application.
> 
> What I do bad?
> 
> 
> Thanks in advance,
> Jos� Luis
> 
> 

Reply via email to