----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
The problem with the image on the IsItWorking servlet is that it refers
to /jserv/ like this
<IMG SRC="/jserv/status?image" BORDER="0">
The default configuration only gives access to /jserv/ from localhost.
So if you hit
http://localhost/servlets/IsItWorking - it comes up fine
http://hostname/servlets/IsItWorking - it won't
If you change permissions on /jserv/ in the jserv.conf file, the image
appears fine.
James
--
James Harman
Requisite Technology
303.474.2264
[EMAIL PROTECTED]
----------------------
For Technical Support,
email: [EMAIL PROTECTED]
phone: 303-474-2288
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]