// In Java applet code need to be changed to
Naming.rebind("//osprey7.npac.syr.edu:9911/DBCServer", obj);
// HTML file need to changed to
// Setup environment parameters
setenv CLASSPATH .:/usr/npac/jdk1.1.4/lib/classes.zip:/usr/npac/weblogic/classes
// Compile the example
javac DBC/*.java
// Generate Stubs and Skeletons
rmic -d /servers/cgi-http-class/htdoc/arlspring98-docs/v11/RMI DBC.DBCImpl
// Start the DBCServer
java -Djava.rmi.server.codebase=http://osprey7.npac.syr.edu:3768/arlspring98-docs/v11/RMI/ DBC.DBCImpl &
// Run
appletviewer http://osprey7.npac.syr.edu:3768/arlspring98-docs/v11/RMI/DBC/index.html