I'm currently trying to deploy a Web application that wants to be uploaded as a .WAR to Tomcat or JRun. For Tomcat it wants the following bolb as a configuration XML:
<Context path="/foo" docBase="/foo/foo.war" unpackWARs="true" override="true">
<Parameter name="Properties" value="/foo/config" /> </Context> The instructions say to point the XML configuration file URL at a file containing this when using the Tomcat Web Application Manager to deploy a WAR. For jrun it says to change the JVM settings to add -Dfoo.properties=/foo to the command line, and to not use hot deploy with jrun. I'm not sure how to add this stuff to the deployment plan XML I'm writing. I'm using the v1.2 docs on how to write deployment plans, with this as a guide particularly: http://cwiki.apache.org/GMOxDOC12/geronimo-webxml.html Any help? -- Bring back the Firefox plushy! http://digg.com/linux_unix/Is_the_Firefox_plush_gone_for_good https://bugzilla.mozilla.org/show_bug.cgi?id=322367
