You access the files with the standard java.io package.
For help in converting from website-relative path to an actual location on disk, you can use the methods of ServletContext.
- getRealPath(String) - takes a website relative path, and returns you a real location on disk - getResourceAsStream(String) - takes a website relative path, and returns an input stream to that resource.