RE: Where to put application parameters?

2001-04-06 Thread Peter Neil
- Original Message - From: Toth [@FREEMAIL], Adam (E-mail) <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 5:12 PM Subject: Where to put application parameters? > Hi, > > We're using a component in our sw, and that needs a c

RE: Where to put application parameters?

2001-04-06 Thread Toth [EMAIL PROTECTED], Adam \(E-mail\)
rameters after [s]he deployed the app. Of course it's working with java -Doption=value -jar orion.jar BR, Adam > -Original Message- > From: Petr Podsednik > To: Orion-Interest > Subject: Re: Where to put application parameters? > > > Try this: > >

Re: Where to put application parameters?

2001-04-05 Thread Petr Podsednik
rom: Toth [@FREEMAIL], Adam (E-mail) <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 5:12 PM Subject: Where to put application parameters? > Hi, > > We're using a component in our sw, and that needs a config XML file. >

Where to put application parameters?

2001-04-05 Thread Toth [EMAIL PROTECTED], Adam \(E-mail\)
Hi, We're using a component in our sw, and that needs a config XML file. The following method is used currently: java -Dsomeparam=path-to.xml -jar orion.jar We don't have to source, and it's working ok I''ve tried to put this into web-inf/web.xml (into EAR in WAR of course) like this: [..]