Hello. I have a servlet in Tomcat that creates a DominoSession.
Two clustered Domino servers…both run Tomcat. Each Tomcat server contains the same servlet except the servlet is pointed via http to it’s own respective Domino server/database.
One servlet is running ok, the other servlet is throwing:
NotesException: Could not get IOR from Domino Server: java.net.ConnectException: Connection refused
I have checked…
-
diiop is running and enabled in both clustered server documents (under the DIIOP tab in Ports)
-
the port 63148 is specified in both servlet config files in Tomcat and matches the tcp/ip port number under the DIIOP tab in both clustered server documents
-
Authentication options under the DIIOP tab have Yes set for both Name & password and Anonymous.
In fact, the server documents for the two clustered servers are identical for the port stuff, except for the net address. I have pretty much exhausted all my alternatives. It is really strange since these are clustered. Does anybody have any ideas? Thank you very much.