You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2006/09/04 12:31:56 UTC

svn commit: r440019 - in /portals/wsrp4j/trunk/sandbox/wsrp4j/tools: tunnel-bea.sh tunnel-ibm.sh tunnel-netunity.sh tunnel-oracle.sh tunnel-vignette.sh tunnel.bat tunnel.sh

Author: dlouzan
Date: Mon Sep  4 03:31:54 2006
New Revision: 440019

URL: http://svn.apache.org/viewvc?view=rev&rev=440019
Log:
Temporary tcpmonitor scripts.

Added:
    portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-bea.sh   (with props)
    portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-ibm.sh   (with props)
    portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-netunity.sh   (with props)
    portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-oracle.sh   (with props)
    portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-vignette.sh   (with props)
Modified:
    portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel.bat
    portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel.sh

Added: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-bea.sh
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-bea.sh?view=auto&rev=440019
==============================================================================
--- portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-bea.sh (added)
+++ portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-bea.sh Mon Sep  4 03:31:54 2006
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# Copyright 2003-2006 The Apache Software Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+java -cp lib/axis-1.2.1.jar org.apache.axis.utils.tcpmon 9003 wsrp.bea.com 80

Propchange: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-bea.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-ibm.sh
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-ibm.sh?view=auto&rev=440019
==============================================================================
--- portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-ibm.sh (added)
+++ portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-ibm.sh Mon Sep  4 03:31:54 2006
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# Copyright 2003-2006 The Apache Software Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+java -cp lib/axis-1.2.1.jar org.apache.axis.utils.tcpmon 9004 wsrp.dyndns.org 9081

Propchange: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-ibm.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-netunity.sh
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-netunity.sh?view=auto&rev=440019
==============================================================================
--- portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-netunity.sh (added)
+++ portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-netunity.sh Mon Sep  4 03:31:54 2006
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# Copyright 2003-2006 The Apache Software Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+java -cp lib/axis-1.2.1.jar org.apache.axis.utils.tcpmon 9002 wsrp.netunitysoftware.com 80

Propchange: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-netunity.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-oracle.sh
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-oracle.sh?view=auto&rev=440019
==============================================================================
--- portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-oracle.sh (added)
+++ portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-oracle.sh Mon Sep  4 03:31:54 2006
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# Copyright 2003-2006 The Apache Software Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+java -cp lib/axis-1.2.1.jar org.apache.axis.utils.tcpmon 9006 portalstandards.oracle.com 80

Propchange: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-oracle.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-vignette.sh
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-vignette.sh?view=auto&rev=440019
==============================================================================
--- portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-vignette.sh (added)
+++ portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-vignette.sh Mon Sep  4 03:31:54 2006
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# Copyright 2003-2006 The Apache Software Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+java -cp lib/axis-1.2.1.jar org.apache.axis.utils.tcpmon 9005 wsrpdemo.vignette.com 8080

Propchange: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel-vignette.sh
------------------------------------------------------------------------------
    svn:executable = *

Modified: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel.bat
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel.bat?view=diff&rev=440019&r1=440018&r2=440019
==============================================================================
--- portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel.bat (original)
+++ portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel.bat Mon Sep  4 03:31:54 2006
@@ -13,4 +13,4 @@
 rem  See the License for the specific language governing permissions and
 rem  limitations under the License.
 
-java -cp lib/axis-1.3.jar org.apache.axis.utils.tcpmon 8081 localhost 8080
\ No newline at end of file
+java -cp lib/axis-1.3.jar org.apache.axis.utils.tcpmon 9001 localhost 8080

Modified: portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel.sh
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/sandbox/wsrp4j/tools/tunnel.sh?view=diff&rev=440019&r1=440018&r2=440019
==============================================================================
Binary files - no diff available.