You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pushkal Mishra <pu...@gmail.com> on 2008/01/24 03:10:06 UTC

Remote appBase/docBase for war file

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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org