2 Replies Latest reply on Dec 9, 2003 12:27 AM by jonlee

    JBoss UserName and Password

    balanscott

      When I try to connect to JBOss from http://machine:8080 and it brings up a login screen for XDB? What is the login information for this? Is something else supposed to be started?

        • 1. Re: JBoss UserName and Password
          balanscott

          I stopped everything with Oracle and this issue went away. Now, my question is where can I learn about the appropriate files to configure to work around this in the future.

          • 2. Re: JBoss UserName and Password
            jonlee

            I'm guessing this is your Oracle web-based management console on port 8080. You can either remap it or change the embedded servlet containers in JBoss (Jetty or Tomcat) to work from another port.

            You can buy the JBoss documentation that will cover the 3.2.x configuration and management.

            You can also look at:
            http://www.amitysolutions.com.au/downloads/response_tester.pdf in section 6.2.1 and 6.2.2 for basic information on where the connectors/listeners are configured for the embedded servlet containers. This covers specific points of configuration in relation to a particular J2EE application.