|
xCMISBuild
This document refers to 1.1.x and 1.2.x version of xCMIS. Assembly xCMIS applicationAssembly xCMIS server WAR applicationThe result of that you'll have the xCMIS web application archive "xcmis.war" placed at "xcmis-server-war/target".
svn checkout http://xcmis.googlecode.com/svn/tags/1.2.1 xcmis-read-only cd xcmis-read-only mvn clean install command within root project folder. See how to build xCMIS server WAR with other predefined profiles xCMISBuildTricks#Build_xCMIS_server_WAR_with_other_predefined_profiles Assembly xCMIS with Tomcat server applicationThe result of that you'll have the Tomcat with xCMIS web application archive bundle "xcmis-tomcat", placed at "xcmis-server-tomcat/target".
mvn clean install -Passembly -Dtomcat.distrib=/PATH/TO/TOMCAT/DISTRIBUTIVE command within folder. Run Tomcat
Open a DOS prompt command and type the commandxcmis.bat run
Type the command:./xcmis.sh runYou may need to change the permission of all *.sh files in the tomcat/bin dir by using: chmod +x *.sh Access xCMIS server
See also
TODO |
► Sign in to add a comment