Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any working example of server based on NFS4J? #39

Closed
jianjin opened this issue Nov 11, 2016 · 4 comments
Closed

Is there any working example of server based on NFS4J? #39

jianjin opened this issue Nov 11, 2016 · 4 comments

Comments

@jianjin
Copy link

jianjin commented Nov 11, 2016

I searched through the google and went through the source code repository, i can not find a runnable server class which i could launch directly. Do we have one or what is the steps to build up one? The example in the readme need virtualfilesystem to be implemented. Do we have a example implementation?

@kofemann
Copy link
Member

Hi,

there is a demo/palyground server available at https://github.com/kofemann/simple-nfs. Must be simple to start with it:

$ mvn clean package
$ java -jar target/simple-nfs-1.0-SNAPSHOT-jar-with-dependencies.jar

@jianjin
Copy link
Author

jianjin commented Nov 11, 2016

Thanks. Do you know if there is a client implementation? The client(main)
in the repository does have some operations like Lock,Lockt

On Friday, November 11, 2016, Tiramisu Mokka notifications@github.com
wrote:

Hi,

there is a demo/palyground server available at
https://github.com/kofemann/simple-nfs. Must be simple to start with it:

$ mvn clean package
$ java -jar target/simple-nfs-1.0-SNAPSHOT-jar-with-dependencies.jar


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#39 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAZXKTtP7JtdGBi593B9QYkxdFl0zHUpks5q9N_WgaJpZM4KwJBt
.

Best Regards!

Jian Jin

@kofemann
Copy link
Member

You should use OS native clients. The included client is for testing purposes only.

@jianjin
Copy link
Author

jianjin commented Nov 14, 2016

Thanks.

@jianjin jianjin closed this as completed Nov 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants