| Author |
Struts with Tiles--- simple program but not working
|
theju nagral
Greenhorn
Joined: Mar 12, 2010
Posts: 5
|
|
web.xml
struts-config.xml
index.jsp
Welcome.jsp
Layout.jsp
header.jsp
footer.jsp
menu.jsp
I am getting the following error
-----------------------------------------------------------------
HTTP Status 404 - Servlet action is not available
type Status report
message Servlet action is not available
description The requested resource (Servlet action is not available) is not available.
Apache Tomcat/5.5.25
-------------------------------------------------------------
Please can anyone help me out with this
|
 |
Lorand Komaromi
Ranch Hand
Joined: Oct 08, 2009
Posts: 276
|
|
|
It looks like your action servlet was not initialized, you probably have an error in struts-config.xml, or missing some jar. Are there any other error messages in the logs..?
|
OCJP 6 (93%)
|
 |
theju nagral
Greenhorn
Joined: Mar 12, 2010
Posts: 5
|
|
Hi Lorand Komaromi
I am very much new to struts
please can you elaborate...
|
 |
 |
|
|
subject: Struts with Tiles--- simple program but not working
|
|
|