Categories
Java WebSphere

RAD 6 stuck starting up embedded WebSphere

If you ever uninstalled an application from RAD 6’s embedded WebSphere using its admin console (http://localhost:9060/ibm/console), you may encounter a bizarre situation in RAD.

If RAD was used to install the application into WebSphere, it will now fail to ‘recognize’ that WebSphere started up even when it does, and will keep the ‘Starting…’ state going for the server status. The only way I could find to cure this ill is to reinstall the application – again from the admin console – and then try to start the server from RAD.

How do you start and stop the server from outside of RAD?

Go to {WEBSPHERE_HOME}/bin/startServer.(bat or sh) server1 (or whatever name your server uses).

Share
Categories
Java WebSphere

WebSphere attempting to load removed applications

Early on when working with WebSphere, I made the mistake (out of frustration and other momentary elements) of removing applications by force, simply deleting them from the server’s directory structure.

Ever since, the beast that is WebSphere was angry: no matter what I tried, it kept attempting to load the missing applications. Finally, I seem to have found the place where the application references were hiding:
cells\ENYZHLNode01Cell\nodes\ENYZHLNode01\serverindex.xml is the file that among other things, tells WebSphere which applications to load. In short, remove the missing applications from it, and you get a nicer, cleaner startup from WebSphere.

Share
Categories
Java WebSphere

WebSphere SSL Help from Adobe

I sort of like Adobe.

I sort of dislike Macromedia. Yes, Flash is tremendous but their support for it and the bugs in it can occasionally drive you nuts.

Still, Adobe did end up providing me help through a great tutorial, in setting up WebSphere’s SSL certificates for testing.

The tutorial has three parts that are actually more easily accessible from Google than the Adobe/Macromedia site. Anyway, the tutorial is at:

Part 1

Part 2

Part 3

Share
Share