I am trying to setup ModeShape AS7 Kit on JBoss Application Server 7.1.1. The ModeShape has the following structure.
/docs
/schema
modeshape_1_0.xsd
/modules
/javax/jcr/*
/org/modeshape/*
/org/hibernate/search-engine/4.1/*
/org/apache/lucene/3.5/*
/standalone
/configuration/
standalone-modeshape.xml
/deployments
/modeshape-rest.war/
.dodeploy
/META-INF/*
/WEB-INF/*
Could somebody help on where these files to be copied to JBoss AS7 installation directories in order for ModeShape to be up and running?
Thanks in advance.