thanks for the reply. I do indeed have that tag in web.xml for that web application.
<session-config> <session-timeout>40</session-timeout> </session-config> <distributable/> </web-app>
this is correct, yes?
The distributable element should go before any context-param elements and after any description elements.
See the DTD for the correct order of elements in the web.xml file.
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd http://java.sun.com/dtd/web-app_2_3.dtd
-Dave
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
