2 Replies Latest reply on Mar 2, 2007 1:52 PM by virtualblue

    Upgrading Server, SQL Server, JBoss, Java, JDBC for Large sc

    virtualblue

      Hi. We are preparing to migrate a large(over a million lines of code) Java(beans, JSP servlets etc) reporting application from Windows NT to Windows 2003 Server, MSSQL server 7 to 2005, Jboss 3.02 to 4.04, Java 1.4 to 1.5(5) and JTurbo JDBC driver 3 to 2005. I am not the original developer and have only a couple of years working with Java to support this app. Believe it or not I am having a hard time finding any kind of concise documentation on such a migration. There is plenty of info on general installation and configuration but I am looking for anything more specific. Any help would be appreciated.

      I am mostly concerned with redeploying the application files in the new JBoss file structure, making sure I map it all corectly. Also wondering about the login/JBoss Authentication and Realms. Can the Realm name be the same as before if it is on a different server? If I use a different JDBC driver I will have to change the string anywhere the reference exists to the old driver correct?

      If anyone has any links on potential issues that might come up (I assume others have done this before) that would help. Thanks.

        • 1. Re: Upgrading Server, SQL Server, JBoss, Java, JDBC for Larg
          genman

          Well, it's a big project, and I doubt you'll get much help on every detail of it here.

          With regards to migration, the easiest thing is to simply throw your code on to the new JBoss and see what breaks. Now, the great thing about JBoss is that it is fairly backwards compatible. The trouble areas are classloading and the areas which do change are the server configurations and security configurations.

          It's better to jump in and post questions if you are stuck, than expect us to anticipate every possible problem.

          • 2. Re: Upgrading Server, SQL Server, JBoss, Java, JDBC for Larg
            virtualblue

            Thanks for the reply. Yes it is big and I certainly didn't expect details here. You have good advice and this is what we are doing now so I will post if I come across any issues I can't solve. Thanks.

            Edward