In JRun, under which directory do I place Javabeans so that my JSP page access them?
I need to include an ASP file from this server in a JSP. I believe this in theory can be done, because the JSP specification indicates that the jsp:include action can be performed on “any” dynamic object. However, Resin 1.1.4 includes the ASP source code, instead of the result of the execution of the ASP. Why?