Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread Edoardo Panfili
Tony LaPaso ha scritto: Hi all, I'm using TC 5.0.30. JSTL Is working fine -- I have the standard.jar and jstl.jar files in my WEB-INF/lib directory. The problem is that I have several web applications that use JSTL and therefore several WEB-INF/lib directories. Rather than copy the

Re: [OT] does anyone have gigabit ethernet willing to run benchmarks

2005-01-22 Thread Tim Funk
Can you post a link to your 1k.png file? -Tim Peter Lin wrote: I've updated the testplans.zip file. in the zip file is a shell script named starttest.sh http://cvs.apache.org/~woolfel/testplans.zip to run the script, change the output path and the ab path.

Re: [OT] does anyone have gigabit ethernet willing to run benchmarks

2005-01-22 Thread Peter Lin
I'll post the war file in a few hours. heading out to buy some groceries before the storm arrives. peter On Sat, 22 Jan 2005 08:42:31 -0500, Tim Funk [EMAIL PROTECTED] wrote: Can you post a link to your 1k.png file? -Tim Peter Lin wrote: I've updated the testplans.zip file. in the

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread QM
On Sat, Jan 22, 2005 at 01:24:54AM -0600, Tony LaPaso wrote: : The problem is that I have several web applications that use JSTL and : therefore several WEB-INF/lib directories. Rather than copy the : aforementioned JAR files to *every* WEB-INF/lib directory I'd rather put : them in one central

Re: reload log4j.properties on-the-fly?

2005-01-22 Thread Jacob Kjome
At 06:42 PM 1/21/2005 -0500, you wrote: Also keep in mind that Log4J has a JMX API that lets you configure it on the fly from the web, remotely, ... http://logging.apache.org/log4j/docs/api/org/apache/log4j/jmx/package-summary.html Except that the JMX stuff has been removed from Log4j-1.3 because

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread Jacob Kjome
Not all libraries are written in a way that allows for them to be used from different webapps. Struts has a statement on this written by Craig McClanahan, but I can't find it at the moment. The gist of it is that Struts (at least with 1.1) cannot be guaranteed to work properly if placed in a

[Fatal Error] :2:1: Content is not allowed in prolog.

2005-01-22 Thread Omar Adobati
Does anybody know what this line of log mean: [Fatal Error] :2:1: Content is not allowed in prolog.?? I'm using tomcat 5.0.28, JDK 1.5.0_01 and Win XP SP2 -- Adobati Omar [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: [Fatal Error] :2:1: Content is not allowed in prolog.

2005-01-22 Thread Phil Steitz
Omar Adobati wrote: Does anybody know what this line of log mean: [Fatal Error] :2:1: Content is not allowed in prolog.?? I'm using tomcat 5.0.28, JDK 1.5.0_01 and Win XP SP2 That looks like an XML parse error resulting from junk characters at the beginning of an XML document. Check server.xml

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread Tony LaPaso
Call me a minimalist but I don't like the idea of having the same JAR file duplicated if I don't have to. It takes more memory since each web app's classloader needs to have the same classes in memory. It seems much cleaner to have the JARs in one central location. - Original Message

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread Tony LaPaso
You have some good points, Jake. Thank you for the response. If you happen to run across the statement from Craig M. regarding Struts I'd like to see it. Incidentally, in reading the Tomcat docs for Classloading, it seems that any classes in a web app's lib directory *should* be able to see

regarding tomcat installation on linux platform

2005-01-22 Thread sravanthi
Sir, I have installed jakartha-tomcat latest version in /usr/local/tomcat directory and I have my own local environment /home/saangare/ in linux. I have changed the context path(docBase to /home/saangare/sravanthi) in server.xml of tomcat/conf , So i could able to open the html files that are in

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread QM
On Sat, Jan 22, 2005 at 04:43:20PM -0600, Tony LaPaso wrote: : Call me a minimalist but I don't like the idea of having the same JAR file : duplicated if I don't have to. It takes more memory since each web app's : classloader needs to have the same classes in memory. It seems much cleaner : to

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread Wendy Smoak
From: Tony LaPaso [EMAIL PROTECTED] You have some good points, Jake. Thank you for the response. If you happen to run across the statement from Craig M. regarding Struts I'd like to see it. http://struts.apache.org/faqs/kickstart.html#jar The struts.jar file MUST be in each webapp, and not in

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread Larry Meadors
Call me a realist, but the jars you are talking about are only 375k...if 375k of memory kill your web app, go to ebay, and pick up another gig of ram, and it will be fine. :-) Seriously, I have been down the path you are describing (I only want one copy of my jars, so when I upgrade, I only have

Re: [Fatal Error] :2:1: Content is not allowed in prolog.

2005-01-22 Thread Larry Meadors
http://tinyurl.com/6d7dz On Sat, 22 Jan 2005 19:01:55 +0100, Omar Adobati [EMAIL PROTECTED] wrote: Does anybody know what this line of log mean: [Fatal Error] :2:1: Content is not allowed in prolog.?? I'm using tomcat 5.0.28, JDK 1.5.0_01 and Win XP SP2 -- Adobati Omar [EMAIL