issue with Ingegrator server installation on Linux
try http://localhost:8301/clover/
I get the following error:
Compilation of JSP File '/index.jsp' failed:
index.jsp:6:6: The method getServletContext() is undefined for the type __index
if (getServletContext().getContext(expected).equals(getServletContext())) {
^--------------^
index.jsp:6:54: The method getServletContext() is undefined for the type __index
if (getServletContext().getContext(expected).equals(getServletContext())) {
^--------------^