1 Reply Latest reply on May 10, 2002 12:17 PM by martyu

    Installed and running on AS/400?

    f0rge

      Anyone have JBoss installed and running on an AS/400?

      Do you have J2EE applications running as well?

        • 1. Re: Installed and running on AS/400?
          martyu

          I am running the JBoss 2.4.4 + Tomcat 3.2.3 bundle under V5R1 w/ JDK 1.3.1.

          I can get JBoss to start up, serve me the example page on port 8080 and run the JSPs.

          My problem is the Shutdown. They want you to press Ctrl-C to shutdown, but this doesn't seem to work in Qshell. It terminates the application immediately without going through its shutdown process. IBM says they raise SIGINT, which should be exactly what Ctrl-C does. I believe the SIGINT is raised, becuase a message to that effect is produced (from IBM not from JBoss). However the shutdown is not perfomed.

          I do not know how to proceed. I tried to search for where the message "Press [Ctrl] + [C]" is generated, so I could write a smaller program to test it. But I cannot find that string anywhere. I am new to java, etc. Any advice appreciated. THANKS.