put the images in the web server and do it .....

guru

-----Original Message-----
From: Bhushan_Bhangale [mailto:[EMAIL PROTECTED]]
Sent: 15 May 2002 10:33
To: [EMAIL PROTECTED]
Subject: Re: Apache Tomcat Configuration problem


I always keep static content in webserver but used to specify in the
configuration of connection with App server that only for this files go to
App server and rest serve from web server only. But how to do that with
Apache and Tomcat configuration for a Web Application. Without web
application it is simple as the servlets will be run using servlet invoker
and the url will always /servlet

JkMount /*.jsp test
JkMount /servlet/* test

But in Web App there is no /servlet in the URL.

-----Original Message-----
From: Raghupathy, Gurumoorthy
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 2:53 PM
To: [EMAIL PROTECTED]
Subject: Re: Apache Tomcat Configuration problem


place your images in the directory http://yourhost:port/images/ and make
sure that the /images is avaliable only thru apache ..... and in your
application do <img src="/images/logo.gif"> simple ....

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

___________________________________________________________________________
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

Reply via email to