In JRun, under which directory do I place Javabeans so that my JSP page access them?
Created May 4, 2012
Gautam Bajekal JRun has no restrictions on the directory containing the beans.
The only thing you need to do is include the jar containing the bean classes or specify the path to your classes within the classpath variable in jsm.properties file and restart JRun. You should also be able to do this using the admin client.
You then have to import the package containing the beans within your JSP page.