1

What creates the profiles under {install_dir}/IBM/WebSphere/Appserver/profiles

I'm working on RHEL. Installed WAS 7 and WebSphere Commerce. All of this is scripted given to me by others.

At some point a folder gets created under profiles. However, I must have done something to mess this up, because on subsequent attempts to repeat this on new servers the folder doesn't get created.

HuInTa
  • 41
  • 3

2 Answers2

0

WebSphere application server profiles are created and managed either using IBM Profile Management Tool (PMT) GUI or the command line version, manageProfiles in the bin dir. More general infomation about profiles can be found in this IBM KnowledgeCenter topic.

F Rowe
  • 2,042
  • 1
  • 11
  • 12
0

Found the answer. This is WAS meets Commerce. So the WAS "profile" gets created when Commerce creates what it calls an "instance". On my system, this is performed within the script:

{scripts}/IBM_WCS/instance_Creation.sh

Whether that comes from the vendor or is an invention of my predecessor, I have no idea. But once I got that to run, the profile appeared.

HuInTa
  • 41
  • 3