>-----Original Message-----
>From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
>Subject: RE: storing images
>
>> From: alexis [mailto:alz...@gmail.com]
>> Subject: storing images
>
>
>You have a couple of options:
>
>1) Create a dummy webapp whose sole purpose is to provide a location for
>the dynamically generated images.  Create some directory outside of
>Tomcat's file structure to hold the images, and place a <Context>
>element in conf/Catalina/[host]/[dummyAppName].xml with a docBase
>attribute (and nothing else) that points to that directory.  The <img>
>tags should refer to [dummyAppName] as the URL for retrieving the
>images.
>
> - Chuck
>

That is exactly what we did for our web app that generates images.
http://planning.maricopa.gov/agsoutput/_ags_mapad578dbb026f4429aa755f471b259bd3.jpg

our 2011 images were not so great... regarding the mosaic.


Leo

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

Reply via email to