Hi, My appologies for bad typing (I am transcribing from my text box). The webapp is in fact in "webapps/helloworld". And the images are in the images directory (as per a previous response). BTW, the application does run, I do get results back, it just can't display any images!!!
I have set up the RequestDumperValve and checked the output. I see the requests for the images, but no errors. The other log files are also clean as near as I can see. If anyone can suggest a test I could set up to debug the problem, I would be glad to do it. Mark Biciunas [EMAIL PROTECTED] ----- Original Message ----- From: "Stefan Radzom" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 3:31 PM Subject: RE: images not appearing > > > > > In conf/server.xml, I have added the following: > > > > <Context path="" docbase="helloworld" debug="99"> > > <Logger className="org.apache.catalina.logger.FileLogger" > > prefix="localhost_helloworld_log." suffix=".txt" > > timestamp="true"/> > > </Context> > > > > In server.xml you specified the docbase to be "helloworld". Make sure your > webapp is placed in "webapps/helloworld/" instead of just "webapps/hello/". > > > In webapps/hello/WEB-INF/web.xml, I have the following: > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
