Re: Substitution variables in gbean attribute value

2010-08-26 Thread Ivan
Create a Geronimo plugin should be the best way to do it, or you might extend the Sharelib gbean, so that you could do anything you like :-) 2010/8/26 Kevan Miller kevan.mil...@gmail.com On Aug 25, 2010, at 12:50 PM, David Jencks wrote: On Aug 25, 2010, at 9:10 AM, Anil Chawla wrote:

Re: Substitution variables in gbean attribute value

2010-08-25 Thread Ivan
You could NOT use the substitution directly in geronimo-web.xml, but you might try a workaround solution below, it should work :-) a. After deploying your application into the server, then stop the server. b. Open the var/config/config.xml, and find the segment for your application. c. Let's take

Re: Substitution variables in gbean attribute value

2010-08-25 Thread Anil Chawla
| | | | Subject: | | | |Re: Substitution variables in gbean attribute value

Re: Substitution variables in gbean attribute value

2010-08-25 Thread David Jencks
ecblank.gif From: ecblank.gif Ivan xhh...@gmail.com ecblank.gif To: ecblank.gif user@geronimo.apache.org ecblank.gif Date: ecblank.gif 08/25/2010 11:46 AM ecblank.gif Subject: ecblank.gif Re: Substitution variables in gbean attribute value You could NOT use the substitution directly

Re: Substitution variables in gbean attribute value

2010-08-25 Thread Kevan Miller
On Aug 25, 2010, at 12:50 PM, David Jencks wrote: On Aug 25, 2010, at 9:10 AM, Anil Chawla wrote: Ivan, thanks for the prompt response. Our intention is to provide our users with a WAR/EAR file and perhaps a simple startup script that they can edit to set the correct environment