README.md edited online with Bitbucket
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -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/"
|
||||
|
||||
<Directory "F:/Codes/Java/Programmazione_Distribuita/out/production/Programmazione_Distribuita/">
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride all
|
||||
<IfDefine APACHE24>
|
||||
Require local
|
||||
</IfDefine>
|
||||
<IfDefine !APACHE24>
|
||||
Order Deny,Allow
|
||||
Deny from all
|
||||
Allow from localhost ::1 127.0.0.1
|
||||
</IfDefine>
|
||||
</Directory>
|
||||
|
||||
|
||||
policy
|
||||
grant {
|
||||
permission java.security.AllPermission;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user