Программисты JAVA общаются здесь
-
Anonymous
Запрошенный ресурс недоступен, код состояния 404 в Struts 2.
Сообщение
Anonymous »
Я пытаюсь запустить пример веб-приложения в Struts 2 и столкнулся с проблемой.
Вот коды,
< strong>web.xml:
Код: Выделить всё
Struts 2
index.jsp
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
struts2
/*
index.jsp:
Код: Выделить всё
Hello World
Hello World From Struts2
Please enter your name
struts.xml:Код: Выделить всё
Подробнее здесь: [url]https://stackoverflow.com/questions/26535886/the-requested-resource-is-not-available-404-status-code-in-struts-2[/url]
1730553344
Anonymous
Я пытаюсь запустить пример веб-приложения в Struts 2 и столкнулся с проблемой.
Вот коды,
< strong>web.xml:
[code]
Struts 2
index.jsp
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
struts2
/*
[/code]
[b]index.jsp:[/b]
[code]
Hello World
Hello World From Struts2
Please enter your name
[/code]
[b]struts.xml:[/b][code]
Подробнее здесь: [url]https://stackoverflow.com/questions/26535886/the-requested-resource-is-not-available-404-status-code-in-struts-2[/url]