The following topic describes TrackStudio Enterprise installation and configuration (WAR distribution).
You cannot install several TrackStudio instances (test and production, for example) on the same application server instance.
After the TrackStudio.war deployment, create the [RESIN_HOME]/webapps/WEB-INF/lib directory. Unpack the TrackStudio.war somewhere and copy the following files into this directory:
Uncomment the following line in trackstudio.hibernate.properties:
# hibernate.query.factory_class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
Set character encoding in the web.xml if required:
<jsp-config> ... <jsp-property-group> ... <page-encoding>UTF-8</page-encoding> </jsp-property-group> ... </jsp-config>
Copyright (c) 2002-2006. All rights reserved.
|
What do you think about this topic? Send feedback!
|