You can run an application server under a user profile other than the default QEJBSVR user profile.
Choose an existing user profile, or create a new user profile with the Create User Profile (CRTUSRPRF) command.
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.
(Optional) If the application server is currently running under a user profile other than QEJBSVR, run the following commands in Qshell (where instance is the name of your instance):
chown -R QEJBSVR /QIBM/UserData/WebASE/ASE5/instance
cd /QIBM/ProdData/WebASE/ASE5/bin
grtwasaut -user QEJBSVR -dtaaut RWX -objaut ALL -recursive
rvkwasaut -instance instance -user profile -recursive
where profile is the name of the old user profile.
Use iSeries Navigator to enable the user profile to run the application server.
Specify the new user profile name in the Run As User property of the application server: