Hello, I have another problem : I have an apache web server, modssl and Jserv installed. I configured apache with mod_rewrite to redirect all the http and https requests to a servlet. This servlet check the SSL_CLIENT_S_DN variable to define if the user can have or not access to the site . My problem is the follown : How can i send the page/cgi requested to the client ? i thought to several thing : - use a urlConnection ... but it doesn't work with https - use sendRedirect .. but the request must go the the same servlet and so create a deadlock - call my servlet or my class from apache and return true or false to permit the access to the site. PS i must also pass the parameter ... to the request... If you have some ideas ... Thanks you in advance ! Thierry Thierry Berwart IT Developer Win SA Tel : +32 81 711 749 E-mail : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
