I am trying to start using Tomcat on my server without having to stop using
the Apache and PHP (at least for the moment)

While if I select http://localhost:8080/test.jsp it works

when I select http://mysite.com/test.jsp it doesn't

I have in my Apache config the following extract (which should work)
<VirtualHost mysite.com:80>
    ServerAdmin [EMAIL PROTECTED]
    ServerName mysite.com
    ProxyPass / http://localhost:8080
    ProxyPassReverse / http://localhost:8080
</VirtualHost>

Sometimes it serves a jsp page but will not serve any graphics or other
files (and now it isn't even serving JSP's)

Any idea where I am going wrong or is there another way to do what I
need....

Mike.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.681 / Virus Database: 443 - Release Date: 10/05/2004


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

Reply via email to