Sunday, June 20, 2004

corba applet setup

1. copy every thing to gatekeeper dirctory
especially the html file and the applet class
2. osagent
3. run Vbj Server to start the server
4. modify the html to point to the right ior http://host:8088/gatekeeper.ior
5. modify java.policy

grant codeBase "http://host:8088/*" {
permission java.security.AllPermission
}
6. in IE http://host:8088/ClientApplet.html

In client side should setup the java.policy's permisson

0 Comments:

Post a Comment

<< Home