IBM Websphere startServer.bat and adding projects

1k Views Asked by At

I am trying to start the websphere server outside of eclipse/rad.

From: SDP\runtimes\base_v7\bin

I runt the startServer.bat server1

It starts correctly. Now I am wondering how I can "Add/remove projects" to have the same effect as when doing it from inside RAD.

Possible?

1

There are 1 best solutions below

0
On

You got to write scripts to do that. Jacl/Jython scripts are available to perform this activity.

Refer to these samples to start with: http://www.ibm.com/developerworks/websphere/library/samples/SampleScripts.html

AdminApp is the one that you would use to administrate the application related components. This is one the 4 key control objects available in Jacl/Jython in the WebSphere environment.

HTH Manglu