You can run an application server under a user profile other than the default QEJBSVR user profile.
Perform the following steps to change the application server default user profile:
The new user profile must have authority to the same objects to which QEJBSVR has authority. Specify QEJBSVR as the new profile's group profile. Run this command from the iSeries command line:
CHGUSRPRF USRPRF(profile) GRPPRF(QEJBSVR)
where profile is the name of the new user profile.
Note: If you plan to use the enbprfwas script to enable your user profile, you do not have to run this command. Rather, specify the -chggrpprf parameter on the enbprfwas script.
chown -R QEJBSVR /QIBM/UserData/WebSphere/AppServer/V6/product/profiles/profile_name
cd /QIBM/ProdData/WebSphere/AppServer/V6/product/bin
grtwasaut -profileName profile_name -user QEJBSVR -dtaaut RWX -objaut ALL -recursive
rvkwasaut -profileName profile_name -user profile -recursive
where profile_name is the name of the old user profile.
See The grtwasaut script and The rvkwasaut script for more information.
/QIBM/ProdData/WebSphere/AppServer/V6/product/bin/enbprfwas -profile myProfile
where product is either Base or ND, and myProfile is the name of the user profile.
For more information, see The enbprfwas script.