> From: Patrick Flaherty [mailto:pflah...@rampageinc.com]
> Subject: Re: Tomcat Filter Mapping Issue
> 
> If I use a host name of ft.com with a appBase of c:/FilterTest then
> doesn't c:/FilterTest become my web server root for ft.com?

No.  The default webapp is *always* named ROOT (case sensitive).  As explained 
before, the appBase attribute points to the directory where the apps for the 
<Host> are to be placed.

> Is seems to work that way for us although it may not be the correct
> way to deploy a web app. The proofs folder is
> just that a folder off the (Our c:/FilterTest) web root and we are
> try to get a "filter mapping" hit when you type
> http://ft.com/Proofs/1/calendar.png.

Try moving everything down one level:
C:\FilterTest\
  ROOT\
    WEB-INF\
      lib\
      classes\
    META-INF\
      context.xml
    Proofs\
      1\
        calendar.png

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to