1 2 Previous Next 23 Replies Latest reply on Mar 6, 2005 5:39 PM by matil Go to original post
      • 15. Re: JBoss Deployment

        Hi all,

        I uploaded my code in Zip format at http://hk.geocities.com/stanley1610/JBossTutorial.zip

        Let us share and study together. Thanks for your help.

        -stan

        • 16. Re: JBoss Deployment
          natgross

          I didn't realize there was a thread on the tutorial. I have posted this request in another thread but received no response, maybe somone who worked the Fibo tutorial can help me.

          Basically, Eclipse is reporting a fatal error for the first line in the index.html file per page 24 of the tutorial:

          <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

          And the error is:
          Fatal error - White spaces are required between publicId and systemId.

          thanks
          -nat

          • 17. Re: JBoss Deployment

            Hi Nat,

            Where did you get this message? What exactly did the message show? Provide more information for us to help you.

            I suggest that you could download my code and run in your computer to test, although I am suffering Deployment Problem, which has not been solved by someone.

            If you can pass it all, please tell us your trick. Thanks.

            -stan

            PS: Can anyone find the Deployment Problem in my provide code? If you can solve it, please share your idea. Thank.

            • 18. Re: JBoss Deployment
              natgross

              The first line of index.html in docroot causes Eclipse's "Tasks" panel to give this error -live-.
              I just had this thought, I had experimented with various xml-eclipse plugins, and possibly one of em is causing this. Is there something in the first line of your index.html that might cause a fancy xml syntax checker to complain?

              Thanks;
              -nat

              • 19. Re: JBoss Deployment
                natgross

                Hi Stan;
                Indeed, xmlBuddy is reporting that error. If I tell xmlBuddy NOT to verify files, that error goes away.
                But then, is something wrong with the syntax or with xmlBuddy?
                I have since completed the tutorial but am having a deployment problem. I don't know if to start a new thread on it. I'll 'tinker' a bit more before I complain.
                Thanks
                -nat

                • 20. Re: JBoss Deployment

                  Hi nat,

                  Yes, you should handle the header well, although they just belong to the text file only. I suffered before I removed strange characters and lines.

                  But you should only suffer from Deployment Problem if you use my source. We have discussed this for very long time but no clue is found. Hope the author would visit this site or other experts can point out our fault. Thanks.

                  -teki

                  • 21. Re: JBoss Deployment

                    Hi all,

                    I found that many guys cannot download the source from the direct link, so please download the source from http://hk.geocities.com/stanley1610/jbosside.htm

                    Please help how to deploy.

                    -stan

                    • 22. Re: JBoss Deployment
                      nick0104

                      i got the example to work in the ide by changing the line
                      <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

                      to

                      <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "NONE">

                      A parser of the document was expecting to tokens and it only had one
                      obviously. I know this is a hack that worked and the example worked.


                      • 23. Re: JBoss Deployment
                        matil

                         

                        "nick0104" wrote:
                        i got the example to work in the ide by changing the line
                        <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

                        to

                        <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "NONE">

                        A parser of the document was expecting to tokens and it only had one
                        obviously. I know this is a hack that worked and the example worked.




                        Nick it worked for me too ! thnx for ur suggestion ! BTW im using JBoss-IDE

                        1 2 Previous Next