Hey martin, Thanks for ur quick response... but what exactly do I need to do ??
Thanks & Regards Ritwik Kumar -----Original Message----- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Saturday, April 19, 2008 7:36 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat Issue Hi Kumar- 2 distinct TagLib.jars The first Taglib in weblogic is named webtoolkit.jar and is located in %WL_HOME%/integration/lib/webtoolkit.jar which contains this manifest.mf Manifest-Version: 1.0 Created-By: Apache Ant 1.5 BTW: the Weblogic jar contains all of the com.bea.*Tag.class files for rendering jsp in WL The second Taglib is located in $CATALINA_HOME/webapps/WEB-INF/lib/jstl.jar which has this manifest Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.1 Created-By: 1.4.2-34 ("Sun Microsystems, Inc.") Specification-Title: JavaServer Pages Standard Tag Library (JSTL) Specification-Version: 1.0 Implementation-Title: JavaServer Pages Standard Tag Library API Reference Implementation Implementation-Version: 1.0.6 Implementation-Vendor: Sun Microsystems, Inc. Implementation-Vendor-Id: com.sun Extension-Name: javax.servlet.jsp.jstl BTW: this contains the javax.servlet.jsp.jstl.core classes HTH M- ----- Original Message ----- From: "Ritwik Kumar" <[EMAIL PROTECTED]> To: <users@tomcat.apache.org> Sent: Saturday, April 19, 2008 9:29 AM Subject: Tomcat Issue > Hello, > > I have a JSP page which gets displayed quite properly if Weblogic server is > used. > > > > But the same JSP has some issues like (html character getting showed and > unclosed tags) when Tomcat 5.5 is used. > > The JSP file and its corresponding HTML file are quite big, so I guess I > need to change some Tomcat settings as JSP is working fine on Weblogic. > > Can anyone suggest what tomcat settings needs to be changed.. > > > > > > Thanks & Regards > > > > Ritwik Kumar > > > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]