> To be honest I neither have access nor am using Resin
> right now. I just followed the directions for Resin and had no
> problems.  
> 
> Turbine would be configured like any other webapp in
> Resin - nothing special.
> 
> Sorry i can't help more,
> 
> Dave

Thanks anyway Dave.  I have just actually managed to get 
it partially working.  It was necessary to add some variation
on:

 <servlet-mapping>
   <servlet-name>myapp</servlet-name>
   <url-pattern>*</url-pattern>
 </servlet-mapping>

to the web.xml file for my application.

The above is not quite right as it seems to direct every
request to the login page of the application.

I'll have a bit more of a play and see if I can get it working.

Thanks anyway - a least you confirmed that it was possible
and that little or no change was required.

Scott


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

Reply via email to