]
Vojtech Juranek updated ARQ-2072:
---------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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
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.