JSP and Domino

I’m attempting to access Domino from a Tomcat server. I am able to access the Domino server successfully the first time I hit the page, however the second time I hit the jsp Page I get the following error:

org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(IIOPConnection.java:438) at com.sun.corba.se.internal.iiop.ReaderThread.run(ReaderThread.java:70)

The JSP page is just connecting to the Domino Session and returning the Domino session.

Thanks in advance.

Subject: JSP and Domino

Did you get this to work?

Might check to see if tomcat is doing tag caching. Had to turn it off in JBoss for Domino JSP tags to work, expect the same in tomcat.