Do I get my own WEB-INF directory?
Yes, you have your own WEB-INF directory. The WEB-INF directory is for your default Web application and is located under your root directory. You can also create other Web applications by creating subdirectories under your root directory and create a WEB-INF directory under it, or you can upload a war file in the root directory. The war file automatically expands into a subfolder of the same name under the root directory.
NOTE: Web applications can only write to the /tmp folder.




