
Chapter 1 Introduction to Jaguar CTS
Verifying your environment
Your environment is set up automatically by the installation
program. However, your environment may have been changed, for example,
if you installed additional software. Use the information here to
troubleshoot your installation.
If you have any problems running the Jaguar server, sample
programs, or Sybase Central:
- Verify that the
Jaguar installation was performed as user "Administrator."
- Check the Jaguar server log file (srv.log in
the bin subdirectory) for error messages.
- Verify
the Jaguar HTTP, IIOP, and TDS port settings. Default listeners
are defined for each protocol, but you may have changed them. See
the Jaguar CTS System Administration Guide for
more information.
- TDS is the port used by Jaguar
to accept TDS requests. The default is 7878.
- HTTP is the HTTP port used by Jaguar to listen for
HTTP requests. The default is 8080.
- IIOP is the port used by Jaguar
to accept IIOP requests. The default is 9000.
The default entries use localhost as
the host name. You must edit the default host name settings if you
want clients on other machines to access your Jaguar server. If
you configure invalid listener addresses (for example, by specifying
an invalid host name), Jaguar attempts to use an alternate address.
When this occurs, the new address is recorded in the server log
file.
- Verify
the LIB environment variable.
If you use the Microsoft Visual C++ compiler,
the following string should be listed in your LIB variable for compiling
your C/C++ application (assuming the
C compiler has been installed in C:\MSDEV): c:\Powersoft\jaguar\lib;c:\MSDEV\lib
- Verify
the INCLUDE environment variable.
If you use the Microsoft Visual C++ compiler,
the following string should be listed in your INCLUDE variable for
compiling your C/C++ application (assuming
the C compiler has been installed in C:\MSDEV): c:\Powersoft\jaguar\include;c:\MSDEV\include
Copyright © 2000 Sybase, Inc. All rights reserved.
|
|