Following statement is In "DFS Deployment Guide 6.5" , P22. //
Deploying on Apache Tomcat
Deploying services on an Apache Tomcat application server involves deploying the WAR file to
the webapps directory and modifying the server.xml file. To deploy on Apache Tomcat: For more
information on deploying web applications, refer to your Apache Tomcat documentation.
1. Stop the Apache Tomcat server.
2. Copy the emc‑dfs.war file to the <TomcatHome>/webapps directory.
3. Modify the <TomcatHome>/conf/server.xml file and add the following line inside the <host>
element.
<Context path="" docBase="emcdfs"
debug="0" reloadable="true" />
4. Start the Apache Tomcat server.
//
Where is emc‑dfs.war? I can't find emc‑dfs.war. Of course I installed contentserver6.5, docbase etec..
Is there anyone who know about thing ?