[JBoss JIRA] (ARQ-2072) Tomcat fails to start if cataliBase is not set
by Vojtech Juranek (JIRA)
Vojtech Juranek created ARQ-2072:
------------------------------------
Summary: 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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ARQ-2071) Use save function for checking if tomcat is running
by Vojtech Juranek (JIRA)
Vojtech Juranek created ARQ-2071:
------------------------------------
Summary: Use save function for checking if tomcat is running
Key: ARQ-2071
URL: https://issues.jboss.org/browse/ARQ-2071
Project: Arquillian
Issue Type: Enhancement
Components: Tomcat Containers
Affects Versions: tomcat_1.0.0.CR8
Reporter: Vojtech Juranek
Currently AQR use {{list}} method of tomcat manager to find out if container is running. However, some session manager may not support this operation (e.g. because of security reasons or other). In such case ARQ fails to start tomcat. It would be nice to use some more safe method, which will be very likely implemented everwhere, e.g. {{serverinfo}}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months