Tomcat version assertion in Terracotta : Can it be made optional ?
------------------------------------------------------------------
Key: CDV-767
URL: https://jira.terracotta.org/jira//browse/CDV-767
Project: Community Development
Issue Type: New Feature
Components: X-Sessions
Affects Versions: 2.6.0
Reporter: Suveer Nagendra
Assignee: Issue Review Board
When terracotta is used for Session Persistence it checks the version of the
servlet container and fails to start up if the version is an unknown version.
For instance when I tried to use terracotta with a non-Tomcat container,
Terracotta failed to startup throwing
java.lang.AssertionError: Cannot determine tomcat version from NonStop(tm)
Servlets For JavaServer Pages(tm) v6.0
at com.tc.tomcat.session.VersionHelper.<clinit>(VersionHelper.java:31)
at org.apache.catalina.core.ContainerBase.<init>(ContainerBase.java:230)
at org.apache.catalina.core.StandardEngine.<init>(StandardEngine.java:66)
it would be nice if this check can be controlled either through the
tc-config.xml file or through a command line argument.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev