Thursday, August 20, 2009

Installing WebSphere community edition on ubuntu 8.10 server

(Draft)

My Setup:
  • Mac OSX 10
  • Ubuntu 8.04 server
  • WASCE 2
  • JDK6 (Sun)
How to:
  1. On you ubuntu box: download wasce: wasce_setup-2.1.1.3-unix.bin or follow these steps to know what distribution you want. I choose not to use IBM sdk and install my own. That's why I have installed wasce_setup-2.1.1.3-unix.bin.
  2. install X11 on your mac
  3. install x1 libraries on Ubuntu server (sudo apt-get install x11-xserver-utils)
  4. from your mac start X11 (configure it so it accepts client connection, in the configuration)
  5. open a Terminal
  6. do: ssh -X @
  7. than on your ubuntu box do: sudo ./wasce_setup-2.1.1.3-unix.bin
This shoud work!

- Erick

No comments: