]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Converted space -> tab
authorRoland Haeder <roland@mxchange.org>
Wed, 2 Sep 2015 07:52:11 +0000 (09:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 2 Sep 2015 07:53:37 +0000 (09:53 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

nbproject/faces-config.NavData
web/WEB-INF/glassfish-web.xml
web/WEB-INF/web.xml

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..298bfc50a82fc997caae5cb3a3a53656c24b7570 100644 (file)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scene Scope="Project" version="2">
+    <Scope Scope="Faces Configuration Only"/>
+    <Scope Scope="Project"/>
+    <Scope Scope="All Faces Configurations"/>
+</Scene>
index 13e0059fffb79e9888f6bfa2f5249d72cad958d1..ed9840a06fe6296dd2af8bc87774763e37afbd55 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
 <glassfish-web-app error-url="">
-  <class-loader delegate="true"/>
-  <jsp-config>
-    <property name="keepgenerated" value="true">
-      <description>Keep a copy of the generated servlet class' java code.</description>
-    </property>
-  </jsp-config>
+       <class-loader delegate="true"/>
+       <jsp-config>
+               <property name="keepgenerated" value="true">
+                       <description>Keep a copy of the generated servlet class' java code.</description>
+               </property>
+       </jsp-config>
 </glassfish-web-app>
index 185adda9e1f81d6ff8dd8ce267bd4bfa31aa5d2f..1d88bf7b44977260aa8862dda9ca52a2b84d3008 100644 (file)
@@ -1,86 +1,86 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
-    <context-param>
-        <description>Full-qualified back class name, must implement DatabaseBackend interface</description>
-        <param-name>database.backend.class</param-name>
-        <param-value>org.mxchange.jcore.database.backend.base64.Base64CsvDatabaseBackend</param-value>
-    </context-param>
-    <context-param>
-        <description>Login name for MySQL database, mostly not root</description>
-        <param-name>database.mysql.login</param-name>
-        <param-value>root</param-value>
-    </context-param>
-    <context-param>
-        <description>Password for above login, an empty password can be archived by setting a space</description>
-        <param-name>database.mysql.password</param-name>
-        <param-value>root</param-value>
-    </context-param>
-    <context-param>
-        <description>Hostname or IP address for MySQL server</description>
-        <param-name>database.mysql.host</param-name>
-        <param-value>localhost</param-value>
-    </context-param>
-    <context-param>
-        <description>Name of MySQL catalog</description>
-        <param-name>database.mysql.dbname</param-name>
-        <param-value>test</param-value>
-    </context-param>
-    <context-param>
-        <description>Data path for file-based database backends. This must be a relative path and it will reside 2 levels up from the server's web path.</description>
-        <param-name>database.backend.storagepath</param-name>
-        <param-value>data</param-value>
-    </context-param>
-    <context-param>
-        <param-name>javax.faces.PROJECT_STAGE</param-name>
-        <param-value>Development</param-value>
-    </context-param>
-    <filter>
-        <description>A servlet filter for setting character encoding to UTF-8</description>
-        <filter-name>Utf8ServletFilter</filter-name>
-        <filter-class>org.mxchange.jsfcore.filter.servlet.utf8.Utf8ServletFilter</filter-class>
-    </filter>
-    <filter>
-        <description>A servlet filter for logging</description>
-        <filter-name>Log4jServletFilter</filter-name>
-        <filter-class>org.apache.logging.log4j.web.Log4jServletFilter</filter-class>
-    </filter>
-    <filter>
-        <description>A filter for handling added basket items</description>
-        <filter-name>BasketItemAddedFilter</filter-name>
-        <filter-class>org.mxchange.jshop.filter.servlet.basket.BasketItemAddedFilter</filter-class>
-    </filter>
-    <filter-mapping>
-        <filter-name>BasketItemAddedFilter</filter-name>
-        <url-pattern>/form_handler/add_item.jsp</url-pattern>
-    </filter-mapping>
-    <filter-mapping>
-        <filter-name>Log4jServletFilter</filter-name>
-        <url-pattern>/*</url-pattern>
-    </filter-mapping>
-    <filter-mapping>
-        <filter-name>Utf8ServletFilter</filter-name>
-        <url-pattern>/*</url-pattern>
-    </filter-mapping>
-    <servlet>
-        <servlet-name>Faces Servlet</servlet-name>
-        <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
-        <load-on-startup>1</load-on-startup>
-    </servlet>
-    <servlet-mapping>
-        <servlet-name>Faces Servlet</servlet-name>
-        <url-pattern>/faces/*</url-pattern>
-    </servlet-mapping>
+       <context-param>
+               <description>Full-qualified back class name, must implement DatabaseBackend interface</description>
+               <param-name>database.backend.class</param-name>
+               <param-value>org.mxchange.jcore.database.backend.base64.Base64CsvDatabaseBackend</param-value>
+       </context-param>
+       <context-param>
+               <description>Login name for MySQL database, mostly not root</description>
+               <param-name>database.mysql.login</param-name>
+               <param-value>root</param-value>
+       </context-param>
+       <context-param>
+               <description>Password for above login, an empty password can be archived by setting a space</description>
+               <param-name>database.mysql.password</param-name>
+               <param-value>root</param-value>
+       </context-param>
+       <context-param>
+               <description>Hostname or IP address for MySQL server</description>
+               <param-name>database.mysql.host</param-name>
+               <param-value>localhost</param-value>
+       </context-param>
+       <context-param>
+               <description>Name of MySQL catalog</description>
+               <param-name>database.mysql.dbname</param-name>
+               <param-value>test</param-value>
+       </context-param>
+       <context-param>
+               <description>Data path for file-based database backends. This must be a relative path and it will reside 2 levels up from the server's web path.</description>
+               <param-name>database.backend.storagepath</param-name>
+               <param-value>data</param-value>
+       </context-param>
+       <context-param>
+               <param-name>javax.faces.PROJECT_STAGE</param-name>
+               <param-value>Development</param-value>
+       </context-param>
+       <filter>
+               <description>A servlet filter for setting character encoding to UTF-8</description>
+               <filter-name>Utf8ServletFilter</filter-name>
+               <filter-class>org.mxchange.jsfcore.filter.servlet.utf8.Utf8ServletFilter</filter-class>
+       </filter>
+       <filter>
+               <description>A servlet filter for logging</description>
+               <filter-name>Log4jServletFilter</filter-name>
+               <filter-class>org.apache.logging.log4j.web.Log4jServletFilter</filter-class>
+       </filter>
+       <filter>
+               <description>A filter for handling added basket items</description>
+               <filter-name>BasketItemAddedFilter</filter-name>
+               <filter-class>org.mxchange.jshop.filter.servlet.basket.BasketItemAddedFilter</filter-class>
+       </filter>
+       <filter-mapping>
+               <filter-name>BasketItemAddedFilter</filter-name>
+               <url-pattern>/form_handler/add_item.jsp</url-pattern>
+       </filter-mapping>
+       <filter-mapping>
+               <filter-name>Log4jServletFilter</filter-name>
+               <url-pattern>/*</url-pattern>
+       </filter-mapping>
+       <filter-mapping>
+               <filter-name>Utf8ServletFilter</filter-name>
+               <url-pattern>/*</url-pattern>
+       </filter-mapping>
+       <servlet>
+               <servlet-name>Faces Servlet</servlet-name>
+               <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
+               <load-on-startup>1</load-on-startup>
+       </servlet>
+       <servlet-mapping>
+               <servlet-name>Faces Servlet</servlet-name>
+               <url-pattern>/faces/*</url-pattern>
+       </servlet-mapping>
        <mime-mapping>
                <extension>tpl</extension>
                <mime-type>text/plain</mime-type>
        </mime-mapping>
-    <session-config>
-        <session-timeout>
-            30
-        </session-timeout>
-    </session-config>
-    <welcome-file-list>
-        <welcome-file>faces/index.xhtml</welcome-file>
-        <!--<welcome-file>index.jsp</welcome-file>-->
-    </welcome-file-list>
+       <session-config>
+               <session-timeout>
+                       30
+               </session-timeout>
+       </session-config>
+       <welcome-file-list>
+               <welcome-file>faces/index.xhtml</welcome-file>
+               <!--<welcome-file>index.jsp</welcome-file>-->
+       </welcome-file-list>
 </web-app>