Re: images not appearing

2003-07-12 Thread Susan Hoddinott
: Mark Biciunas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 3:09 AM Subject: images not appearing I am deploying a test servlet on Tomcat 4.1.24. Everything works great, the servlet executes, I get results back at my browser, but none of the images show up. In conf

Re: images not appearing

2003-07-09 Thread Yannick Monclin
is it a unix link for your images ? Mark Biciunas a écrit: I am deploying a test servlet on Tomcat 4.1.24. Everything works great, the servlet executes, I get results back at my browser, but none of the images show up. In conf/server.xml, I have added the following: Context path=

RE: images not appearing

2003-07-09 Thread Collins, Jim
You need to add a welcome file entry in the web.xml. Look at using filters to do some pre processing on all requests. Regards Jim. -Original Message- From: Mark Biciunas [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 22:49 To: Tomcat Users List Subject: Re: images not appearing Hi, I

RE: images not appearing

2003-07-09 Thread Stefan Radzom
I can now access the servlet successfully using the url http://192.168.1.3/test/hello;. The problem is, I need to be able to access it without supplying any path information (ie: http://192.168.1.3). So the question now is, how can server.xml and web.xml be configured to allow access

Re: images not appearing

2003-07-09 Thread Mark Biciunas
] - Original Message - From: Stefan Radzom [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 10:25 AM Subject: RE: images not appearing I can now access the servlet successfully using the url http://192.168.1.3/test/hello;. The problem is, I need

images not appearing

2003-07-08 Thread Mark Biciunas
I am deploying a test servlet on Tomcat 4.1.24. Everything works great, the servlet executes, I get results back at my browser, but none of the images show up. In conf/server.xml, I have added the following: Context path= docbase=helloworld debug=99 Logger

RE: images not appearing

2003-07-08 Thread RANDAD,KAILASH (HP-PaloAlto,ex1)
HI The image directory has been created in webapps/hello.. is the directory name image or images? Pls check... -Original Message- From: Mark Biciunas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 12:09 PM To: [EMAIL PROTECTED] Subject: images not appearing I am deploying a test

Re: images not appearing

2003-07-08 Thread Mark Biciunas
08, 2003 3:20 PM Subject: RE: images not appearing HI The image directory has been created in webapps/hello.. is the directory name image or images? Pls check... -Original Message- From: Mark Biciunas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 12:09 PM To: [EMAIL

RE: images not appearing

2003-07-08 Thread Stefan Radzom
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

Re: images not appearing

2003-07-08 Thread Mark Biciunas
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

Re: images not appearing

2003-07-08 Thread Robert Wray
Is capitalization important? docbase instead of docBase? At 03:09 PM 08/07/2003 -0400, you wrote: I am deploying a test servlet on Tomcat 4.1.24. Everything works great, the servlet executes, I get results back at my browser, but none of the images show up. In conf/server.xml, I have added the

Re: images not appearing

2003-07-08 Thread Mark Biciunas
: images not appearing Is capitalization important? docbase instead of docBase? At 03:09 PM 08/07/2003 -0400, you wrote: I am deploying a test servlet on Tomcat 4.1.24. Everything works great, the servlet executes, I get results back at my browser, but none of the images show up. In conf

Re: images not appearing

2003-07-08 Thread Yann Cébron
Robert Wray [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Is capitalization important? docbase instead of docBase? Yeah, it is (welcome to the world of XML ;-) ) see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html HTH, Yann At 03:09 PM 08/07/2003

RE: images not appearing

2003-07-08 Thread Januski, Ken
What happens if you type in browser: http://helloworld/images/specificImage.jpg; or whatever the name of your specific image is? -Original Message- From: Mark Biciunas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:08 PM To: Tomcat Users List Subject: Re: images not appearing

RE: images not appearing

2003-07-08 Thread Robert Wray
is? -Original Message- From: Mark Biciunas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:08 PM To: Tomcat Users List Subject: Re: images not appearing Again, I have a transcription error. In server.xml, it is actually docBase so that shouldn't be the problem. Mark Biciunas

Re: images not appearing

2003-07-08 Thread Mark Biciunas
PROTECTED] - Original Message - From: Januski, Ken [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:11 PM Subject: RE: images not appearing What happens if you type in browser: http://helloworld/images/specificImage.jpg; or whatever the name of your

RE: images not appearing

2003-07-08 Thread Stefan Radzom
-Original Message- In webapps/hello/WEB-INF/web.xml, I have the following: web-app ... servlet servlet-namehelloworld/servlet-name servlet-classhelloworld.Hello/servlet-class /servlet servlet-mapping

RE: images not appearing

2003-07-08 Thread Robert Wray
type in browser: http://helloworld/images/specificImage.jpg; or whatever the name of your specific image is? -Original Message- From: Mark Biciunas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:08 PM To: Tomcat Users List Subject: Re: images not appearing Again, I have

Re: images not appearing

2003-07-08 Thread Mark Biciunas
not be handled by the servlet. BTW, I can't find the spec SVR.11 - anyone have a link? Mark Biciunas [EMAIL PROTECTED] - Original Message - From: Stefan Radzom [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:44 PM Subject: RE: images not appearing

Re: images not appearing

2003-07-08 Thread Robert Wray
not be handled by the servlet. BTW, I can't find the spec SVR.11 - anyone have a link? Mark Biciunas [EMAIL PROTECTED] - Original Message - From: Stefan Radzom [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:44 PM Subject: RE: images not appearing

Re: images not appearing

2003-07-08 Thread Mark Biciunas
Hi, SRV.11 does apply to the problem I am having of images not appearing and has taken my issue in a new direction. Stefan, you put me onto the right track - I have the servlet working properly and displaying the images the way it should (Kudo's for pointing out the now obvious). What I have