Deployment
On the server:
rmic MessageWriterImpl
javac HelloServer
Copy the stub class file MessageWriterImpl_Stub.class from server to an appropriate Web Server directory. In our example this will be /home/httpd/html/users/dbc/ on sirah.
Make sure the class file is visible: check with a browser!
Copy the interface definition (either MessageWriter.java or MessageWriter.class will do) from server to client.
Make sure the file policy.all exists.