[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

RE: Bean Reloading problem


Jared,

No ... in order to compile the page, the java compiler needs to see the bean
class, too.  That means that your initArg compiler value needs to tell it
where the bean classes are located.  It is a good idea to have a directory,
e.g., /myHost/Servlets/beans which acts as the root directory for your bean
class packages.

As for the repository value in your initArgs, are you using GNUJSP 1.0?  Or
are you using pre-1.0 code?  There isn't a repository value in the current
package.  There is a scratchdir value, which is the page cache.

	--- Noel