5 Replies Latest reply on May 11, 2008 4:50 AM by pepelara

    Call a jsp inside an ear file deployed on JBoss 4.0.0

    pepelara

      Hi,

      I have an ear file deployed on JBoss and it is done. It has a war and a jar files.
      The application is just a Stateless Session Bean that adds two integers and returns the result. This is my jar file.

      In the other side, the war file that is a simple jsp that shows the result.

      The application has no input. It is just the output of the result of adding two integers and showing the result in my jsp.

      My problem is that I cant call the Jsp, I do not know how to do it.

      Any idea?