Hi,

I ran into a problem running the jsp's in /WEB-INF/templates/jsp under
weblogic. The result is a null response with no error messages. After
digging through the weblogic docs, there was a comment about everything
under the /WEB-INF folder being "private" and not accesible to the user. In
weblogic ( as well as other app servers ), jsp's under /WEB-INF are simply
ignored.

The solution is to move the jsp's to the root folder and change the
services.JspService.templates property in the TurbineResources.properties
file, such as:

services.JspService.templates = /templates/jsp


Reply via email to