From 37a4d4cfc62587bbe17a238ee9c9c935da6daa8f Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Mon, 8 Dec 2014 23:01:21 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb6592d..ca7abfc 100644 --- a/README.md +++ b/README.md @@ -1 +1,33 @@ -Corso di Programmazione Distribuita, Unisa 2015-2015 con Scarano. \ No newline at end of file +Corso di Programmazione Distribuita, Unisa 2015-2015 con Scarano. + + +Vm arguments: +-Djava.security.policy=F:\Codes\Java\Programmazione_Distribuita\policy +-Djava.rmi.server.codebase=http://localhost/java_classes_pd_server/ +_____ + +http server by wamp with aliases +Alias /java_classes_pd_server "F:/Codes/Java/Programmazione_Distribuita_Server/out/production/Programmazione_Distribuita_Server/" + + + 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; + +}; \ No newline at end of file