RE: webapp classpath

2003-09-16 Thread Shapira, Yoav
Howdy, Put them in the WEB-INF/classes folder of your webapp... Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Rob Augustinus [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 16, 2003 3:18 PM >To: Tomcat Users List >Subject: webapp classpath > &

webapp classpath

2003-09-16 Thread Rob Augustinus
I could use some help on a little problem I ran into. As I'm developing with eclipse I have 2 projects on which I'm working. One of them is supposed to be packaged into a jar file for releases, but during development I'd like to just include the classes in my webapplication (the other project) whic

RE: Re[2]: WebApp Classpath

2002-12-05 Thread Jacob Kjome
e- > From: Jacob Kjome [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 04, 2002 11:52 AM > To: Tomcat Users List > Subject: Re[2]: WebApp Classpath > > > Hello Yoav, > > I see a problem with the documentation. It says: > > > xerces.jar - The XML parse

RE: Re[2]: WebApp Classpath

2002-12-05 Thread Cox, Charlie
To: Tomcat Users List > Subject: Re[2]: WebApp Classpath > > > Hello Yoav, > > I see a problem with the documentation. It says: > > > xerces.jar - The XML parser that is visible by default to Tomcat > internal classes and to web applications. This can be overridden, f

Re[2]: WebApp Classpath

2002-12-04 Thread Jacob Kjome
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >>Sent: Wednesday, December 04, 2002 9:23 AM >>To: [EMAIL PROTECTED] >>Subject: WebApp Classpath >> >>Hello, >> >>I face a problem using Tomcat with our Web Application regarding Xalan. >>We are using a

AW: WebApp Classpath

2002-12-04 Thread h . dietrich
Blame on me, sorry and thanks > -Ursprüngliche Nachricht- > Von: Shapira, Yoav [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 4. Dezember 2002 15:53 > An: Tomcat Users List > Betreff: RE: WebApp Classpath > > > Hi, > Really? You didn't find anything i

RE: WebApp Classpath

2002-12-04 Thread Shapira, Yoav
s titled "Tomcat and XML Parsers." Yoav Shapira Millennium ChemInformatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, December 04, 2002 9:23 AM >To: [EMAIL PROTECTED] >Subject: WebApp Classpath > >Hello, > &

WebApp Classpath

2002-12-04 Thread h . dietrich
Hello, I face a problem using Tomcat with our Web Application regarding Xalan. We are using a quite old version of Xalan in our application (it is somewhat 1.x). Now our application refuses to run on Tomcat since Tomcat puts in the classpath a Xalan version 2.x. Is there a possibility to provide a

Re: WebApp Classpath

2000-11-22 Thread Craig R. McClanahan
Dan Smith wrote: > Hello, > First, I saw questions on this same subject in the archives, but no > responses. So if this has been answered already, sorry, but I missed it. > > In short, I want my web-app to use different version of the xml parser > included with Tomcat v3.1. I know I can

WebApp Classpath

2000-11-22 Thread Dan Smith
Hello,     First, I saw questions on this same subject in the archives, but no responses.  So if this has been answered already, sorry, but I missed it.     In short, I want my web-app to use different version of the xml parser included with Tomcat v3.1.  I know I can alter the classpath on start