Cloudscape Access Using RmiJdbc,
Page 6 of 6


[top]
[prev]
[next]
Index for This Book
Table of Contents
Documentation Top
Global Index

The RJPing Utility

RJPing is an RmiJdbc utility class that allows various operations against a running RmiJdbc server. RJPing lets you:

  • connect to the server
  • get driver information
  • shut down the server
  • list all current drivers registered in the server

The RJPing.bat and RJPing.ksh scripts are located under the C:\cloudscape\JBMSServer\RmiJdbc\bin directory.

The syntax of RJPing is:
RJPing [//hostname:port#/]dbURL [connect, driverInfo, shutdown]

If neither connect, driverInfo, nor shutdown is specified, RJPing returns a list of all current JDBC drivers in the server.

For help with RJPing syntax, type:

RjPing -?

or

RjPing help

RJPing returns 0 if it succeeds, -1 otherwise.

Examples using the RJPing utility are:

java RJPing
java RJPing //anotherHost:1099/
java RJPing //localhost:1099/ jdbc:cloudscape: driverInfo
java RJPing jdbc:cloudscape:myDB  connect
java RJPing //localhost:1099/jdbc:cloudscape:myDB connect
java RJPing jdbc:rmi://localhost:1099/jdbc:cloudscape:myDB connect
java RJPing //anotherHost:1099/ shutdown
java RJPing jdbc:rmi: shutdown
[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.