Skip to content

Commit

Permalink
Added config files
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaul123 committed Apr 11, 2011
1 parent e367dd3 commit 2db0b9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configfile.txt
@@ -0,0 +1,2 @@
//localhost:1099/cache0
//localhost:1100/cache1
5 changes: 5 additions & 0 deletions server.policy
@@ -0,0 +1,5 @@
grant {
permission java.net.SocketPermission "127.0.0.1:*", "connect,resolve";
permission java.net.SocketPermission "127.0.0.1:*", "accept";
permission java.security.AllPermission;
};

0 comments on commit 2db0b9b

Please sign in to comment.