HTTP Status 403 (tomcat 5.0.28 & JAASRealm)

2005-02-21 Thread Bruno Gonçalves
When I login in my application with a username&password valid I get a HTTP Status 403! I'm using Tomcat 5.0.28 and JAASRealm. I already looked into in my web.xml, and I think is alright. The valid username & password: admin / admin Anyone knows what's the problem? Thanks.. web.xml:

Re: RE : RE : HTTP Status 408 Error when i login

2005-02-18 Thread Bruno Gonçalves
resource has been denied *type* Status report *message* _Access to the requested resource has been denied_ *description* _Access to the specified resource (Access to the requested resource has been denied) has been forbidden._ Any idea? Bruno Gonçalves wrote: This error can occur if the session id is

RE : RE : HTTP Status 408 Error when i login

2005-02-18 Thread Bruno Gonçalves
know precisely). Can you use netstat utility to track tcp state info on socket? Change your browser to exclude bug in browser! For the moment I have no other idea! -Message d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mercredi 16 février 2005 12:16 À : Tomcat Us

Re: RE : HTTP Status 408 Error when i login

2005-02-16 Thread Bruno Gonçalves
Jean-Pierre, do you have any idea what causes the 408 error? Humm... Bruno Gonçalves wrote: humm.. the trace don't give me much more information! --- *The POST:* XXX: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-

RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
humm.. the trace don't give me much more information! --- *The POST:* XXX: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: http://localhost:8082/jcms/web/jsp/das/j_security_check

Re: RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
I used the port 8082 on tomcat! It works! I'm gonna see the trace! Thanks one more time :) Bruno Gonçalves wrote: It seems that I can't listen the same port where tomcat is using (8080). java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketB

RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
SPATH=%CLASSPATH%;/soap.jar -Message d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 18:03 À : Tomcat Users List Objet : Re: RE : RE : RE : HTTP Status 408 Error when i login If I run "java org.apache.soap.util.net.TcpTunnelGui 8080 localho

Re: RE : RE : RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
se. Settings : set CLASSPATH=%CLASPATH%;lib/soap.jar java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8082 where 8080 localhost 8082 -----Message d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 13:59 À : Tomcat Users List Objet : Re:

Re: RE : RE : RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
H=%CLASPATH%;lib/soap.jar java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8082 where 8080 localhost 8082 -----Message d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 13:59 À : Tomcat Users List Objet : Re: RE : RE : HTTP Status 408 Error when i log

Re: RE : RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
/E408.html for explanation! -Message d'origine----- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 13:36 À : Tomcat Users List Objet : Re: RE : HTTP Status 408 Error when i login Yes, I know! But I don't understand where is the problem :( In the

Re: RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
d'origine----- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 12:46 À : tomcat-user@jakarta.apache.org Objet : HTTP Status 408 Error when i login I there! I'm using JAAS on Tomcat 5.0.28 to make a authentication process for my web aplication. When I sub

HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
I there! I'm using JAAS on Tomcat 5.0.28 to make a authentication process for my web aplication. When I submit a wrong username/password the server redirects to an error page, that's correct, but when I submit the correct username/password I got a HTTP Status 408 Error! I don't know what's the p