you can configure for Apache/mod_jk to simulate the servlet url mapping.

for example if I have a servlet com.me.MyServlet and the url pattern is
MyServlet.

I could tell Apache/mod_jk like this

JkMount /MyServlet ajp12
the mod_jk document explains all the details that you need to configure 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 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 both hosts I host
> both on one machine.  Not ideal but manageable at least.
>
> just my 0.02
>
> stu
>
>
>
>
> --
> Stuart Maclean, Research Associate
> University of Washington
> ITS Research Program, College of Engineering
> Box 352500
> Seattle, WA 98195-2500
> Tel: (206) 543-0637
> http://www.its.washington.edu
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to