websphere

Passing multiple lines of code to wsadmin.sh?

Passing multiple lines of code to wsadmin.sh? Question: I would like to pass a few lines of code to a WebSphere profile. Here’s what I attempted: # ./wsadmin.sh -lang jython -c ‘print(“Hello”) > print(“World!”)’ This printed out a response of: WAS7209I: Connected to process”<my profile name>” on node <node name> using SOAP connector; The type …

Total answers: 2