2 Replies Latest reply on Aug 14, 2006 1:09 AM by ravichandrakn

    hi all...!

    ravichandrakn

      i'm new to this community, i'm facing difficulties in deploying one simple application in to sever. it's showing like,

      17:22:56,265 INFO [ContextConfig] Missing application web.xml, using defaults only StandardEngine[jboss.web].StandardHost[localhost].StandardContext[/cha1]

      my folder structure are:
      chat/
      WEB-INF/
      web.xml
      classes/
      Smple.java
      Simple.class

      i created a .war file for chat folder: chat.war file

      i hope i will get a solution for this query.
      Thanks,
      Ravichandra.

        • 1. Re: hi all...!
          peterj

          It looks like all of your files are under a base folder named "chat". Instead, your char.war should contain:

          ./WEB-INF/web.xml
          ./WEB-INF/classes/Simple.class

          I left off the Simple.java file since it is not required.

          • 2. Re: hi all...!
            ravichandrakn

            thanks for ur reply,
            its working now.
            i hope u will help me in future also.
            Thanks,
            Ravi