Re: Fwd: [OT] How to specify classpath for an application

2006-06-28 Thread Gareth Evans
f with .war content is to provide a ant script that will take a config/ directory and inject it in the .war, so the user easily regenerate the war avec config change. Pankaj Gupta wrote: -- Forwarded message -- From: Pankaj Gupta <[EMAIL PROTECTED]> Date: Jun 28, 2006 11:

RE: Fwd: [OT] How to specify classpath for an application

2006-06-28 Thread De Miguel, Martin
BTW, in your web.xml you have to add : com.foo.InitializatorApp -Original Message- From: De Miguel, Martin Sent: Wednesday, June 28, 2006 12:01 PM To: Struts Users Mailing List Subject: RE: Fwd: [OT] How to specify classpath for an application Hi, you can set in you

RE: Fwd: [OT] How to specify classpath for an application

2006-06-28 Thread De Miguel, Martin
"YOUR_CONFIG_FILE"); ... } } Hope helps you -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 11:48 AM To: Struts Users Mailing List Subject: Re: Fwd: [OT] How to specify classpath for an application It's rather not possible in g

Re: Fwd: [OT] How to specify classpath for an application

2006-06-28 Thread David Delbecq
j Gupta <[EMAIL PROTECTED]> Date: Jun 28, 2006 11:03 AM Subject: [OT] How to specify classpath for an application To: user@struts.apache.org Hi All, I want to specify a config folder in my classpath which will not be part of my war file. Can you please suggest how can I do that? I want to pl

Fwd: [OT] How to specify classpath for an application

2006-06-28 Thread Pankaj Gupta
-- Forwarded message -- From: Pankaj Gupta <[EMAIL PROTECTED]> Date: Jun 28, 2006 11:03 AM Subject: [OT] How to specify classpath for an application To: user@struts.apache.org Hi All, I want to specify a config folder in my classpath which will not be part of my war fil

[OT] How to specify classpath for an application

2006-06-27 Thread Pankaj Gupta
Hi All, I want to specify a config folder in my classpath which will not be part of my war file. Can you please suggest how can I do that? I want to place my config files outside the war file for anyone to modify it. regards, Pankaj