| > |
EXPERT RESPONSE
You can log on to the Java instance using any of the following tools.
- Telnet:
telnet <host> <telnet_port>
where <telnet_port> = 50000 + instance Nr * 100 + 8, i.e.
50008 for instance 00
user Administrator, pwd from the installation phase
- Visual Administrator:
/usr/sap/<SID>/JC00/j2ee/admin/go.sh or go.bat
create new connection, user Administrator, pwd from the installation phase, port 50000 + instance Nr * 100 + 4, i.e. 50004 for instance 00
- Config Tool:
/usr/sap/<SID>/JC00/j2ee/configtool/configtool.sh or configtool.bat
|
|