A
aditya _22cen
First of all i have created keystore(in my user directory) and a self
signed certificate called adi.cer(in tomcat-->conf) and i am getting a
error
server.xml
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" keystoreFile="conf/adi.cer"
keystorePass="aditya" />
The error is
org.apache.jasper.JasperException: java.lang.IllegalStateException: No
output folder
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:
570)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
378)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
390)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
root cause
java.lang.IllegalStateException: No output folder
org.apache.jasper.JspCompilationContext.createOutputDir(JspCompilationContext.java:
683)
org.apache.jasper.JspCompilationContext.getOutputDir(JspCompilationContext.java:
199)
org.apache.jasper.JspCompilationContext.getClassFileName(JspCompilationContext.java:
516)
org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:470)
org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:417)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
587)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
344)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
390)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
Please give a reply to this thread
signed certificate called adi.cer(in tomcat-->conf) and i am getting a
error
server.xml
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" keystoreFile="conf/adi.cer"
keystorePass="aditya" />
The error is
org.apache.jasper.JasperException: java.lang.IllegalStateException: No
output folder
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:
570)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
378)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
390)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
root cause
java.lang.IllegalStateException: No output folder
org.apache.jasper.JspCompilationContext.createOutputDir(JspCompilationContext.java:
683)
org.apache.jasper.JspCompilationContext.getOutputDir(JspCompilationContext.java:
199)
org.apache.jasper.JspCompilationContext.getClassFileName(JspCompilationContext.java:
516)
org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:470)
org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:417)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
587)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
344)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
390)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
Please give a reply to this thread