Skip to content

Tag: websphere

Read a Environment Variable in Java with Websphere

I’ve a little problem with Websphere application server 7.0 (WAS7) and the reading of Environment Varaibles. With TomCat, I’ve defined a variable as and I read it with a lookup on the initialContext : and it works! But with Websphere, I define a environment variable on the GUI but I can’t re…