RE: Serving files from a jar

2003-12-11 Thread Shapira, Yoav
Howdy, A WAR file can contain images and static files outside a jar -- in fact, WAR is designed to do exactly that. To serve images directly out of a zip or jar files you have to write a servlet -- what would be the URL for these images? ;) Yoav Shapira Millennium ChemInformatics

RE: Serving files from a jar

2003-12-11 Thread Vijay Kandy
: RE: Serving files from a jar Howdy, A WAR file can contain images and static files outside a jar -- in fact, WAR is designed to do exactly that. To serve images directly out of a zip or jar files you have to write a servlet -- what would be the URL for these images? ;) Yoav Shapira Millennium

RE: Serving files from a jar

2003-12-11 Thread Shapira, Yoav
' Subject: RE: Serving files from a jar Thank you. Is there a way to tell the container to extract a certain zip/jar file within a war while it is being unpacked by the container? -Vijay -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 12:15

RE: Serving files from a jar

2003-12-11 Thread Vijay Kandy
I understand. Thanks Yoav. -Vijay -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 1:29 PM To: Tomcat Users List Subject: RE: Serving files from a jar Howdy, No, there is no way to do that with current servers (it would defeat