Sign up for an instant free trial.
Or try a fully functional demo.

Evolution Hosting is a reliable hosting environment designed expressly for Java™ applications. The myEvolution Control Center provides comprehensive management tools, automates system administration chores, and implements best practices.

Evolution Hosting File FAQ

File FAQ Overview
This FAQ answers common questions related to working with files in the Evolution Hosting 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 Evolution Hosting?

How do I get to my directories in Evolution Hosting?
Evolution Hosting 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"));

Terms | Privacy | Copyright Home | Sign Up | Products | Services | Contact Support | Manual | Webmail | Login