Ejip.Net File FAQ

File FAQ Overview
This FAQ answers common questions related to working with files in the Ejip.Net J2EE hosting environment.Please feel free to contact support with any questions or suggestions.

File FAQ Contents
  1. File FAQ Overview
  2. File FAQ Contents
  3. How do I get to my directories in Ejip.Net?

How do I get to my directories in Ejip.Net?
Ejip.Net sets the system properties app.html and app.data in every account. To access this from your account, do:
//Get the html directory
File appHtml = new File(System.getProperty("app.html"));
//Get the data directory
File appData = new File(System.getProperty("app.data"));


Our new name is Evolution Hosting.
Copyright © 1999 - 2007, Evolution Hosting. All rights reserved.

Java and all Java-based marks are trademarks or registered trademarks of Sun  Microsystems, Inc. in the U.S. and other countries.