[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
RE: Reloading Beans
Chris,
From your description, it does not appear to be a problem reloading beans.
The problem that you report is a COMPILE problem, which occurs because you
have not properly configured initArgs as per the installation instructions.
You are missing a line like this:
servlet.gnujsp.initArgs=compiler=builtin-javac -classpath
%classpath%;%scratchdir%;C:\www\Sites\Kyndalyn\servlets -deprecation -encodi
ng Cp1252
which would tell the compiler were to find your beans. I am assuming, in
this case, that ...\servlets is the root of your package tree, so there
would be a ...\servlets\com\kydalyn\bin subdirectory containing the bean
classes.
Does this make sense to you?
--- Noel