I am trying to implement a web application under Tomcat that uses JSP's
originally created for another application. The other application's
JSP's are in the /html directory under its document root.
Can I use the ImportTools $import.read("OtherDocRoot/html/legacy.jsp")
to bring in the contents of legacy.jsp in my velocity template? I've
tried it and it isn't working.
Tomcat seems to be loading the VelocityViewServlet correctly but when
rendering the velocity based page I only see:
$import.read("OtherDocRoot/html/legacy.jsp")
instead of it bringing in the JSP and rendering its contents correctly.
Any hints on the best way to debug this?
Thanks - Tod
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]