4 Replies Latest reply on Sep 6, 2010 7:10 PM by margar125

    seam not work with jboss4

    margar125

      Hi everyone, sorry for my bad english


      I have developed a seam application and it works perfectly with jboss 4.2.3. But, when the pc doesn't have ip address (pc could be disconnected) jboss not work, if I put this address: http://localhost:8080, this doesn't work too. In the momento I put the wire, all work again. What must I configure to jboss works without network. My client doesn't internet connection.


      Thanks you

        • 1. Re: seam not work with jboss4
          amitev

          Seam is not the problem here. How do you configure the server?

          • 2. Re: seam not work with jboss4
            margar125

            Thanks for you reply


            Only I downladed jboss 4 and started it. I didn't set up anything. So, if I have not got internet or network connection, it's not possible display the localhost:8080 page, what must I set up?


            Thanks you a lot

            • 3. Re: seam not work with jboss4
              tmalatinszki

              Could You show the stack trace and/or the error message that You get?


              Regards,


              Tamas

              • 4. Re: seam not work with jboss4
                margar125

                Thanks for you reply.
                Jboss in start up, tries to validate all dtd, with hiberate 3 there no are problem, but yes with hibernate 2, it says that it's not possible parse the file. No documentation is provided. I solved putting hibernate 2 dtd in jboss's hibernate 3 jar.
                1. are there some way to disable dtd validation?
                org.hibernate.InvalidMappingException: Could not parse mapping document from invalid mapping
                sorry, in this moment I have no exception stack trace
                2. if pc have no network connection, the server doesn't work, http://localhost:8080 is not allowed to be accessed. Try to disconnect the wire, jboss doesn't work anymore.