1 Reply Latest reply on Jan 5, 2005 5:04 AM by frito

    deployment problem

    repkin

      hi I cant deploy simple ejb application, I want to explain what I have done and please tell me what I am missing

      I have this files

      myWebApp.jar
      /index.jsp
      /WEB-INF(dir)
      | /web.xml
      | /classes(dir)
      | | /myejb(dir)
      | | /myConnector.class
      | | /myConnectorBean.class
      | | /myConnectorHome.class
      | /lib(dir)
      | /mysql_jdbc.jar
      /META-INF
      /MANIFEST.MF

      Is there any missing file, after that how can I deploy this war file to jboss?