Ravi Narula

Greenhorn
+ Follow
since Jun 14, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Ravi Narula

Deepak Pant wrote:I don't know of a way where you can edit the property file values directly from the WAS console.

Key points to consider are:

1. Bundle the property file(s) in the jar that uses it. Requires you to deploy new jar every time property has to change.

2. Keep the property file outside application EAR/WAR/JAR file(s) but in a location like "\WebSphere\AppServer\profiles\<profile>\config\cells\<cell name>", which WAS will copy in all the nodes within ND environment.

3. The name of the property file can be either hard-wired in the application OR picked up from a WAS variable.

4. You can change the property file under "config\cells\<cell name>" folder and WAS will sync it up with all the nodes in ND environment. In Base env you are all set anyways.



Hi Deepak,

Thanks for the reply. Is it possible for you to direct me to an example on the web for the above? Mainly placing the property file in the config\cells folder and how to read it from there? I'd really appreciate it.
13 years ago
Hi All,

What is the best way to place property file values in web sphere so that I can change them from admin console

Thanks
13 years ago
Hi everybody,

I am deploying a WAR/EAR file to WAS 7.0 Application server and it gets deployed fine except that the generated wsdl has different schema names and other changes in it compared to what is in the WAR. Has anyone experienced this before? If yes, why does this happen? I am trying to resolve it myself too.

I am using RAD7.5 and JAXWS. I posted this in the Websphere forums and got no reply so I am posting it again here.

Thanks.
13 years ago
Hi everybody,

I am deploying a WAR/EAR file to WAS 7.0 Application server and it gets deployed fine except that the generated wsdl has different schema names and other changes in it compared to what is in the WAR. Has anyone experienced this before? If yes, why does this happen? I am trying to resolve it myself too.

I am using RAD7.5

Thanks.
13 years ago