• R/O
  • SSH
  • HTTPS

opengion: Commit


Commit MetaInfo

Revision1590 (tree)
Time2018-05-15 13:15:26
Authorchatrun

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/opengionV7/apps/derby-10.14.2.0/bin/startNetworkServer.bat (nonexistent)
+++ trunk/opengionV7/apps/derby-10.14.2.0/bin/startNetworkServer.bat (revision 1590)
@@ -0,0 +1,45 @@
1+@echo off
2+
3+rem ***** EM63J Middleware Customize *****
4+rem TITLE と、CLASSPATH と、最後の exit; を追加しています。
5+
6+TITLE DataBase
7+set CLASSPATH=%OG_CLASSPATH%;
8+
9+@REM Licensed to the Apache Software Foundation (ASF) under one
10+@REM or more contributor license agreements. See the NOTICE file
11+@REM distributed with this work for additional information
12+@REM regarding copyright ownership. The ASF licenses this file
13+@REM to you under the Apache License, Version 2.0 (the
14+@REM "License"); you may not use this file except in compliance
15+@REM with the License. You may obtain a copy of the License at
16+
17+@REM http://www.apache.org/licenses/LICENSE-2.0
18+
19+@REM Unless required by applicable law or agreed to in writing,
20+@REM software distributed under the License is distributed on an
21+@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22+@REM KIND, either express or implied. See the License for the
23+@REM specific language governing permissions and limitations
24+@REM under the License.
25+
26+CALL "%~dp0derby_common.bat" %*
27+
28+if "%_JAVACMD%"=="" goto end
29+
30+if "%_USE_CLASSPATH%"=="no" goto runNoClasspath
31+if not "%CLASSPATH%"=="" goto runWithClasspath
32+
33+:runNoClasspath
34+"%_JAVACMD%" %DERBY_OPTS% -classpath "%LOCALCLASSPATH%" org.apache.derby.drda.NetworkServerControl start %DERBY_CMD_LINE_ARGS%
35+goto end
36+
37+:runWithClasspath
38+"%_JAVACMD%" %DERBY_OPTS% -classpath "%CLASSPATH%;%LOCALCLASSPATH%" org.apache.derby.drda.NetworkServerControl start %DERBY_CMD_LINE_ARGS%
39+goto end
40+
41+:end
42+set _JAVACMD=
43+set DERBY_CMD_LINE_ARGS=
44+
45+exit;
Show on old repository browser