Hi, I have (cheer!) just managed to get Apache 1.3.20 + SSL and Tomcat working together. So far, the example servlets work, and I can go through the Apache server for static stuff. mod_jk was the answer to several problems I had been having. Now however, Im trying to figure out what to do with my existing servlets.... For example I have an applet that is serialized to a servlet (I didnt write them btw, Im a java newbie), no matter where I put the servlets they wont run properly... What I would love to do it this: Is it possible to alter the tomcat configuration so that if my http root is /apachessl/htdocs/ and I create a /apachessl/htdocs/myservlets directory that I can just place my servlets there? Then I can point the applet params to the classes there and voila, success. If not, can someone please explain how and where to create a new directory where my servlets can live and be run via tomcat? Thanks! Bryan
