I installed the server on the content mmacchina 1, and 'application server on the machine 2. I installed the 'application server Jboss 5 and changed the web.xml
inserting the disabling pooling. when i try to access it from browser I get following error -->
com.documentum.web.form.control.TagPoolingEnabledException: JSP tag pooling is not supported. Please refer to the product deployment guide for instructions on turning off tag pooling for the application server.
As written in release notes I have added following lines at proper place
<initparam>
<paramname>enablePooling</paramname>
<paramvalue>false</paramvalue>
</initparam>
Help me