Hi,
I have some questions related to Tomcat+Apache:

[Platform : Tomcat 4.0.1+mod_webapp+Apache 1.3.22]

* Apache handling static contents
How can I know if static contents are being served by Apache or Tomcat in my
configuration ?
I installed my web application under:

%TOMCAT_HOME%/webapps/my_application

at httpd.conf:

<VirtualHost 192.168.1.2>
    DocumentRoot %TOMCAT_HOME%/webapps/my_application
    ServerName my_virtual_host
    WebAppConnection warpConnection warp localhost:8008
    WebAppDeploy my_application warpConnection /
</VirtualHost>

What I believe is that the WebAppDeploy line is telling Apache that Tomcat
will handle ALL contents under http://my_virtual_host/ ... or not ? So
http://my_virtual_host/my_page.html will be served by Tomcat and not Apache
as I wanted.
The site is starting with index.jsp so Tomcat should take control starting
from the root, buth there are a lot of mixed .html and images.
Any ideas on how to configure the site just to take the best from Apache and
Tomcat ?


* Which are the differences between Warp and AJP connectors ?

thanks very much in advance,

==========================
  Adrian Caneva
  NEXT TECHNOLOGY SRL
  La Rioja 26
  (T4000ISB) Tucuman
  Tel/Fax +54 381 4219105
  [EMAIL PROTECTED]
  www.nexttech.com.ar
==========================


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to