RE: Tomcat 3.3.1 and additionalJars

2002-05-21 Thread Mario Felarca
From: Larry Isaacs [EMAIL PROTECTED] After adding the jdom.jar and making the server.xml changes you describe, I find that I can compile and display the following JSP page: Hrmm, ok well I am going to rip everything off the system and try again. Perhaps something has been convoluted to

RE: Tomcat 3.3.1 and additionalJars

2002-05-21 Thread Larry Isaacs
unless special programming is implemented to make it possible, such as using the thread context classloader. Cheers, Larry -Original Message- From: Mario Felarca [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 4:58 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.3.1

RE: Tomcat 3.3.1 and additionalJars

2002-05-20 Thread Larry Isaacs
: Saturday, May 18, 2002 12:23 PM To: TomcatUser Subject: RE: Tomcat 3.3.1 and additionalJars Date: Fri, 17 May 2002 12:30:33 -0400 Both of those should work. There could be some classloader issue involved. Can you provide a test case of what you are trying to do? Cheers, Larry

RE: Tomcat 3.3.1 and additionalJars

2002-05-20 Thread Mario Felarca
From: Larry Isaacs [EMAIL PROTECTED] That's basically correct. The jar is added to the web application's classloader classpath. The web application's classloader is switched in as the context class during request handling for that context. Larry Ok, I just wanted to make sure of

RE: Tomcat 3.3.1 and additionalJars

2002-05-20 Thread Larry Isaacs
the jar in the WEB-INF/lib of all web applications. It offers the same visibility. Cheers, Larry -Original Message- From: Mario Felarca [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 12:38 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.3.1 and additionalJars From: Larry

RE: Tomcat 3.3.1 and additionalJars

2002-05-18 Thread Mario Felarca
Date: Fri, 17 May 2002 12:30:33 -0400 Both of those should work. There could be some classloader issue involved. Can you provide a test case of what you are trying to do? Cheers, Larry So the base case I am trying is simply allowing access to the jdom.jar from my webapps. This is to simply

RE: Tomcat 3.3.1 and additionalJars

2002-05-17 Thread Mario Felarca
From: Larry Isaacs [EMAIL PROTECTED] Date: Thu, 16 May 2002 14:09:12 -0400 What did you set the additionalJars attribute to and where did you put the jdom.jar? Larry The additionalJars attribute I tried setting to a couple of different things. One was an absolute path with the jdom.jar

RE: Tomcat 3.3.1 and additionalJars

2002-05-17 Thread Larry Isaacs
: Tomcat 3.3.1 and additionalJars From: Larry Isaacs [EMAIL PROTECTED] Date: Thu, 16 May 2002 14:09:12 -0400 What did you set the additionalJars attribute to and where did you put the jdom.jar? Larry The additionalJars attribute I tried setting to a couple of different things. One

RE: Tomcat 3.3.1 and additionalJars configuration

2002-05-16 Thread Larry Isaacs
This was originally added as a way to add jasper.jar to each web application so it could be used with extensions other than .jsp. It worked for me at the time. What exactly is the problem you are experiencing. Cheers, Larry -Original Message- From: Mario Felarca [mailto:[EMAIL

RE: Tomcat 3.3.1 and additionalJars configuration

2002-05-16 Thread Mario Felarca
From: Larry Isaacs [EMAIL PROTECTED] This was originally added as a way to add jasper.jar to each web application so it could be used with extensions other than .jsp. It worked for me at the time. What exactly is the problem you are experiencing. Cheers, Larry Hey, I am just trying

RE: Tomcat 3.3.1 and additionalJars configuration

2002-05-16 Thread Larry Isaacs
What did you set the additionalJars attribute to and where did you put the jdom.jar? Larry -Original Message- From: Mario Felarca [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 2:03 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.3.1 and additionalJars configuration