]
Matous Jobanek closed ARQ-2072.
-------------------------------
Fix Version/s: tomcat_1.0.0.CR10
Assignee: Vojtech Juranek
Resolution: Done
Pushed upstream in
Tomcat fails to start if cataliBase is not set
----------------------------------------------
Key: ARQ-2072
URL:
https://issues.jboss.org/browse/ARQ-2072
Project: Arquillian
Issue Type: Bug
Components: Tomcat Containers
Affects Versions: 1.0.0.CR8
Reporter: Vojtech Juranek
Assignee: Vojtech Juranek
Fix For: tomcat_1.0.0.CR10
If {{catalinaBase}} is not set, tomcat fails to start, as {{catalinaBase}} is set to
{{null}} in {{TomcatManagedConfiguration}} constructor (being set to {{catalinaHome}}
which is set to {{null}} by that time).
This is unexpected behaviour and breaks backward compatibility, as with previous version
setting {{catalinaHome}} was enough to start Tomcat.