0 Replies Latest reply on Jul 2, 2012 9:39 AM by jaspar

    How to deploy an Apache Tomcat application on JBoss AS 7

    jaspar

      Hehyo community,

       

      I have a web application that was originally designed for Apache Tomcat which I'd like to deploy in a JBoss AS 7 environment.

      When I deploy the application on a JBoss AS 7 without making any changes I get an error of type

       

      JBAS014775: New missing/unsatisfied dependencies.

      service jboss.naming.context.java.jboss.resources.jdbc.EPCISDB (missing) dependents: [service jboss.naming.context.java.module."epcis-repository-0.5.0"."epcis-repository-0.5.0".env.jdbc.EPCISDB]

       

      Obviously the database settings of the application are incorrect. The original database settings are defined in a context.xml file within the META-INF folder of the web archive.

      Now, as I am fairly new to the whole world of application servers I don't have a clue what's to be done to get the application deployed on a JBoss AS 7.

       

      Any help is highly appreciated.

       

       

      Regards,

      Jas