>-----Original Message----- >From: Caldarale, Charles R [mailto:[email protected]] >Subject: RE: storing images > >> From: alexis [mailto:[email protected]] >> 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: [email protected] For additional commands, e-mail: [email protected]
