KnowGate Open Source CRM
es en

JBoss

Instalación paso a paso

Contribuido por Nam Tu Nguyen

1. Create the datamodel using abbinary dump instead of the Setup Wizard. Java BeanShell (required by the Setup Wizard) does not work on JBoss.
2. Manually configure hipergate.cnf
3. Copy libraries from /WEB-INF/lib to %JBOSS_HOME%/server/default/lib/
4. Create a connection for JBoss at %JBOSS_HOME%/server/default/deploy/
5. Make a copy of hsql-ds.xml for the database that it is going to be used. For example, if it is PostgreSQL it may be postgre-ds.xml like:

  <local-tx-datasource> 
  <jndi-name>KnowgateDS</jndi-name> <connection-url>jdbc:postgresql://127.0.0.1:5432/hgoltp8t</connection-url> 
  <!-- Driver Class --> 
  <driver-class>org.postgresql.Driver</driver-class> 
  <!-- User and Password --> 
  <user-name>knowgate</user-name> 
  <password>knowgate</password> 
  <security-domain>PostgreSqlDbRealm</security-domain> 
  <metadata> 
  <type-mapping>Postgre SQL</type-mapping>
  </metadata> 
  </local-tx-datasource> 
				  

A service is not required nor any thing else. Only modify /default/conf/login-config.xml.
Copy hipergate.war to /server/default/deploy
and browse http://localhost/hipergate/

hipergate © 2003-2013 KnowGate. Algunos derechos reservados [Copyright] [Política de Privacidad] [Valid XHTML 1.0] [Valid CSS 3]