I had problems to get websphere installed on Ubuntu 8.04.
The install did work, but the configuration of profiles failed.
In the end it turned out, that /bin/sh points to /bin/dash instead of /bin/bash.
I executed following commands:
- sudo unlink /bin/sh
- sudo ln -s /bin/bash /bin/sh
During installation I set an admin console username/password.
When I start the server, and go to the console page
- http://localhost:9060/ibm/console/
I get redirected to
- https://localhost:9043/ibm/console/
Comments