dCache / nfs4j

Pure Java NFSv3 and NFSv4.2 implementation
Other
240 stars 76 forks source link

Add an example to REAMDE how to start the NFS server #4

Closed krichter722 closed 9 years ago

krichter722 commented 10 years ago

It is currently not clear how to start the server. README doesn't explain it and java -jar target/jpnfs-0.5.10-jar-with-dependencies.jar seems to require a config file named "SpringRunner" which is mentioned nowhere (Spring: IOException parsing XML document from file [/root/jpnfs/target/SpringRunner]; nested exception is java.io.FileNotFoundException: SpringRunner (No such file or directory) occurs at invokation of java -jar target/jpnfs-0.5.10-jar-with-dependencies.jar SpringRunner).

I experienced this trouble with git tag jpnfs-0.5.10 after building with mvn install.

kofemann commented 10 years ago

Hi,

thanks for info. We will update the readme with instructions hot to build, run and integrate into own project.

kofemann commented 9 years ago

a README file added by commit c8ddacaf1627875f6b35c28c9d6026edd0f1ece1