<Valve className="org.apache.catalina.authenticator.BasicAuthenticator" disableProxyCaching="false" />
<Parameter name="trace" value="C:\Documents and Settings\Administrateur\Bureau\tersus-server-1.3.6\TERSUS-applications\application_grh/work/trace" override="true" />
<Parameter name="repository_root" value="C:\Documents and Settings\Administrateur\Bureau\tersus-server-1.3.6\TERSUS-applications\application_grh/models" />
<Parameter name="root_system" value="application_grh/application_grh" />
<Parameter name="model_libraries" value="C:\Documents and Settings\Administrateur\Bureau\eclipse-platform-3.4.2-win32\eclipse\workspace\application_grh/WEB-INF/common.trl" />
<Parameter name="local_web_directories" value="C:\Documents and Settings\Administrateur\Bureau\tersus-server-1.3.6\TERSUS-applications\application_grh/web;C:\Documents and Settings\Administrateur\Bureau\tersus-server-1.3.6\TERSUS-applications\application_grh/models" />
<Parameter name="timestamp_file" value="C:\Documents and Settings\Administrateur\Bureau\tersus-server-1.3.6\TERSUS-applications\application_grh/.timestamp" />
<Parameter name="init_db" value="true" />
<Parameter name="check_db" value="true" />
<Parameter name="dev_mode" value="true" />
- <!--
Setup of the 'Main' DataSource
-->
f(clean);
<Resource name="jdbc/Main" driverClassName="org.postgresql.Driver" maxActive="20" maxIdle="10" maxWait="10000" type="javax.sql.DataSource" username="postgres" password="128256512" url="jdbc:postgresql://application_grh.tersus.com/Databast_Sotetel" validationQuery="select now()" />
- <!--
Authentication setup
If your application does not require authentication (i.e. it does not use the Authorization module),
comment out the following Realm element.
-->
f(clean);
- <!--
<Realm className="org.apache.catalina.realm.JDBCRealm"
debug="0"
driverName="org.postgresql.Driver"
connectionURL="jdbc:postgresql://application_grh.tersus.com/Databast_Sotetel"
connectionName="postgres"
connectionPassword="128256512"
userTable="Users" userRoleTable="User_Roles"
userNameCol="User_ID" userCredCol="Password" roleNameCol="Role"/>
-->
f(clean);
</Context>