Question:
Does erwin Mart Server use JavaServer Pages?
Answer:
The Mart application itself does not use JavaServer Pages. Tomcat is bundled with Mart, however Tomcat is just the web server where we deploy our application. There is a JSP-API in Tomcat but this is specifically for Tomcat and it will be triggered only if our application does use any JSP pages, however since we do not have JavaServer Pages in the Mart application, the JSP API will not be triggered.
Information on the Mart Tomcat version and the JSP-API version can be found in the Tomcat Release Notes found in the Mart Install directory:
"C:\Program Files\erwin\Mart Server r9\Tomcat64\RELEASE-NOTES"
Comments
0 comments
Please sign in to leave a comment.