Configuring CAS with Jaspersoft AWS version giving error

when configuring tomcat with the https on CAS server:
        <Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
                   port="8443" SSLEnabled="true" maxThreads="200"
                   scheme="https" secure="true"
                   keystoreFile="/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.75.x86_64/jre/lib/security/cacerts"
                   keyAlias="casserver" keystorePass="changeit" clientAuth="false"
                   sslProtocol="TLS" />
 
cas server doesn't open on https
error message:
I have no error messages in /var/lib/tomcat7/logs/catalina.out
mc.bechara's picture
Joined: Jul 7 2014 - 4:39am
Last seen: 7 years 8 months ago

3 Answers:

Is JasperServer using the same Java Home (i.e. using the same Keystore)? You can check wich JVM Jasperserver is using by logging in to your Jasperserver as Superuser and executing the Diagnostics report that is under /public/Diagnostics 

I'm assuming you followed the setup instructions for CAS in the Authentication Cookbook specifically the section on setting up Java to trust your CAS Certificate http://community.jaspersoft.com/documentation/tibco-jasperreports-server... using the keytool to add the cert to the JVM

marianol's picture
16224
Joined: Sep 13 2011 - 8:04am
Last seen: 4 years 8 months ago
Yes we followed the setup for Java to trust CAS Certificate but Jasper and CAS are on different server.
They should run on the same server?
mc.bechara's picture
Joined: Jul 7 2014 - 4:39am
Last seen: 7 years 8 months ago

We still haven't figured how to configure CAS and jasper. Any help please?

mc.bechara's picture
Joined: Jul 7 2014 - 4:39am
Last seen: 7 years 8 months ago
Feedback