.localtomcat.properties
From Plex-XML
The .localtomcat.properties file contains all the properties you need to adjust the general Obxxxsvr.properties, the Context.xml and some XSLT files to your local configuration. It is a copy of the deployment/localtomcat.properties template.
- There is also a servertomact.properties file for your server deployment.
- Typically this file is not shared to the CVS.
- HINTS
- Be aware to use the normal '/' instead of the '\' when you change any path details in ANT.
- In a new project just checked out from CVS you might not have a .localtomcat.properties file. Go to the deployment folder of this project and copy the localtomcat.properties (without a . in front of it!). Paste this file into the main directory of the project and rename it to .localtomcat.properties (with a . in front of it) and adjust the conttent according to your environment.
# ----- Local deployment adjustments ----- # # Security Parameter software-name=SECURITY system-name=BASE # ----- Log4J Logfile configuration ----- # # File name server-name=tutorial # Log level WARN, INFO, DEBUG log4jlevel=DEBUG # ----- JDBC Settings ----- # jdbc-resourcename=tutorial <-- until PlexXML 08.2001 jdbc-resourcename=jdbc/security <-- since PlexXML 08.2011 jdbc-jndi-ref=java:comp/env/ jdbc-driver=net.sourceforge.jtds.jdbcx.JtdsDataSource jdbc-datasource=jdbc:jtds:sqlserver://127.0.0.1:1433/Tutorial;user=change_this_to_your_user_name;password=change_this_to_your_password jdbc-user=change_this_to_your_user_name jdbc-password=change_this_to_your_password # ----- DB type examples: mysql / msssql / db2 dbtype=mssql # ----- LDAP Settings ----- # LDAP-Basename=cn=Users,dc=allabout,dc=de LDAP-User=cn=uname,cn=Users,dc=allabout,dc=de LDAP-Password=pword LDAP-Host=212.242.133.255 LDAP-Port=389 # ----- obxxxsvr.properties ----- # sessioncheck=cache securitycheck=true fromQualifierSECURITY= fromQualifierSECXML= # ----- XSLT ----- # # Directory of your WEB-INF/resources/ HTML filter directory ----- # common_html=ajax_html