From 37a4d4cfc62587bbe17a238ee9c9c935da6daa8f Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Mon, 8 Dec 2014 23:01:21 +0000 Subject: [PATCH 1/3] 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 From b045478f4ca50020e0de8b0db02b7c782ca98016 Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Mon, 8 Dec 2014 23:03:03 +0000 Subject: [PATCH 2/3] README.md edited online with Bitbucket --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca7abfc..3e849ae 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,7 @@ policy grant { permission java.security.AllPermission; -}; \ No newline at end of file +}; + +____ +rmiregistry launched in F:/Codes/Java/Programmazione_Distribuita/out/production/Programmazione_Distribuita/ \ No newline at end of file From c1e39564a870261f65c8819a7a40da719d61d7fc Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Mon, 8 Dec 2014 23:04:05 +0000 Subject: [PATCH 3/3] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e849ae..db07bb7 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ grant { }; ____ -rmiregistry launched in F:/Codes/Java/Programmazione_Distribuita/out/production/Programmazione_Distribuita/ \ No newline at end of file +rmiregistry launched in F:/Codes/Java/Programmazione_Distribuita/out/production/Programmazione_Distribuita/ for server/client executed from the same project \ No newline at end of file