this is because of ur using tomcat as a add-on-servlet engine with other
main web serve
if u r using iis put your images in iis root or in
uriworkers.properties file of your tomcat in /conf directory append follwing
line

/images/*


this tells the isapi filter to serve all files request starting with /images
from tomcat

hope this hepls


----- Original Message -----
From: "sufi malak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2001 1:45 AM
Subject: Where are you JSP/SERVLET GURUS ???


> Hi, I posted the same question twice, and I am sure that the same problem
> happened to somone before,
> Why when a servlet forwarding a jsp does not see a directory (under the
root
> application) that has images, the structure is like this :
> tomcat4/webapps/myapp/images/
> tomcat4/webapps/myapp/tableview.jsp
> tomcat4/webapps/myapp/WEB-INF/classes/Myservlet.class
>
> Please help me
> Sufi
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to