What error are you getting?


sahaya


>From: Won Lee <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: JRun-Talk <[EMAIL PROTECTED]>
>Subject: RE: class path
>Date: Tue, 01 May 2001 10:59:23 -0400
>
>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