My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
xCMISBuild  
HOW TO build bare xCMIS server
Phase-Deploy, Featured
Updated Mar 28, 2012 by ksms...@gmail.com

This document refers to 1.1.x and 1.2.x version of xCMIS.

Assembly xCMIS application

Assembly xCMIS server WAR application

The result of that you'll have the xCMIS web application archive "xcmis.war" placed at "xcmis-server-war/target".
  1. Prerequisites:
    • Maven version 2.2.0 (or higher).
  2. Run
  3. 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 application

The result of that you'll have the Tomcat with xCMIS web application archive bundle "xcmis-tomcat", placed at "xcmis-server-tomcat/target".
  1. Prerequisites:
    • Apache Tomcat 6.0.32 from official binary distributions
    • Maven version 2.2.0 (or higher).
    • xcmis.war has to be built as described in step before in "Assembly xCMIS server WAR application".
  2. Build
    • Go to "xcmis-server-tomcat"
    • Run
    • mvn clean install -Passembly -Dtomcat.distrib=/PATH/TO/TOMCAT/DISTRIBUTIVE
    command within folder.

Run Tomcat

  • Go to xcmis-server-tomcat/target/xcmis-tomcat/bin
  • On the Windows platform
  • Open a DOS prompt command and type the command
    xcmis.bat run
  • On Unix/linux/cygwin/MacOSX
  • Type the command:
    ./xcmis.sh run
    You may need to change the permission of all *.sh files in the tomcat/bin dir by using: chmod +x *.sh

Access xCMIS server

  • Default service credential: username is root and password is exo.

See also

  • HOW TO build and run xCMIS server with demo application
  • HOW TO configure xCMIS server
  • HOW TO skip tests, chose the CMIS tranpost or generate JavaDocs

TODO


Sign in to add a comment
Powered by Google Project Hosting