My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
xCMISBuildDemo  
HOW TO build xCMIS server with demo applications
Phase-Deploy, Featured
Updated May 3, 2012 by andrew...@gmail.com

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

Introduction

The result of that you'll have the Tomcat bundle with xCMIS Demo application.

Build xCMIS Demo application and assembly it with Tomcat server application

command within root project folder.

  • Go to the folder that contains sources and run command
  • mvn clean install

command within root project folder.

  • Build
    • Go to "xcmis-server-tomcat-demo"
    • Run
    • mvn clean install -Passembly -Dtomcat.distrib=/PATH/TO/TOMCAT/DISTRIBUTIVE
    command within folder.
The result of that you'll have the Tomcat bundled with xCMIS Demo web application archive "xcmis-tomcat", placed at "xcmis-server-tomcat-demo/target".

Run Tomcat

  • Go to xcmis-server-tomcat-demo/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
  • Open a terminal and 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


Sign in to add a comment
Powered by Google Project Hosting