1 Reply Latest reply on May 6, 2004 12:45 PM by jonf

    username and password for "XDB" at localhost problem

    slapbass

      Hi.

      I have installed my jboss3.2.3 and deployed duke's bank application.
      When I wanted to check if it works dialog with two inputs : username and password appeared. I don't know about what jboss asked me. I have searched all files in jboss directories and I didn't find any username or password for it.
      I have searched almost everywhere:) please help...

      slapbass

        • 1. Re: username and password for
          jonf

          I had the same problem. Oracle was started on the same port that by default JBoss uses (8080). Either change your JBoss port, or else change the Oracle port:

          Run Start->Programs->Oracle OraHome92->Enterprise Manager Console and launch standalone.
          Expand tree structure Network->Databases and select <DB SID>. Login as system user by right clicking and selecting 'Connect'. Remember to change the 'Connect as' list box to 'SYSDBA'
          Further expand XML Databases and select Configuration.
          Change the XML Database Parameter http-port from 8080 to 8081

          If you want to see what application is currently using any port use netstat -oa if using Win XP, then lookup the PID from Task Manager. Better still, find fport from Google.