You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Debasish Ghosh <de...@anshinsoft.com> on 2001/08/30 00:15:03 UTC

Problem with Tomcat & Apache - Please Help !!

Hi -

I am using Tomcat 3.2.2. When I use an html tag as <html:img
srcKey="image.logotop"/> (I am using Struts), the first time the page comes,
the tag gets a sessionId. The cookies are enabled in my browser. For all
subsequent requests, the session id never comes. I guess this is the
expected behavior of encodeURL() (for URL rewriting), which is used by the
html:img tag. In fact the tag is rendered as: <img
src="images/logotop.gif;jsessionid=7flhvbc4f1">.

The problem is that the image is not rendered on the page. For all
subsequent requests (when I hit the Refresh button), the session id stops
coming (since cookies are enabled) and the images are rendered properly.

I think I need to add something in any of the configuration files of Tomcat
or Apache.

Please help !!

Regards.

- Debasish