Deploying a WebLogic Service on SUSE Linux Enterprise Server 11 SP3
System environment setup
Target system: SUSE Linux Enterprise Server 11 SP3.
User and group preparation
Create a dedicated group and user for running the application, along with necessary directory structures.
# Create group named wlgroup
/usr/sbin/groupadd wlgroup
# Create home directory for the service account
mkdir -p /opt/wluser
# Add use ...
Posted on Fri, 28 Aug 2026 16:37:47 +0000 by padma