Hello ,
I have a war file which run perfectly fine in
tomcat 5.5.4 but throws exceptions in
JBoss 4.0.1. Even struts-examples.war is throwing exceptions. Do I have to configure JBoss in any way to get the application running? The exception in jboss are -
org.apache.jasper.JasperException: Unable to compile class for
JSP Generated
servlet error:
C:\jboss-4.0.1\server\default\work\jboss.web\localhost\cssadmin\org\apache\jsp\LoginPage_jsp.java:120: _jspx_meth_html_base_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.LoginPage_jsp cannot be applied to (org.apache.struts.taglib.html.HtmlTag,javax.servlet.jsp.PageContext)
if (_jspx_meth_html_base_0(_jspx_th_html_html_0, _jspx_page_context))
^
Generated servlet error:
C:\jboss-4.0.1\server\default\work\jboss.web\localhost\cssadmin\org\apache\jsp\LoginPage_jsp.java:126: _jspx_meth_logic_notPresent_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.LoginPage_jsp cannot be applied to (org.apache.struts.taglib.html.HtmlTag,javax.servlet.jsp.PageContext)
if (_jspx_meth_logic_notPresent_0(_jspx_th_html_html_0, _jspx_page_context))
^
Generated servlet error:
C:\jboss-4.0.1\server\default\work\jboss.web\localhost\cssadmin\org\apache\jsp\LoginPage_jsp.java:209: _jspx_meth_html_form_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.LoginPage_jsp cannot be applied to (org.apache.struts.taglib.html.HtmlTag,javax.servlet.jsp.PageContext)
if (_jspx_meth_html_form_0(_jspx_th_html_html_0, _jspx_page_context))
^
----------More similar exception-----
Generated servlet error:
Note: C:\jboss-4.0.1\server\default\work\jboss.web\localhost\cssadmin\org\apache\jsp\LoginPage_jsp.java uses or overrides a deprecated API.
Generated servlet error:
Note: Recompile with -Xlint

eprecation for details.
Generated servlet error:
Note: C:\jboss-4.0.1\server\default\work\jboss.web\localhost\cssadmin\org\apache\jsp\LoginPage_jsp.java uses unchecked or unsafe operations.
Generated servlet error:
Note: Recompile with -Xlint:unchecked for details.
8 errors
[ January 25, 2005: Message edited by: Hari priya ]
[ January 25, 2005: Message edited by: Hari priya ]
[ January 25, 2005: Message edited by: Hari priya ]
[ January 26, 2005: Message edited by: Hari priya ]
[ January 26, 2005: Message edited by: Hari priya ]