If you're using Tomcat 4.x (or Tomcat 5.x with a web.xml file that
conforms to the old DTD), you have to get your web.xml configuration
elements in the correct order.   If this is the mistake you made, the
error message you got from the XML parser will tell you what the right
order is.

Craig


On Tue, 21 Dec 2004 12:29:58 +0530, sachin <[EMAIL PROTECTED]> wrote:
> hi all  ,
> 
> how to configure the session timeout in Tomcat with struts ?
> 
> i tried the following in web.xml ,but it gives error after restarting the
> server
> 
>   <session-config>
>         <session-timeout>800</session-timeout>
>   </session-config>
> 
> thanks in advance
> 
> Regards,
> Sachin Hegde
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to