| Author |
Location specification for files in Websphere
|
|
|
| We are trying to port our application from JBoss to Websphere and are stuck at this problem.
We have a set of file paths specified in property/xml files - The way they work in JBoss is to have them specified as follows
- location="jndi:/localhost/PosWebApp/WEB-INF/nodes/ultraslim/modulesapp.xml"
Where PosWebApp is the name of the Application.
This "jndi://" thing does not seem to work in case of WebSphere.
Any pointers on how to specify the paths in websphere?
Thanks,
-rahul
| |
|
| You should have a look at namespace bindings or websphere variables see if they will do what you need.
| |
| Brian S Paskin 2007-07-30, 7:21 am |
| Hi,
It has been my experience that most people have their configuration files outside of the enterprise archive. This is done so that changes can be made easily to the configuration without repacking the enterprise archive.
Brian
|
|
|
|