0 Replies Latest reply on Oct 13, 2008 7:15 AM by srideviconeti

    Struts application not working on JBoss

    srideviconeti

      Iam trying to migrate a Struts app from Weblogic to JBoss. I am using JBoss4.0.5. The deployment of war file went through smoothly but when I point to the URL of my app, nothing happens, no errors thrown. Then I tried to access specific jsps in my app and I get the following error:

      ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/WaiverTool].[jsp]] Servlet.service() for servlet jsp threw exception
      org.apache.jasper.JasperException: /jsp/contact.jsp(2,0) /jsp/contactHeader.jsp(42,0) Unterminated <html:html tag

      The steps I followed to migrate into JBoss are listed below:

      I created a jboss-web.xml file from the weblogic.xml file.

      I created ds.xml files for the three different datasources that my app uses.

      I modified the compile classpath in build.xml file to point to the lib folder in jboss/server/default.

      Is there anything else I am missing. I have searched the entire web for the last few days and could not arrive at the resolution. Please help.