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