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

Thomas Diesler (JIRA) issues at jboss.org
Mon Jan 13 07:40:32 EST 2014


Thomas Diesler created ARQ-1619:
-----------------------------------

             Summary: Tomcat managed container ignores allowConnectingToRunningServer
                 Key: ARQ-1619
                 URL: https://issues.jboss.org/browse/ARQ-1619
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Tomcat Containers
    Affects Versions: tomcat_1.0.0.CR5
            Reporter: Thomas Diesler


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list