<-! - The Resin configuration file -. - This example file is more complicated than is needs to be because - it makes several configurations explicit that can be simplified and - because it needs to configure the examples -. - Look in conf / samples for more realistic sample configurations -. conf / samples / simple.conf - a simple, basic configuration - conf / samples / deploy.conf - a simple configuration for deployment - -. The configuration is based on a purely element-based XML To Make - IT Easier To Read, Attributes Can Be Used As Syntactic Sugar. - - The FOLLOWING Are Equivalent: -
->
-
resin user-name> -
->
is a default for all hosts. ->
<-! - The "invoker" servlet invokes servlet classes from the URL -. / Examples / basic / servlet / HelloServlet will start the HelloServlet -. Class In general, the invoker should only be used - for development, not on a deployment Server, Because IT Might - Leave Open Security Holes. ->
->
<-! - Define applications (ServletContexts) for the examples -. Since applications are entirely separate from one another, - including session variables and servlet-mappings, the - servlet-mapping declarations need to be repeated -.>