We are trying to use Macromedia’s JRun to handle our Domino servlets, and could use some advice.
Is it possible to create a session with NotesFactory,createSession(“”, httpRequest) ? In other words, as a local call?
(Win2000, ND6.5.1, LTPA, IIS, Internet Sites)
(By the way, the undocumented call above is needed when using LTPA and Internet Sites, per IBM)
The above createSession works fine with the Domino servlet engine, and with JRun IF the user has not authenticated. But once an LTPA token is present, the JRun app crashes.
We’ve gotten it to work using IIOP, with createSession(hostname, httprequest), but wouldn’t it be faster with a local call pattern? Is a local call possible?
Is JRun a good idea in the first place?
Any advice will be appreciated.