You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Leonardo <cl...@virtual-ink.com> on 2000/08/09 16:05:25 UTC

RMI configuration issues

I am having a problem connecting to a Jini/RMI server through tomcat.  I
have a jsp which relies on this connection to display needed info.  I have
attempted to place -Djava.rmi.server.codebase=blah into the tomcat.sh file
right after the JAVACMD configuration.  When tomcat starts it claims the
file or directory does not exist.  I was wondering if anyone knows where
these type of java command line arguments go in the tomcat.sh file (or if
they go here at all).

This JSP/Servlet combo needs to be able to export a remote object with its
codebase set properly (So the Jini Lookup Service can notify the servlet of
remote events).

--Chris