Environment

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{| border="1"
 
{| border="1"
 
|-  
 
|-  
|| tag||meaning||default
+
|| directive||meaning||default
 
|-
 
|-
 
|| <[[authenticator]]> || configures an authenticator
 
|| <[[authenticator]]> || configures an authenticator
 
|-  
 
|-  
|| <[[bean|bean configuration tag]]>||configures a user bean (see [[Inversion of Control]])
+
|| <[[bean configuration directive|bean]]>||configures a user bean (see [[Inversion of Control]])
 
|-  
 
|-  
 
|| <case-insensitive>||marks the environment as case-insensitive for URLs and filenames||false
 
|| <case-insensitive>||marks the environment as case-insensitive for URLs and filenames||false
Line 11: Line 11:
 
||<character-encoding>||the default character encoding for the environment|UTF-8
 
||<character-encoding>||the default character encoding for the environment|UTF-8
 
|-
 
|-
|| <[class-loader]>||configures the class loaders for the environment
+
|| <[[class-loader]]>||configures the class loaders for the environment
 
|-  
 
|-  
|| <[ejb-server]>||configures an EJB server or Amber
+
|| <[[ejb-server]]>||configures an EJB server or Amber
 
|-  
 
|-  
||<env-entry>||configures a [JNDI] constant
+
||<env-entry>||configures a [[JNDI]] constant
 
|-  
 
|-  
||<[database]>||configures a database
+
||<[[database]]>||configures a database
 
|-  
 
|-  
||<[dependency]>||adds a named file as a dependency to the environment
+
||<[[dependency]]>||adds a named file as a dependency to the environment
 
|-  
 
|-  
||<[dependency-check-interval]>||how often the environment should be checked for changes
+
||<[[dependency-check-interval]]>||how often the environment should be checked for changes
 
|-  
 
|-  
 
||<javac>||configures the java compiler for internal compilation
 
||<javac>||configures the java compiler for internal compilation
 
|-  
 
|-  
||<jndi-link>||links an external [JNDI] reference to the local JNDI or renames a JNDI name
+
||<jndi-link>||links an external [[JNDI]] reference to the local JNDI or renames a JNDI name
 
|-  
 
|-  
 
||<[[Log Configuration|log]]>||configures the java.util.logging log
 
||<[[Log Configuration|log]]>||configures the java.util.logging log
 
|-  
 
|-  
||<reference>|configures a javax.naming.Reference object
+
||<reference>||configures a javax.naming.Reference object
 
|-  
 
|-  
||<[resin:if|resin if]>||configures a block conditionally
+
||<[[resin if|resin:if]]>||configures a block conditionally
 
|-  
 
|-  
||<[resin:import|resin import]>||imports a file into the current tag
+
||<[[resin import|resin:import]]>||imports a file into the current directive
 
|-  
 
|-  
 
||resin:message||output a log message during configuration
 
||resin:message||output a log message during configuration
 
|-  
 
|-  
||<[resin:set|resin set]>||sets a variable or jndi-value
+
||<[[resin set|resin:set]]>||sets a variable or jndi-value
 
|-  
 
|-  
||<[resin choose|resin:choose]>||selects one of a group of choices.
+
||<[[resin choose|resin:choose]]>||selects one of a group of choices.
 
|-  
 
|-  
||<resource>||configures a user resource or bean (see [Inversion of Control])
+
||<resource>||configures a user resource or bean (see [[Inversion of Control]])
 +
|-
 +
||<resource-default>||default configuration for a .rar resource
 
|-  
 
|-  
 
||<resource-deploy>||configures a directory for .rar expansion
 
||<resource-deploy>||configures a directory for .rar expansion

Latest revision as of 22:50, 5 April 2006

directive meaning default
<authenticator> configures an authenticator
<bean> configures a user bean (see Inversion of Control)
<case-insensitive> marks the environment as case-insensitive for URLs and filenames false
<character-encoding> UTF-8
<class-loader> configures the class loaders for the environment
<ejb-server> configures an EJB server or Amber
<env-entry> configures a JNDI constant
<database> configures a database
<dependency> adds a named file as a dependency to the environment
<dependency-check-interval> how often the environment should be checked for changes
<javac> configures the java compiler for internal compilation
<jndi-link> links an external JNDI reference to the local JNDI or renames a JNDI name
<log> configures the java.util.logging log
<reference> configures a javax.naming.Reference object
<resin:if> configures a block conditionally
<resin:import> imports a file into the current directive
resin:message output a log message during configuration
<resin:set> sets a variable or jndi-value
<resin:choose> selects one of a group of choices.
<resource> configures a user resource or bean (see Inversion of Control)
<resource-default> default configuration for a .rar resource
<resource-deploy> configures a directory for .rar expansion
<stderr-log> redirects System.err
<stdout-log> redirects System.out
<system-property> sets a value of System.getProperty
<temp-dir> configures a temporary directory
<work-dir> WEB-INF/work
Personal tools