HELP! - Modifying Catalina.bat for RMI

2002-07-17 Thread James Milks
Hi all, I searched the archives on this one, but couldn't find any answers, sorry if it is basic. I rebuilt my laptop and decided to upgrade from TOMCAT 3 to TOMCAT 4 (on Win2k pro with JDK 1.4). I managed to get everything working except RMI. I suspect that I simply need to add a configuration

Re: HELP! - Modifying Catalina.bat for RMI

2002-07-17 Thread Simon Oldeboershuis
Hi James, I am using tomcat together with JOnAS EJB-Server, therefore I needed RMI as well. I changed one line to set the correct JNDI properties: set JAVA_OPTS=-Djava.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory -Djava.naming.provider.url=rmi://localhost:1099