|
I am dizzy, in server.xml
<Host name = "localhost" appBase = "webapps"
unpackWARs = "true" autoDeploy = "true"
xmlValidation = "false" xmlNamespaceAware = "false">
<Context docBase = "$ {catalina.home} / webapps / test" path = "test" reloadable = "true">
<WatchedResource> WEB-INF / struts-config.xml </ WatchedResource>
</ Context>
</ Host>
Is this wrong? Start tomcat and report
Parsing error processing resource path /WEB-INF/struts-config.xml
java.io.FileNotFoundException
The strangest thing is that no matter what I change struts-config.xml to, this file is reported wrong
Hell |
|