RE: Class Path and New Context

2002-11-08 Thread developer
ri, 8 Nov 2002 09:09:09 -0800 (PST) > > From: [EMAIL PROTECTED] > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED]> > > Subject: RE: Class Path and New Context > > > > WHen I take some of the classes that

RE: Class Path and New Context

2002-11-08 Thread Craig R. McClanahan
On Fri, 8 Nov 2002 [EMAIL PROTECTED] wrote: > Date: Fri, 8 Nov 2002 09:09:09 -0800 (PST) > From: [EMAIL PROTECTED] > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Class Path and New Context > > WHe

RE: Class Path and New Context

2002-11-08 Thread developer
WEB-INF/classes, then you have something else > > going on. > > > > How are you referencing these classes in your code? > > > > John > > > > > > > -Original Message- > > > From: [EMAIL PROTECTED] [mailto:developer@;wex

RE: Class Path and New Context

2002-11-07 Thread developer
> From: [EMAIL PROTECTED] [mailto:developer@;wexwarez.com] > > Sent: Thursday, November 07, 2002 3:44 PM > > To: Tomcat Users List > > Subject: RE: Class Path and New Context > > > > > > I fooled around with the setclasspath.sh to include my default > >

RE: Class Path and New Context

2002-11-07 Thread Turner, John
code? John > -Original Message- > From: [EMAIL PROTECTED] [mailto:developer@;wexwarez.com] > Sent: Thursday, November 07, 2002 3:44 PM > To: Tomcat Users List > Subject: RE: Class Path and New Context > > > I fooled around with the setclasspath.sh to include my

RE: Class Path and New Context

2002-11-07 Thread developer
I fooled around with the setclasspath.sh to include my default classpath. Tomcat however doesn't like that too bad it would have been convenient. I copied the examples context exactly to newcontext/ I put my jsppages in newcontext/ I put all my java beans for this context in newcontext/WEB-INF/

RE: Class Path and New Context

2002-11-07 Thread Cox, Charlie
> -Original Message- > From: Turner, John [mailto:JTurner@;AAS.com] > Sent: Thursday, November 07, 2002 2:28 PM > To: 'Tomcat Users List' > Subject: RE: Class Path and New Context > > > > > -Original Message- > > From: [EM

RE: Class Path and New Context

2002-11-07 Thread Turner, John
> -Original Message- > From: [EMAIL PROTECTED] [mailto:developer@;wexwarez.com] > Sent: Thursday, November 07, 2002 2:24 PM > To: Tomcat Users List > Subject: Class Path and New Context > > > With some hassles I got tomcat 4.1.12 with apache 1.3x, java 1.4 on a > linux > 2.4 kernel box.