Hello people!
I'm using Apache 2.2.9, Tomcat 6.0.26, and mod_jk. I'm forwarding all
requests from Apache to Tomcat. My Tomcat configuration looks like this:
<Host name="jon3d.org" appBase="webapps" unpackWARs="false"
autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="jon3d-website-0.0.1.0-SNAPSHOT.war"
allowLinking="true"></Context>
<Alias>www.jon3d.org</Alias>
</Host>
Now, I want to be able to attach (static) content from a WAR, or even
better, a ZIP file, to a subdirectory, like http://jon3d.org/WebStart. I
would prefer not to have to extract the war file for ease of deployment
and to not having to redo anything when deploying a new site WAR file. I
want to be able to mount a variable amount of such archives to different
directories.
I've been looking at haveing context configuration files within the
archive but I don't want the main project to be aware of these mounts
(as they must be able to change over time without redeployment) and
since a mount should not be aware of other mounts.
Let me know if I should clarify something!
Thanks!
Warm Regards,
Jon Kristensen
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]