Suppose the context name of my Web App is "Hunt". All the URLs in my application will start with /Hunt. Now if I put images in Web server doc root then I need to give the image src as /xyz.jpg whereas previously I gave the path of images also as /Hunt/xyz.jpg. If I wite JkMount /*.jsp test entry in httpd.conf file then for jsp file, request will be served by tomcat. What about the servlets deployed in Hunt Web App those should also be served by tomcat as Web server can't do. What should be the entry required for running servlet?
-----Original Message----- From: Raghupathy, Gurumoorthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 3:12 PM To: [EMAIL PROTECTED] Subject: Re: Apache Tomcat Configuration problem put the images in the web server and do it ..... guru ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
