| Hosting the Java PowerDash Server PowerDash 1.1
-
Download the PowerDash Web Archive.
-
Customize the
WEB-INF/web.xml file:
- Finde the servlet initialization parameter
dataRootPath.
- Set it to the absolute or relative (with respect to WebAppRoot) path where to
store user data (presentations, uploaded media, etc.).
Never choose a path inside WebAppRoot!
- Deploy to a servlet container, for example Tomcat 5.5.
- Start the PowerDash Manager to initialize the database.
|