I have set up tomcat and apache... bind them with a JK2 connector both
on port 80.
I have 2 domains running on the machine.
the apache docs are located on the following location:
/export/home/webroot/site1 (www.site1.com)
/export/home/webroot/site2 (www.site2.com)
I would like to access jsp files on both the website's like
www.site1.com/index.jsp and
www.site2.com/index.jsp
How do I make tomcat understeand that it must be running jsp files on
this locations. I also would like to store the jsp files on
/export/home/webroot/site1 and /export/home/webroot/site2
anybody knows how to do this?
Thanks already,
Johan.