Matej Novotny created ARQ-2194:
----------------------------------
Summary: Tomcat 9 embedded adapter starts with no connectors
Key: ARQ-2194
URL:
https://issues.jboss.org/browse/ARQ-2194
Project: Arquillian
Issue Type: Bug
Components: Tomcat Containers
Affects Versions: 1.0.1.Final
Environment: Tomcat 9 embedded
Weld servlet tests
Reporter: Matej Novotny
I was trying to run Weld servlet tests on Tomcat 9 embedded utilizing
[
arquillian-container-tomcat|https://github.com/arquillian/arquillian-cont...].
Turns out this doesn't work because starting with Tomcat 9 there are no default
connectors registered (e.g. Tomcat starts up and listens on no port) hence subsequent test
execution fails.
As a fix a one-liner can be added to version 8 codebase - it causes no harm for Tomcat 8
and fixes Tomcat 9. I'll send a PR momentarily.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)