Re: Cannot connect https using tomcat (keytool) gives an error 500
On 10/20/2011 2:32 AM, aditya _22cen wrote:
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)
root cause
java.lang.IllegalStateException: No output folder
org.apache.jasper.JspCompilationContext.createOutputDir(JspCompilationContext.java:
683)
org.apache.jasper.JspCompilationContext.getOutputDir(JspCompilationContext.java:
199)
Please give a reply to this thread
The exception does not seem related to HTTPS at all.
It seems to indicate that the JSP compiler can not create
a directory for its output!
Arne