Scott,

We've been trying out resin for a couple of months now and we've had no 
stability problems so far. This is a copy of my resin.conf file (I leave 
web.xml exactly as it was).

(all of our webapps are in a directory /webapps  and the url for 
Index.vm is http://localhost:8080/servlet/template/Index.vm)

Hope this is of some help,

Rich

<caucho.com>

     <http-server class-update-interval='0'>

     <http port='8080'/>
     <srun host='127.0.0.1' port='6802'/>

     <host id='localhost'>

       <app-dir>/webapps/app1/</app-dir>
       <servlet-mapping url-pattern='servlet/*' servlet-name='turbine'/>
       <servlet servlet-name='turbine' servlet-
class='org.apache.turbine.Turbine'/>

     </host>

     <host id='another.virtual.domain'>

       <app-dir>/webapps/app2/</app-dir>
       <servlet-mapping url-pattern='servlet/*' servlet-name='turbine'/>
       <servlet servlet-name='turbine' servlet-
class='org.apache.turbine.Turbine'/>

     </host>

   </http-server>
</caucho.com>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to