WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
171 stars 192 forks source link

Remove Sample Applications #80

Closed phreakadelle closed 6 years ago

phreakadelle commented 6 years ago

Hey Team, thanks for all the great work. Your Docker images help us a lot in our daily work.

Is there a way to create a profile without the sample application? I've read the "manageprofiles" documentation but can't find a switch to skip the installation of "DefaultApplication", "query" and "ivtApp". I would like to speed up the setup and therefore try to remove the unnecessary stuff.

image

Channyboy commented 6 years ago

Hi!

There is the -omitAction parameter available with the manageprofile.bat/sh command.

e.g.

manageprofiles.sh -create -omitAction deployAdminConsole defaultAppDeployAndConfig

Or see the omitAction section at https://www.ibm.com/support/knowledgecenter/en/SSAW57_9.0.0/com.ibm.websphere.installation.nd.doc/ae/rxml_manageprofiles.html

However, there does not seem to be an option to omit the 'query' application.

phreakadelle commented 6 years ago

Works pretty well! Thanks

-omitAction defaultAppDeployAndConfig deployIVTApplication

image