Greetings List, Previously, I had MidTier 7 and RKM working under HTTPS (port 443) under IIS6 on Windows Server 2003 using ServletExec as my jsp engine. Well, we ran into some odd RKM behaviour and, have since rebuilt the server. When running the MidTier installer this time (7.1.01), we notice that Tomcat is the defacto servlet engine and that ServletExec isn't even listed. We decided to go with Tomcat. So I've got MidTier up and running great. IIS6 has a server cert registered and forces HTTPS via the SSL port 443. Now, here's the rub. We installed RKM, which is just another servlet hosted application. By default, it runs unsecure on port 8080 (Tomcat's default HTTP port). I want it to work under HTTPS conditions as well (for example: https://myserver.mydomain.com/rkm). In the RKM config file, under Servelet Exec, I simply commented out the existing port line: <port unsecure=8080> and added the following line instead <port secure=8443> When visiting https://localhost:8443/rkm from the server itself, all is dandy (after I modified Tomcat's server.xml file and used the java keytool to generate a certificate. Well, this server is out in our DMZ and pretty much every port (except 80, 443, Remedy Application Server port, and 1433) is blocked. Thus, I can't utilize RKM in the outside world. Is there a way I can specify that the RKM application use the existing 443 port under IIS? I've tried modying the port secure statement mentioned above, but that doesn't work as I get Page Not Found errors. It seems that I'm missing some Tomcat and/or Jakarta ISAPI redirector configuration. Thanks, Ben
_______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

