This is a discussion on WAS 6.1 404 Parsing Error Message - Websphere ; All, Issue: Whenever I attempt to view my application's URL via the web browser, I am receiving the following error message (Note that I am able to successfully deploy the EAR file to the Websphere server): Error 404: Parsing error ...
All,
Issue: Whenever I attempt to view my application's URL via the web browser, I am receiving the following error message (Note that I am able to successfully deploy the EAR file to the Websphere server):
Error 404: Parsing error processing resource path
URL: http://localhost:9081/olin q2-local/welcome.do
Inquiry: I am inquiring as to why Websphere is throwing this error message?
Application.xml file:
?xml version= "1.0" encoding= "UTF-8"
!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd"
application id= "Application_ID"
olinq2-localEAR
module id= "WebModule_1132877981640"
devolinq2eWAR.war
/olinq2-local
struts-config.xml file:
?xml version= "1.0" encoding= "UTF-8"
!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtd...onfig_1_1.dtd"
form-bean name= "SearchInputForm" type= "edu.fl.test.olinq.ui.form.SearchInputFormBean "
action path= "/welcome" parameter= "welcomeDef" type= "org.apache.struts.actions.ForwardAction"
action path= "/legal" parameter= "legalDef" type= "org.apache.struts.actions.ForwardAction"
action path= "/authorize"
name= "SearchInputForm"
type= "edu.fl.test.olinq.ui.action.SearchAction"
scope= "session"
validate= "true"
input= "legalDef"
forward name= "success" path= "searchInput.do" redirect= "true"
forward name= "failure" path= "error.do"
action path= "/searchInput" type= "org.apache.struts.actions.ForwardAction" parameter= "searchInputDef"
action path= "/search"
name= "SearchInputForm"
type= "edu.fl.test.olinq.ui.action.SearchAction"
scope= "session"
validate= "true"
input= "searchInputDef"
forward name= "search" path= "searchInput.do" redirect= "true"
forward name= "list" path= "listResults.do" redirect= "true"
forward name= "display" path= "display.do" redirect= "true"
forward name= "failure" path= "error.do" redirect= "true"
action path= "/list" type= "org.apache.struts.actions.ForwardAction" parameter= "listDef"
action path= "/listResults" type= "org.apache.struts.actions.ForwardAction" parameter= "listResultsDef"
action path= "/display"
name= "SearchInputForm"
type= "edu.fl.test.olinq.ui.action.DisplayAction"
scope= "session"
input= "listResultsDef"
forward name= "details" path= "details.do" redirect= "true"
forward name= "failure" path= "error.do" redirect= "true"
action path= "/details" type= "org.apache.struts.actions.ForwardAction" parameter= "detailsDef"
action path= "/showDefinition" type= "org.apache.struts.actions.ForwardAction" parameter= "showDef"
action path= "/searchNew"
name= "SearchInputForm"
type= "edu.fl.test.olinq.ui.action.SearchAction"
scope= "session"
forward name= "success" path= "searchInput.do" redirect= "true"
forward name= "failure" path= "error.do" redirect= "true"
action path= "/error" type= "org.apache.struts.actions.ForwardAction" parameter= "errorDef"
controller processorClass= "edu.fl.test.egov.struts.EGOVRequestProcessor"
message-resources parameter= "ApplicationResources"
message-resources parameter= "TileResources" key= "tiles"
plug-in className= "org.apache.struts.tiles.TilesPlugin"
set-property property= "definitions-config" value= "/WEB-INF/tiles-definitions.xml"
web.xml file:
?xml version= "1.0" encoding= "UTF-8"
!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"
web-app id= "WebApp"
olinq2-local
JournalFilter
edu.fl.test.egov.journaling.JournalFilter
JournalFilter
*.do
action
org.apache.struts.action.ActionServlet
config
WEB-INF/struts-config.xml
debug
2
detail
2
validate
true
2
action
*.do
index.html
index.htm
index.jsp
default.html
default.htm
default.jsp
/WEB-INF/struts-bean.tld
/WEB-INF/struts-bean.tld
/WEB-INF/struts-html.tld
/WEB-INF/struts-html.tld
/WEB-INF/struts-logic.tld
/WEB-INF/struts-logic.tld
/WEB-INF/struts-nested.tld
/WEB-INF/struts-nested.tld
/WEB-INF/struts-template.tld
/WEB-INF/struts-template.tld
/WEB-INF/struts-tiles.tld
/WEB-INF/struts-tiles.tld
http: //jakarta.apache.org/taglibs/i18n-1.0
/WEB-INF/lib/i18n.jar
http: //jakarta.apache.org/taglibs/datetime-1.0
/WEB-INF/lib/taglibs-datetime.jar
http: //jakarta.apache.org/taglibs/string-1.0.1
/WEB-INF/lib/taglibs-string.jar
http: //jakarta.apache.org/taglibs/utility
/WEB-INF/lib/utility.jar
http: //jakarta.apache.org/taglibs/mailer-1.1
/WEB-INF/lib/taglibs-mailer.jar
resource-ref id= "ResourceRef_1135183364781"
olDS
javax.sql.DataSource
Container
Shareable
Other Info:
Integrated Solutions Console, 6.1.0.15
Build Number: cf150808.12
OS: Windows XP SP2
Browsers: Firefox and IE