How do I make the JSP debugger in Visual Age support the JSP 1.0 specification?
Created May 4, 2012
Scott Stanchfield Migrating between JSP 0.91 and JSP 1.0 support
This is covered under topic
in the VisualAge online docs under JSP tasks. It's pretty buried, so I'll explain what to do here.
- Edit file
IBMVJava ide project_resources IBM WebSphere Test Environment hosts default_host default_app servlets default_app.webapp
- Change the line
<code>com.ibm.ivj.jsp.debugger.pagecompile.IBMPageCompileServlet</code>
to
<code>com.ibm.ivj.jsp.runtime.JspDebugServlet</code>
The next time you restart the WebSphere Test Environment, it will use this new page compiler to provide 1.0 support for JSPs.