Hi all, We are currently running tomcat 3.1 Beta1 with the NES connector. The NES is running in https mode. The request.getScheme() allways returns http as the protocol, never https (as it should do according to the API). Other items as portnumber (443) are ok, has anybody experienced the same problem? On a bug report I got the answer that https is poorly implemented at the time, but this barely got anything to do with the https protocol. In CGI applications there is the HTTPS=ON av-pair which indicates the server is running in https mode. Passing this av-pair from NES to tomcat should be not to difficult right? I do not want to rely on the portnumber. This problem has also conesequences for the redirect. If a relative url is used, the protocol, server and portnumber are prepended BUT protocol is http according to tomcat and not httpS. Thanks in advance. Ronald van Kuijk =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
