[arquillian-issues] [JBoss JIRA] (ARQ-1619) Tomcat managed container ignores allowConnectingToRunningServer

Ian Brandt (JIRA) issues at jboss.org
Thu Sep 18 19:13:02 EDT 2014


     [ https://issues.jboss.org/browse/ARQ-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Brandt reassigned ARQ-1619:
-------------------------------

    Assignee: Ian Brandt


> Tomcat managed container ignores allowConnectingToRunningServer
> ---------------------------------------------------------------
>
>                 Key: ARQ-1619
>                 URL: https://issues.jboss.org/browse/ARQ-1619
>             Project: Arquillian
>          Issue Type: Bug
>          Components: Tomcat Containers
>    Affects Versions: tomcat_1.0.0.CR5
>            Reporter: Thomas Diesler
>            Assignee: Ian Brandt
>             Fix For: tomcat_1.0.0.Final
>
>
> The flag is not checked
> {code}
>        if(manager.isRunning())
>        {
>           throw new LifecycleException(
>                 "The server is already running! " +
>                         "Managed containers does not support connecting to running server instances due to the " +
>                         "possible harmful effect of connecting to the wrong server. Please stop server before running or " +
>                         "change to another type of container.\n" +
>                         "To disable this check and allow Arquillian to connect to a running server, " +
>                         "set allowConnectingToRunningServer to true in the container configuration"
>                 );
>        }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the arquillian-issues mailing list