Hello
I have a front application that is configured as load balancer :
<host id="test.appartement-maison.fr"
root-directory="/home/webapps/fronthost" >
<web-app id="/"
root-directory="/home/webapps/front"
work-dir="/home/webapps.tmp/front/work"
temp-dir="/home/webapps.tmp/front/tmp">
<rewrite-dispatch>
<load-balance regexp="" cluster="app-tier"/>
</rewrite-dispatch>
<error-page>
<error-code>503</error-code>
<location>/err.html</location>
</error-page>
</web-app>
</host>
When no application server is on, there is an error 503. The front
server sends err.html page. Thats fine.
Now in this page there are some images, for logo etc. At each image
request, the front servers answers again err.html, so no image appears
in the page.
What is the solutionn to show images in this situation ?
Thanks
--
Riccardo Cohen
+33 (0)6 09 83 64 49
Société Realty-Property.com
16 rue de Belle Isle
37100 Tours
France
<http://www.appartement-maison.fr>
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest