1 Reply Latest reply on Mar 1, 2006 4:11 PM by sanjeevsg

    Configuration for using IIS and Oracle

    sanjeevsg

      Hi,

      I have installed JBoss 4.0.3SP1. I want to use Oracle 9i/10g database and IIS web server. I changed oracle-ds.xml to match our installation and copied it to deploy folder. I get the message "[ConnectionFactoryBindingService] Bound Connection Manager 'xxx...' to JNDI name 'xxx...'. Our application also is deployed. But when I try to run the application, I get the error "root cause

      java.lang.UnsupportedClassVersionError: warsdev2/WARSMENU/ServletManager (Unsupported major.minor version 49.0)"

      along with a host of other lines. What am I doing wrong?

      I also want to know how to use IIS web server instead of the web server that comes with JBOSS.

      Any help would be greatly appreciated.

      Sanjeev

        • 1. Re: Configuration for using IIS and Oracle
          sanjeevsg

          Configuring Oracle was very simple. It has just 2 steps 1) modify oracle-ds.xml found in \docs\examples\jca folder to suit your installation and copy it to \servers\default\deploy folder 2) Copy ojdbc14.jar from \jdbc\lib folder to \servers\default\lib folder.

          But I am still looking for configuring IIS. Question regarding that shouldn't be in this forum. I will post that question under Installation/Configuration forum.

          Thanks.