Version 1

    Since Jboss 5 have more strict checks compare to jboss 4,

    1)I'm using Ant 1.6, the above error can be ignore by add

     

    set ANT_OPTS=%ANT_OPTS% -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false

     

    to ant.bat, then re-compile the jsp source code.

     

     

    2)if you deploy the jsp source directly, (compile on the fly), you need to pass the above property to JVM