0 Replies Latest reply on Apr 23, 2002 6:35 PM by kilgore

    jboss 2.4.4, catalina, and context root

    kilgore

      Everyone,

      I would like to achieve the following:

      * context root = '/mywebapp'
      * jsp and html files within the war file (within an ear) refer to images
      and the stylesheet without having to specify the /mywebapp prefix, _and_
      without having to use relative paths. I need to be able to do:



      and have /images/foo.jpg in my war file.

      Is this possible? I've been trying on and off for days to no avail.

      - richard