Apache and Tomcat on separate servers

2001-01-05 Thread Derek M. A. Lee-Wo
on a separate system, it seems that I need to host all my files (html, jsp etc) on the tomcat box itself. What I would like to do is continue to have all my web files (html, jsp, tag libraries) stored on the apache server. Is that possible? Derek --- Derek M. A. Lee-Wo Home Email: [EMAIL PROTECTED

Re: Apache and Tomcat on separate servers

2001-01-05 Thread Derek M. A. Lee-Wo
what I'm trying to accomplish. Derek --- Derek M. A. Lee-Wo Home Email: [EMAIL PROTECTED]Work Email: [EMAIL PROTECTED] - Original Message - From: "Filip Hanik" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 05, 2001 8:52 PM Subject: Re: Apache and Tomcat o

Re: Apache and Tomcat on separate servers

2001-01-05 Thread Derek M. A. Lee-Wo
I could tell Apache/mod_jk like this JkMount /MyServlet ajp12 I took a look at the documentation and the I can see that the above will send anything under /MyServlet to the remote box, but it's my understanding that the JSP file must be located on the tomcat box. Suppose I had a mixture of