Thursday, June 4, 2009

The Properties of Tomcat Server

Tomcat System Properties
 
System.getProperty("catalina.base");
System.getProperty("catalina.home");
System.getProperty("catalina.config");
System.getProperty("user.dir");
 
ServletContext.getRealPath("/WEB-INF/");