How to log on to a Java instance
How do you log on to a Java instance?

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You can log on to the Java instance using any of the following tools.
  1. 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

  2. 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

  3. Config Tool:
    /usr/sap/<SID>/JC00/j2ee/configtool/configtool.sh or configtool.bat

This was first published in June 2007