# hipergate sample configuration file
# Thu Jun 21 02:44:43 CEST 2001

# PostgreSQL Connection Parameters
# driver=org.postgresql.Driver
# dburl=jdbc:postgresql://192.168.1.70:5432/hgoltp2d
# schema=
# dbuser=knowgate
# dbpassword=knowgate

# Oracle Connection Parameters
# driver=oracle.jdbc.driver.OracleDriver
# dburl=jdbc:oracle:thin:@192.168.1.10:1521:ORC1
# schema=HIPERGATE
# dbuser=HIPERGATE
# dbpassword=HIPERGATE

# SQL Server 2000 Connection Parameters
# driver=com.microsoft.jdbc.sqlserver.SQLServerDriver
# dburl=jdbc:microsoft:sqlserver://192.168.1.24:1433;SelectMethod=cursor;DatabaseName=hipergate20
# If SelectMethod=cursor is omitted, JDCConnectionPool will be unable to reuse existing connections
# schema=dbo
# dbuser=sa
# dbpassword=kg

# SQL Server 2005 Connection Parameters
# driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
# dburl=jdbc:sqlserver://192.168.1.24:1433;SelectMethod=cursor;DatabaseName=hipergate20
# If SelectMethod=cursor is omitted, JDCConnectionPool will be unable to reuse existing connections
# schema=dbo
# dbuser=sa
# dbpassword=kg

# MySQL 5.x Connection Parameters
# driver=com.mysql.jdbc.Driver
# dburl=jdbc:mysql://db-linux-01.lab.kg.lan/hgmysql1d
# schema=
# dbuser=sysadm
# dbpassword=knowgate

# Connection pool parameters
# poolsize=32
# maxconnections=100
# connectiontimeout=60000
# logintimeout=20
# connectionreaperdelay=30000

# Local Directories
# temp=/tmp
# shelldir=/opt/knowgate/knowgate/shell

# Shared Directories
fileprotocol=file://
fileserver=localhost
fileuser=
filepassword=

# Web server base HTTP URL
webserver=http://localhost:8001/knowgate

# Imeges server base HTTP URL (optional)
# imageserver=http://localhost:8001/knowgate/images

# Directory where files not directly reachable throught HTTP are stored
storage=/opt/knowgate/storage

# Directory where files directly reachable throught HTTP are stored
workareasput=/opt/knowgate/web/workareas

# Relative path from webserver HTTP URL to workareas directory
workareasget=/knowgate/workareas

# file upload 
maxfileupload=10485760

# Operation Mode
# PUREJAVA=0, UNIX=1, WINDOWS = 2;
javamode=0

# XML Schema Validation (0=false,1=true)
# setXMLValidation=1

# Maximum numbers of threads started by the job scheduler
# maxschedulerthreads=1

# JavaMail
# Apendix A http://java.sun.com/products/javamail/JavaMail-1.2.pdf

mail.transport.protocol=smtp
mail.store.protocol=pop3
# mail.incoming=pop3.yourserver.com
# mail.outgoing=pop3.yourserver.com
# mail.user=user@yourserver.com

# Lucene

# luceneindex=/opt/knowgate/lucene
# analyzer=org.apache.lucene.analysis.SimpleAnalyzer

# LDAP

# ldapconnect=ldap://server.kg.int:389/dc=hipergate,dc=org
# ldapuser=cn=Manager,dc=hipergate,dc=org
# ldappassword=manager
# ldapclass=com.knowgate.ldap.LDAPNovell
