<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I'm unsure what exactly caused this but when i attempt to access my
    instance of dogtag tomcat is reporting the following errors;<br>
    <meta charset="utf-8">
    <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;">org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 172

169:     }
170: 
171:     ServletContext tksContext = getServletContext().getContext("/tks");
172:     String tksName = tksContext.getServletContextName();
173:     String tksPath = tksContext.getContextPath();
174:     if (!"".equals(tksPath) && request.isSecure()) {
175: %>


Is it possible to re-install the tomcat instance without losing my CA install? Or can anyone suggest another resolution.

Cheers

Rees
</pre>
  </body>
</html>