Enable remote by default
diff --git a/src/test/tomcat/conf/system.properties b/src/test/tomcat/conf/system.properties
index daec7c8..c654468 100644
--- a/src/test/tomcat/conf/system.properties
+++ b/src/test/tomcat/conf/system.properties
@@ -14,6 +14,12 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
+
+openejb.system.apps=true
+openejb.deployments.classpath=true
+tomee.remote.support=true
+openejb.embedded.remotable=true
+
 RESOURCE.whitebox-notx-param|poolMaxSize=100
 RESOURCE.whitebox-notx|poolMaxSize=100
 RESOURCE.whitebox-tx-param|poolMaxSize=100
diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties
index 48141dd..1ee4756 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -14,6 +14,12 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
+
+openejb.system.apps=true
+openejb.deployments.classpath=true
+tomee.remote.support=true
+openejb.embedded.remotable=true
+
 RESOURCE.whitebox-notx-param|poolMaxSize=100
 RESOURCE.whitebox-notx|poolMaxSize=100
 RESOURCE.whitebox-tx-param|poolMaxSize=100
diff --git a/src/test/tomee-plus/conf/system.properties b/src/test/tomee-plus/conf/system.properties
index ba6878c..1acf4a7 100644
--- a/src/test/tomee-plus/conf/system.properties
+++ b/src/test/tomee-plus/conf/system.properties
@@ -14,6 +14,12 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
+
+openejb.system.apps=true
+openejb.deployments.classpath=true
+tomee.remote.support=true
+openejb.embedded.remotable=true
+
 RESOURCE.whitebox-notx-param|poolMaxSize=100
 RESOURCE.whitebox-notx|poolMaxSize=100
 RESOURCE.whitebox-tx-param|poolMaxSize=100
diff --git a/src/test/tomee/conf/system.properties b/src/test/tomee/conf/system.properties
index 2ad699c..7052e9f 100644
--- a/src/test/tomee/conf/system.properties
+++ b/src/test/tomee/conf/system.properties
@@ -14,6 +14,12 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
+
+openejb.system.apps=true
+openejb.deployments.classpath=true
+tomee.remote.support=true
+openejb.embedded.remotable=true
+
 RESOURCE.whitebox-notx-param|poolMaxSize=100
 RESOURCE.whitebox-notx|poolMaxSize=100
 RESOURCE.whitebox-tx-param|poolMaxSize=100