Skip to content

Instantly share code, notes, and snippets.

@laszlocsontos
Created April 26, 2013 15:30
Show Gist options
  • Save laszlocsontos/5468140 to your computer and use it in GitHub Desktop.
Save laszlocsontos/5468140 to your computer and use it in GitHub Desktop.
Create a WebSphere profile
PROFILE=newProfile
# Create new profile
manageprofiles.sh -create \
-profileName $PROFILE \
-profilePath /opt/ibm/was/v7/profiles/$PROFILE \
-templatePath /opt/ibm/was/v7/profileTemplates/default \
-enableAdminSecurity false \
-startingPort 31764 \
-isDefault false \
-isDeveloperServer
# Create startup script
/opt/ibm/was/v7/profiles/$PROFILE/bin/startServer.sh server1 -script
@lipusz
Copy link

lipusz commented Aug 14, 2014

Thanks, Laci!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment