I have been working on writing some tools that will simplify the configuration and management of WebSphere Server and Portal.
Continue reading here
A blog on Java Middleware technologies
I have been working on writing some tools that will simplify the configuration and management of WebSphere Server and Portal.
5 comments:
Hi Satya,
i found your blog over google, where i was searching for a download link for wlst.jar.
Unfortunatelly is the dev2dev Site from bea down, and i can't find wlst.jar on the Oracle Site.
We use PeopleSoft with BEA WL 8.1, and want to have an easy method to monitor the server. Can you send me a link to wlst.jar maybe?
Thanks in advance.
Regards Karoly
Hi Satya,
I was wondering for effective use of WLST in my project.
- Which mode is performance effective embedded or script mode ?
- Does WLST has ability execute things concurrently ?
- Can i start managed -server, Administration server, proxy server concurrently from a single WLST interpreter instance
Karoly,
I will see if I can find the jar.
Dhanaraj,
- Which mode is performance effective embedded or script mode ?
Go with the script mode. Embedded mode is clumsy.
- Does WLST has ability execute things concurrently ?
Depends on what you are running concurrently.
- Can i start managed -server, Administration server, proxy server concurrently from a single WLST interpreter instance
Yes you can.
Hi Satya,
thank you, that you search the jar.
Regards Karoly
Post a Comment