WebSphere : Set the default Profile in WAS
Topic: Set the default profile when multiple dmgr profiles are there.
Go to <WAS_INSTALLATION_PATH>/properties/fsdb/_was_profile_default
modify the default.sh file to point to the required profile.
This default profile setting can be useful when you have multiple number of profiles and want to deploy the application in particular profile through scripts.
<WAS_INSTALLATION_PATH> can be like /opt/ibm/WebSphere/AppServer
Go to <WAS_INSTALLATION_PATH>/properties/fsdb/_was_profile_default
modify the default.sh file to point to the required profile.
This default profile setting can be useful when you have multiple number of profiles and want to deploy the application in particular profile through scripts.
<WAS_INSTALLATION_PATH> can be like /opt/ibm/WebSphere/AppServer
Comments
Post a Comment