Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open the two jsp files, stateless.jsp and stateful.jsp located in the <session_home>/src/webapp directory and make sure the following line is present:

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

Back to Top

Build the sample application

...

Open the two jsp files, stateless.jsp and stateful.jsp located in the <session_home>/src/webapp directory and make sure you replace the following line is present:

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> - this is used for JBoss.

with this other:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> - this is used for Apache Geronimo.

Back to Top

Back to Top

Deploy the migrated application

...