Hi,
we need to set a global environment value for our application. I know <env-entry> elements can be included in deployment descriptors for individual enterprise beans. Is it possible to set a global <env-entry> element once that is visible to all enterprise beans? Should we tackle this by deploying our application in a war file and including the <env-entry> element in the deployment descriptor for that or is there another way to do this?
Thanks in advance
Bashy
-
Weblogic 5.1 - setting a global env-entry (3 messages)
- Posted by: Darren Eccles
- Posted on: November 22 2000 05:36 EST
Threaded Messages (3)
- Weblogic 5.1 - setting a global env-entry by Ahmed Hasan on November 22 2000 05:57 EST
- Weblogic 5.1 - setting a global env-entry by Darren Eccles on November 23 2000 06:27 EST
- Weblogic 5.1 - setting a global env-entry by Kiran Patchigolla on December 11 2000 02:53 EST
- Weblogic 5.1 - setting a global env-entry by Darren Eccles on November 23 2000 06:27 EST
-
Weblogic 5.1 - setting a global env-entry[ Go to top ]
- Posted by: Ahmed Hasan
- Posted on: November 22 2000 05:57 EST
- in response to Darren Eccles
Hi,
U can define a global envt. property in the .properties file of the application server and u can access it from inside ur bean. Pls. try this out and let me know.
thanks...hasan
(ahamed at aztec dot soft dot net) -
Weblogic 5.1 - setting a global env-entry[ Go to top ]
- Posted by: Darren Eccles
- Posted on: November 23 2000 06:27 EST
- in response to Ahmed Hasan
That worked fine
cheers mate
bashy
-
Weblogic 5.1 - setting a global env-entry[ Go to top ]
- Posted by: Kiran Patchigolla
- Posted on: December 11 2000 14:53 EST
- in response to Darren Eccles
Weblogic documentation says that you cannot add your own properties to the weblogic.properties file?
How did you do this?
Thanks,
Kiran