Is jasper studio community edition 6.17 compatible with jasper server 7.8 ?
The documentation seems to suggest this, and when I try to connect my jasper studio (CE 6.17) to a jasper server 7.8 I get a 401 error -- even though the credentials are valid and the user has ROLE_ADMINISTRATOR.
Is the enterprise version of jasper studio 7.8 the only version able to interface with jasper server 7.8 ?
2 Answers:
The reason I could not connect to jasper server had nothing to do with the version of jasper studio. What happened in this case was that the cookie configuration on session configuration was set to True. And seemingly Jasper studio is unable to cope with this situation.
On /apache-tomcat/webapps/jasperserver/WEB-INF/web.xml
<session-config> <cookie-config> <secure>True</secure> </cookie-config> </session-config>
Hello @nsfrias , I'm facing the same situacion, but I can not find the parameters in the web.xml file
I appreciate if you can help me!
Please see my web.xml I uploaded
thanks
Ana B
Attachment | Size |
---|---|
![]() | 27.03 KB |