But I am only using tomcat. When I change the path ot my images from : <img src="/images/next.gif" border=0 hspace=5></a> To <img src="../images/next.gif" border=0 hspace=5></a> and call the servlet for the firsr time like this : http://test12345.ssb.com:8080/displayIBM/servlet/JSPSearchServlet I can see the tableView jsp file ( forwarded from JSPSearchServlet) with all its images. But for example when I click in one of these images (next.gif for example) all the images disappear and the only thing you can see is a broken link. I will appreciate your help. Thanks >From: Niraj Soni <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Where are you JSP/SERVLET GURUS ??? >Date: Fri, 30 Mar 2001 11:39:29 +0530 > >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 _________________________________________________________________ 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
