[JBoss JIRA] (ARQ-1886) Support remote containers on remote hosts
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/ARQ-1886?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler resolved ARQ-1886.
---------------------------------
Resolution: Out of Date
> Support remote containers on remote hosts
> -----------------------------------------
>
> Key: ARQ-1886
> URL: https://issues.jboss.org/browse/ARQ-1886
> Project: Arquillian
> Issue Type: Feature Request
> Components: OSGi Containers
> Reporter: Thomas Diesler
>
> Remote container support is currently limited to separate JVMs with a shared filesystem.
> This change allows containers on remote hosts to be supported by serving bundles to be installed in the container using a simple (single class) HTTP server. We've been using this approach in our Arquillian fork since 2012 and it's worked well.
> Also updated docs to include current set of containers, and to note that the Apache Karaf remote container actually works with any OSGi Enterprise JMX enabled container (we use Apache Aries JMX in an Equinox container).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ARQ-1619) Tomcat managed container ignores allowConnectingToRunningServer
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/ARQ-1619?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler resolved ARQ-1619.
---------------------------------
Resolution: Out of Date
> 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
(v7.2.3#72005)
7 years, 11 months