How do I run a .jacl script against a WebService Liberty Profile server?
I am told to run:
wsadmin.sh -conntype none -f setupWAS.jacl
But I don't think wsadmin is available in Liberty Profile.
How do I run a .jacl script against a WebService Liberty Profile server?
I am told to run:
wsadmin.sh -conntype none -f setupWAS.jacl
But I don't think wsadmin is available in Liberty Profile.
You cannot manage Liberty profile using wsadmin. Quoting infocenter;
Restriction: The wsadmin tool does not apply to the Liberty profile. See Administering the Liberty profile from the command prompt instead.
The Liberty profile only supports configuration (or reconfiguration) via editing of the XML configuration file (at least server.xml, perhaps others if you use includes).
I recommend following samples and examples from WASDev instead: https://www.ibmdw.net/wasdev/docs/category/coding/