Apache and Tomcat on separate servers

2001-01-05 Thread Derek M. A. Lee-Wo
I'm trying to setup apache and tomcat on separate servers and I was wondering if there any websites that explain this. I tried following the tomcat instructions, but I couldn't get it to work the way I want. I can get tomcat working just fine on the same box. When I try to use tomcat

Re: Apache and Tomcat on separate servers

2001-01-05 Thread Filip Hanik
for two machines. it is not problem what so ever, let me know if you need more help Filip - Original Message - From: "Stuart Maclean" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 05, 2001 5:38 PM Subject: Re: Apache and Tomcat on separa

Re: Apache and Tomcat on separate servers

2001-01-05 Thread Derek M. A. Lee-Wo
I think I understand the url mapping issues. My concern was that I wanted to have ALL my web files, be it HTML, JSP etc on the same box, but with apache and Tomcat on separate servers. I use mod_jserv instead of mod_jk, but I'll see if the mod_jk documentation has anything that would help me do

Re: Apache and Tomcat on separate servers

2001-01-05 Thread Derek M. A. Lee-Wo
Re: Apache and Tomcat on separate servers It is possible to host tomcat and apache on diff hosts, but if I recall, the JSP pages or servlet-mapped urls, served by tomcat, can't refer to any urls served by the apache side, notably images, included HTML etc. I ended up with such a mess of files on