The following code I can run without problem within Tomcat,
Session session = NotesFactory.createSession((String)null, (String)null, "password");
but in Websphere, I got exception below:
SystemErr R NotesException: Could not open the ID file
SystemErr R at lotus.domino.local.Session.NCreateSessionWithPasswd(Native Method)
SystemErr R at lotus.domino.local.Session.createSession(Unknown Source)
SystemErr R at lotus.domino.NotesFactory.createSessionUP(Unknown Source)
SystemErr R at lotus.domino.NotesFactory.createSession(Unknown Source)
It is so wired, I did check the ID file existence, at the same computer, I can also execute Lutos Notes client without problem. I really have no idea now what I can do now? Please advise.