Memory Usage/Common Lib

2004-03-10 Thread Lipov, Felix
I was wondering how the memory usage of Tomcat should compare in the following two cases: I have application a, b, c. Each application uses x.jar, y.jar and z.jar. Scenario 1: Each application is deployed with the three jars under their respective WEB-INF/lib directories. Scenario 2: Nothing is

RE: Entity Declarations in JSP/XML

2004-03-08 Thread Lipov, Felix
Thanks for the info. Do you know though what would be the proper approach to deal with that problem. How can I make it so tha the JSP compiler is satisfied with the JSP and the jsp:root declaration and my additional entity declarations? -Original Message- From: news [mailto:[EMAIL PROTECT

Entity Declarations in JSP/XML

2004-03-05 Thread Lipov, Felix
Hi, I'm having problems when I try to declare an XML ENTITY, like   in an XML formatted JSP page. Tomcat 4 never gave problems, but Tomcat 5 always gives errors off of the following example: ]> http://java.sun.com/JSP/Page"; version="1.2">   Saying: org.apache.jasper.Jas

Tomcat 5, XML JSP Syntax Question

2004-03-04 Thread Lipov, Felix
Hi, I've been using the XML syntax for JSPs without much problem in Tomcat 4.1. When I try to read those same pages in Tomcat 5 I get errors. The issue is with declared entities, like nbsp for space. Below is a sample and the error I get. How in general can I declare something like nbsp and have i