Hi all,
I do have some issues installing Cyclos 3.7 from the sources. I produced a WAR for Tomcat 7. It is deployed and work, but some JSP pages gives me that error :
java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.computeURL(Ljavax/servlet/jsp/PageContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;Z)Ljava/lang/String;
at org.apache.struts.util.SecureRequestUtils.computeURL(SecureRequestUtils.java:134)
at org.apache.struts.taglib.html.SecureFormTag.getActionMappingURL(SecureFormTag.java:92)
at org.apache.struts.taglib.html.SecureFormTag.doStartTag(SecureFormTag.java:135)
It seems to be related to JAR duplication, and to the library sslext (http://sslext.sourceforge.net/).
Any help or guidance would be greatly appreciated
Thanks.
JSP Error issue SSLEXT -- possible duplicate JAR
Moderators: hugo, alexandre, rmvanarkel