diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/example.xml b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/example.xml index 442f5eee32..7de329f94e 100644 --- a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/example.xml +++ b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/example.xml @@ -12,16 +12,16 @@ - /example/HelloWorld.jsp + /WEB-INF/example/HelloWorld.jsp - /example/Login.jsp + /WEB-INF/example/Login.jsp Menu - /example/{1}.jsp + /WEB-INF/example/{1}.jsp diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/HelloWorld.jsp b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/HelloWorld.jsp similarity index 100% rename from archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/HelloWorld.jsp rename to archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/HelloWorld.jsp diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Login.jsp b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Login.jsp similarity index 100% rename from archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Login.jsp rename to archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Login.jsp diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Menu.jsp b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Menu.jsp similarity index 100% rename from archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Menu.jsp rename to archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Menu.jsp diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Missing.jsp b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Missing.jsp similarity index 100% rename from archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Missing.jsp rename to archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Missing.jsp diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Register.jsp b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Register.jsp similarity index 100% rename from archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Register.jsp rename to archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Register.jsp diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Welcome.jsp b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Welcome.jsp similarity index 100% rename from archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/Welcome.jsp rename to archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/example/Welcome.jsp diff --git a/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml b/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml index 8bcbdb172a..2536c06306 100644 --- a/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml +++ b/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml @@ -12,12 +12,12 @@ - /jsp/index.jsp + /WEB-INF/jsp/index.jsp /jsp/index.jsp - /jsp/helloWorld.jsp + /WEB-INF/jsp/helloWorld.jsp diff --git a/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/jsp/helloWorld.jsp b/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jsp/helloWorld.jsp similarity index 100% rename from archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/jsp/helloWorld.jsp rename to archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jsp/helloWorld.jsp diff --git a/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/jsp/index.jsp b/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jsp/index.jsp similarity index 100% rename from archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/jsp/index.jsp rename to archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jsp/index.jsp