jsessionid and Apache

2002-12-02 Thread Miguel Angel Medina Lopez
Hi all: I'm using Tomcat 3.3.1 and Apache 1.3.x using mod_jdk and JDBCRealm in the authentication method. The problem is that I redirect to a HTML file when the user isn't authenticated and tomcat write the next URL: /registro/clientes.html;jsessionid=r72e6ttq21 Then, when Apache try to

form based authentication and remote user

2002-06-05 Thread Miguel Angel Medina Lopez
Hi all: I'm using form-based authentication with tomcat 3.2.3. I have a form to register the users and I want to set the remote user and role when they register to they can access private zones that are protected with the form based authentication at this moment. How can I do that? Thank you

HANDLER THREAD PROBLEM

2002-05-16 Thread Miguel Angel Medina Lopez
Hi all: I'm using Tomcat 3.2.3 with Apache. A few days ago often an error apperar when tomcat is running. The Exception is: HANDLER THREAD PROBLEM: java.io.IOException: Stream closed prematurely java.io.IOException: Stream closed prematurely at

sendRedirect and port 0

2002-03-25 Thread Miguel Angel Medina Lopez
Hi all: I'm using tomcat 3.2.3 with apache, and I have a problem with the response.sendRedirect method. When I use it with a relative URL the port 0 was added to the result url, but the original didn't have it. For example: I call the servlet with the URL

Problems with redirect

2002-03-20 Thread Miguel Angel Medina Lopez
Hi all: I'm using tomcat 3.2.3 with apache, and I have a problem with the response.sendRedirect method. When I use it with a relative URL the port 0 was added to the result url, but the original didn't have it. Can anyone help me? Than you.

mod_webapp and binary data

2002-02-20 Thread Miguel Angel Medina Lopez
Hi all: Anybody knows if the mod_webapp connector still have the bug to transmit (upload) binary files, and if true, when it will be repair? Thank you - Miguel Ángel Medina López Logic Factory: www.logic-factory.com Granada - España

Re: File upload problem

2002-02-13 Thread Miguel Angel Medina Lopez
bug(the one you read about) B -Original Message- From: Miguel Angel Medina Lopez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 1:36 PM To: Tomcat Users Subject: File upload problem Hi all: I'm using Tomcat 4.0.1 and Apache 1.3.23

File upload problem

2002-02-12 Thread Miguel Angel Medina Lopez
Hi all: I'm using Tomcat 4.0.1 and Apache 1.3.23. Also I use oreilly MultipartWrapper Class to parse multipart-form-data encoding. The problem is that the next exception is thrown when I try to upload a file: java.io.IOException: unexpected end of part at

Re: File upload problem

2002-02-12 Thread Miguel Angel Medina Lopez
or not... If you have tomcat running in stand alone(localhost:8080) as well as webapp you can test the servlet by connecting directly to tomcat and see if it works if it does, then you are probably affected by a webapp bug(the one you read about) B -Original Message- From: Miguel Angel

Form Based authentication problem

2001-09-27 Thread Miguel Angel Medina Lopez
Hi all: I'm working with Tomcat 3.2.3 and postgres 7.0. I want to use form-based authentication and i have included the next lines in the server.xml file: RequestInterceptor className=org.apache.tomcat.request.JDBCRealm debug=0

Re: Form Based authentication problem

2001-09-27 Thread Miguel Angel Medina Lopez
Hi: Thanks Kaneda but the parameter autoReconnect doesn't work in Postgres. I have found the error in the server.xml file and now I can't authenticate fine. Now the problem is that I need the user name in differents context. How can I do that? How can I keep client state in different contexts?