Notes ----- - You need Ant 1.4 or higer (see http://jakarta.apache.org/ant) to build examples with minimum effort - JSDK 2.0 servletrunner does not support applet clients and throws an exception if the browser closes the connection - There are two default user accounts in "BBS Demo" example: 1) user name: "SYSOP", password: "SYSOP" 2) user name: "guest", password: "" (empty) New accounts are created automatically. - Non-applet clients are set up for use with JSDK 2.0, but you can try them also with Tomcat or other containers. Just change the servlet registry URL, which is located: - for HelloExample: in "HelloClient.java" - for bbsdemo: in value in "dontview.html" Examples installation instructions for use with JSDK 2.0 servletrunner ----------------------------------- 1) Change directory to miniRMI root 2) Set correct values of properties in build.properties 3) Run "ant install" (setup of miniRMI "rmic" Ant support) 4) Run "ant examples" 5) Change directory to examples\HelloExample\server 6) Run "run_servlet.bat" 7) Change directory to examples\HelloExample\client 8) Run "run_client.bat" Examples installation instructions for use with Tomcat 3.2/4.0 servlet container (see http://jakarta.apache.org/tomcat) --------------------------------------------- 1) Change directory to miniRMI root 2) Set correct values of properties in build.properties 3) Run "ant install" (setup of miniRMI "rmic" Ant support) 4) Run "ant examples_war" 5) Move examples\minirmi_examples.war to Tomcat's webapps directory 6) Restart Tomcat 7) View example under /minirmi_examples context (i.e. visit url like http://localhost:8080/minirmi_examples/index.html) Examples installation instructions for use with Tomcat 3.3 servlet container (see http://jakarta.apache.org/tomcat) --------------------------------------------- 1) Change directory to miniRMI root 2) Set correct values of properties in build.properties 3) Run "ant install" (setup of miniRMI "rmic" Ant support) 4) Run "ant examples_war" 5) Move examples\minirmi_examples.war to Tomcat's webapps directory 6) Restart Tomcat 7) View example under /minirmi/examples context (i.e. visit url like http://localhost:8080/minirmi/examples/index.html) Examples installation instructions for use with other "Servlet 2.2/2.3" containers ----------------------------------------------- 1) Change directory to miniRMI root 2) Set correct values of properties in build.properties 3) Run "ant install" (setup of miniRMI "rmic" Ant support) 4) Run "ant examples_war" 5) Deploy examples\minirmi_examples.war (consult your servlet container documentation how to do it)