README.md edited online with Bitbucket
This commit is contained in:
24
README.md
24
README.md
@@ -1,24 +1,10 @@
|
|||||||
VM arguments:
|
VM arguments:
|
||||||
-Djava.security.policy=F:\Codes\Java\Programmazione_Distribuita_Server\policy
|
-Djava.security.policy=path/to/policy
|
||||||
-Djava.rmi.server.codebase=http://localhost/java_classes_pd/
|
-Djava.rmi.server.codebase=http://localhost/pdserver/
|
||||||
|
-Djava.rmi.server.useCodebaseOnly=false
|
||||||
_____________
|
_____________
|
||||||
|
|
||||||
http server by wamp with alias.
|
http server by wamp with alias or symlinks to project output class directory.
|
||||||
|
|
||||||
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
|
policy
|
||||||
@@ -27,4 +13,4 @@ grant {
|
|||||||
|
|
||||||
};
|
};
|
||||||
_________
|
_________
|
||||||
rmiregistry launched in F:/Codes/Java/Programmazione_Distribuita_Server/out/production/Programmazione_Distribuita_Server/
|
rmiregistry launched in project output class directory or with -J-Djava.rmi.server.codebase=http://localhost/pdserver/
|
||||||
Reference in New Issue
Block a user