On Jul 10, 2008, at 4:29 PM, Chris Kurtz wrote:


We have a Java servlet that is currently pulling data from AFS and treating it like local disk or an NFS mount.

Is this the best way to do this? Is there a Java API or some way for servlets to access AFS directly?

For this application, we have AFS set to not need tokens (via an internal host acl).

That's the best thing to do -- you should run your JVM within a a PAG that has tokens to provide it with some authentication, though.

-rob
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to