Jose Quinteiro - 2005-06-03

Hello,  I followed the instructions here:

http://mc4j.sourceforge.net/usageTomcat.html#Connecting%20MC4J%20to%20Tomcat%205.5

And they worked well (correcting for typos) with Tomcat under Windows.  I absolutely could not connect to Tomcat under Linux until I set JAVA_OPTS like this:

JAVA_OPTS="-Djava.rmi.server.hostname=(real-host-name)"

Replace "(real-host-name)" with the Tomcat server's hostname i.e., NOT "localhost".