From 850ca2c465bf756d9b099f75eb0b917ba2d83c8e Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Mon, 8 Dec 2014 22:59:04 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8d1d83 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +VM arguments: +-Djava.security.policy=F:\Codes\Java\Programmazione_Distribuita_Server\policy +-Djava.rmi.server.codebase=http://localhost/java_classes_pd/ + + +http server by wamp with alias. + +Alias /java_classes_pd "F:/Codes/Java/Programmazione_Distribuita/out/production/Programmazione_Distribuita/" + + + Options Indexes FollowSymLinks MultiViews + AllowOverride all + + Require local + + + Order Deny,Allow + Deny from all + Allow from localhost ::1 127.0.0.1 + + + + +policy +grant { + permission java.security.AllPermission; + +}; +