0 Replies Latest reply on Mar 20, 2006 9:54 PM by chaman4110

    where jsp file place in jboss ot get result.

    chaman4110

      i simply make following jsp file, but where this file copy in jboss-3.2.2 to get the result of expression in browser.

      <%@ page language="java" errorPage="error" %>
      <!DOCTYPE HTML PUBLIC "-//w3c//dtd html 4.0 transitional//en">


      Lomboz JSP



      <h1>Jsp is as...</h1>
      1+2+3=<c:out value ="${1+2+3}" />