Thanks for the tip Jeff. This did the trick:
- <cross-context/>
+ <container-config>
+ <tomcat xmlns="http://geronimo.apache.org/xml/ns/web/tomcat/
config-1.0">
+ <cross-context/>
+ </tomcat>
+ </container-config>
Now the portal deploys fine into the tomcat and jetty assemblies.
Best wishes,
Paul
On Jun 12, 2007, at 5:54 PM, Jeff Genender wrote:
Nice work. As for cross-context, why not use a standard geronimo-
web.xml
that allows yu to place container-specific configurations for both
Jetty
and Tomcat. IIRC, each container will only pick up its own
configuration. I recall we did this for the exact reason you
cited ;-)