Hi All, Is it possible to source a remote WAR file (hosted as a static resource in the htdocs folder of an Apache Web Server) into an Apache Tomcat 6.x server instance? The idea is for the Tomcat to source in the latest WAR file during boot time.
<Host name="mydomain.com" unpackWARs="false" autoDeploy="true" appBase="some http link"> <Context path="" docBase="jar:http://mydomain2/someapp.war!/" debug="1" reloadable="true" crossContext="true"> ... ... I'd appreciate any pointer. If this feature is not available, what module should I start poking at to get something along these lines? Thanks, Pushkal --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]