Re: deployment file help

2007-11-20 Thread John Moser
Kevan Miller [EMAIL PROTECTED] writes: On Nov 19, 2007, at 2:24 PM, John Richard Moser wrote: on #geronimo on freenode I'm told Geronimo doesn't have such a thing in its deployment plan and I had to modify WEB-INF/web.xml manually (which got me a bit further). May be something to

Re: deployment file help

2007-11-20 Thread Kevan Miller
On Nov 20, 2007 8:53 AM, John Moser [EMAIL PROTECTED] wrote: Kevan Miller [EMAIL PROTECTED] writes: On Nov 19, 2007, at 2:24 PM, John Richard Moser wrote: on #geronimo on freenode I'm told Geronimo doesn't have such a thing in its deployment plan and I had to modify WEB-INF/web.xml

deployment file help

2007-11-19 Thread John Richard Moser
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

Re: deployment file help

2007-11-19 Thread Jacek Laskowski
On Nov 19, 2007 3:14 PM, John Richard Moser [EMAIL PROTECTED] wrote: 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

Re: deployment file help

2007-11-19 Thread John Richard Moser
Jacek Laskowski wrote: On Nov 19, 2007 3:14 PM, John Richard Moser [EMAIL PROTECTED] wrote: 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

Re: deployment file help

2007-11-19 Thread Jacek Laskowski
On Nov 19, 2007 3:58 PM, John Richard Moser [EMAIL PROTECTED] wrote: I currently have something akin to... (sorry for all the foo; I'm not sure how much internal app info my company wants me posting around the net) ?xml version=1.0 encoding=UTF-8? web-app

Re: deployment file help

2007-11-19 Thread John Richard Moser
Jacek Laskowski wrote: On Nov 19, 2007 3:58 PM, John Richard Moser [EMAIL PROTECTED] wrote: I currently have something akin to... (sorry for all the foo; I'm not sure how much internal app info my company wants me posting around the net) ?xml version=1.0 encoding=UTF-8? web-app

Re: deployment file help

2007-11-19 Thread John Richard Moser
Jacek Laskowski wrote: On Nov 19, 2007 3:58 PM, John Richard Moser [EMAIL PROTECTED] wrote: context-param param-namecompanyName/param-name param-valueMy Company, Incorporated/param-value /context-param but does not require modification of the deployment descriptor to customize this

Re: deployment file help

2007-11-19 Thread Jacek Laskowski
.On Nov 19, 2007 8:24 PM, John Richard Moser [EMAIL PROTECTED] wrote: on #geronimo on freenode I'm told Geronimo doesn't have such a thing in its deployment plan and I had to modify WEB-INF/web.xml manually (which got me a bit further). May be something to add in the next version. Does the

Deployment file help

2007-11-16 Thread John Moser
[Note: I'm not subscribed, please CC me replies] 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