3 Replies Latest reply on Dec 5, 2008 3:52 PM by alesj

    Tomcat in the web Profile

    bob.mcwhirter

      In CR2, my Rails deployers worked in the 'all' and 'default' configurations. They ultimately rely on the Tomcat service, using

       <depends>jboss:service=WebService</depends>
      


      This seems to be gone in the 'web' profile.

      I do see a jboss.web:service=WebServer, but that's deployed from deploy/ and not deployers/ so the dependency on that fails.

       -> jboss.web:service=WebServer{Create:** NOT FOUND Depends on 'jboss.web:service=WebServer' **}
      


      What should my dependency be in order to work in all/default and web profiles?

      Thanks!

      -Bob