> From: Williams, Allen [mailto:[EMAIL PROTECTED] 
> Subject: RE: where to store user-generated files?
> 
> Doesn't there have to be a mapping or alias somewhere (server.xml,
> web.xml,...?) that resolves, or translates 
> "ThisTypeofFileName.ext" into
> "/real/path/in/OS/ThatTypeOfFileName.oxt"?

Yes.  Normally, such static content is handled by Tomcat's
DefaultServlet, and the file system mapping must correspond to the URI
path.  In this case, a servlet of your app will be handling the request,
and it's up to your app to implement whatever mapping you desire.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to