Posts

Showing posts from August, 2008
I was trying to install Documentum 6.0 SP1 default Web-Publisher as a J2EE application on Apache Tomcat 5.X. The problem is that by default, Apache Tomcat 5.x implements and enables JSP Tag Pooling. And Documentum 6.0 SP1 web Pulisher doesn't support tag pooling. I did the following steps to install Web Publisher (WP) on Apache Tomcat 5.0 BTW, you can get Tomcat's most versions (even not listed on downloads page) from the URL: http://archive.apache.org/dist/tomcat/ I installed 5.0.28 version from the URL: http://archive.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin/ I have my WP packaged as a WAR file (wp.war) and I just dumped it in the webapps directory, and restarted the server. Since the war file is quite big (~200 MB), uncompressing it takes good 10-15 mins on my system. After you stop seeing the hard-disk icon flashing, you need to navigate to http://localhost:8080/manager/html and make sure that wp appears as an application and it is started (if not, start it manually). Wh