I haven't come across any problems with that classpath, but I'll keep that in mind if 
I do. Thanks!

Jackie

On Tuesday, May 01, 2001 4:13 PM, [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] 
wrote:
> Just a suggestion to alleviate future headaches (and it may solve this one).
> Don't install JRun in in its default of "x:\program files\Allaire\......".
> I've seen the space between "Program Files" cause headaches with the
> classpath.
> 
> Try something like "x:\JRun"
> 
> George Riley
> 
> ----- Original Message -----
> From: "Won Lee" <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 01, 2001 9:59 AM
> Subject: RE: class path
> 
> 
> > I have a SpellCheck.class in
> >
> > D:\Program
> > Files\Allaire\JRun\servers\foo\WEB-INF\classes\com\wrox\projsp\ch02.
> >
> > Still doesn't work.
> >
> > -----Original Message-----
> > From: sahaya ranialex [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 01, 2001 10:16 AM
> > To: JRun-Talk
> > Subject: Re: class path
> >
> >
> > Your SpellCheck.class should be in
> > WEB-INF\classes\com\wrox\projsp\ch02\SpellCheck.class
> > or you can create a .jar file of that package and put in
> > WEB-INF\lib\wrox.jar
> >
> >
> > sahaya
> >
> >
> > >From: Won Lee <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: JRun-Talk <[EMAIL PROTECTED]>
> > >Subject: class path
> > >Date: Tue, 01 May 2001 09:48:57 -0400
> > >
> > >Hi everybody...
> > >
> > >I'm trying to do some JSP training and decided that I would use JRun.
> > >This is my first experience with JRun, so please excuse me if I ask some
> > >simple questions.
> > >I read through the documentation, but the documentation is lacking (at
> > >least
> > >compared to BEA).
> > >
> > >I set up my JRun server and deployed an .war file, the .war file for the
> > >pro
> > >jsp training by Wrox.
> > >I then created a web mapping at localhost/training.
> > >I can run some of the JSP, but not the ones where I have to use a .class
> > >file.
> > >
> > ><jsp:useBean id="help" scope="session"
> > >class="com.wrox.projsp.ch02.SpellCheck" />
> > ><jsp:setProperty name="help" property="*"/>
> > >
> > >
> > >I have put the SpellCheck.class file in WEB-INF, WEB-INF/classes, and
> > >WEB-INF/lib
> > >as well as in the directory specified by the class attribute in the code
> > >above.  Any help would be appreciated.
> > >
> > >Won
> > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to