I have installed gnujsp with Jserv and apache and am able to serve simple jsp files.
However I want to be able to use beans also ... the ones that I created.
I have tried setting the wrapper.classpath in myzone.properties file according to the docs, but to no avail ....I keep getting this error:
Error compiling source file: file:c:/www/jspbean.jsp
builtin-javac -classpath c:/program files/apache group/apache jserv/ApacheJServ.jar;C:/jdk1.2.2/lib/tools.jar;c:/program files/apache group/gnujsp/lib/servlet-2.0-plus.jar;c:\program files\apache group\gnujsp\lib\gnujsp10test.jar;C:/jdk1.2.2/lib/classes12.zip;C:/jdk1.2.2/lib/nls_charset12.zip -d c:\www\alphscratch -deprecation -encoding Cp1252 c:\www\alphscratch\jsp__2fjspbean_2ejsp.java
c:\www\alphscratch\jsp__2fjspbean_2ejsp.java:9: Class nevbean not found in import.
import nevbean;
How do I solve this ?
Please help,
Thanks.