-
Download the Red Hat Enterprise Linux ES (v. 3 for x86) Extras iso. It contains IBM’s JAVA jre, sdk, etc.
-
Install the rpm.
-
As root:
cd /opt/lotus/notes/latest/linux/jvm/bin/exe
mv java java.old
mv javaw javaw.old
ln -s /opt/IBMJava2-141/jre/bin/java java
ln -s /opt/IBMJava2-141/jre/bin/javaw javaw
- As your notes system account:
/opt/lotus/bin/server -listen
-
Run a remote setup from your client. Do not install the http server option. I installed the required options plus the statistics and smtp server.
-
As your notes system account:
/opt/lotus/bin/server
vuala
The above configuration works. If you can figure out how to get the http server option working, let me know. When I tried to, it gave me this:
HTTP Server: Using Web Configuration View
Completed consistency check on events4.ntf
- Child Terminated from signal 11
Running cleanup script
NSD is in progress …
Running NSD
NSD is in progress …
Domino Halted. Type ‘quit’ to Terminate/Cleanup
Don’t quite know what is going on here.