1 Reply Latest reply on Aug 21, 2008 6:58 PM by peterj

    JSP tag issue when Migrating from weblogic to jboss

    patwary_shiva

      I am trying migrate our app from weblogic to jboss 4.2.1 GA. i am running into issue in JSPs where tomcat is not liking the syntax of the jsps and throwing erors. it used to work fine with weblogic.It is very hard to chnage the all the JSP as our app is ver huge.Is It possible to configure tomcat ignore erros .
      For example we wrote onClick instead of onclick which is not acceptable in tomcat but works fine in jboss.
      regards
      shiva

        • 1. Re: JSP tag issue when Migrating from weblogic to jboss
          peterj

          There is something about this I do not understand. To me, onClick is a JavaScript element - that it, it identifies JavaScript run by the browser. Therefore, I would suspect that it is more subject to the browser than to the app server.

          I create a JSP with onclick and onClick and it was converted into a servlet and ran just fine.

          Perhaps if you could post a simple JSP, and the console log stack trace, that illustrates the problem it would be helpful.