User Guide
Document Index:
User Guide (this page)
You will need to have the following in your CLASSPATH when you build your XSpace application:
<xspace_home>xspace.jar
<xspace_home>lib/*.jar
<xspace_home>libJBoss/*.jar
When you run your application, in addition to the above, you will also need to include in your CLASSPATH, the path to where jndi.properties resides.
There is a jndi.properties in the <xspace_home>/classes directory. To use this default one, add “<xspacehome>/classes” to your CLASSPATH.
jndi.properties specifies the parameters for connecting to the JNDI service in your application server.
The default jndi.properties is configured for JBoss and is in the directory, <xspace_home>/classes.
You must include the path where jndi.properties resides in your run-time class path.
Database configuration is held in <xspace_home>/src/hibernate.cfg.xml. The default database used by the XSpace server is in-memory HSQLDB.
To change the database to something else you will need to modify this file – specifically the following properties:
Refer to the hibernate documentation for the databases it supports.
After making your changes, rebuild and deploy the xspace.jar file, using the ant target “deploy”.
(To be done)