Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 72631c69
authored
Oct 25, 2014
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
have slf4j-api dependency, have logback-classic as provided and comment out status servlet
1 parent
b904dabf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
code/moya-parent/pom.xml
code/moya-web/WebContent/WEB-INF/web.xml
code/moya-parent/pom.xml
View file @
72631c6
...
...
@@ -105,7 +105,6 @@
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.7
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
ch.qos.logback
</groupId>
...
...
code/moya-web/WebContent/WEB-INF/web.xml
View file @
72631c6
...
...
@@ -53,6 +53,8 @@
<servlet-name>
Faces Servlet
</servlet-name>
<url-pattern>
*.jsf
</url-pattern>
</servlet-mapping>
<!--
<servlet>
<servlet-name>ViewStatusMessages</servlet-name>
<servlet-class>ch.qos.logback.classic.ViewStatusMessagesServlet
...
...
@@ -62,6 +64,8 @@
<servlet-name>ViewStatusMessages</servlet-name>
<url-pattern>/logback</url-pattern>
</servlet-mapping>
-->
<session-config>
<session-timeout>
120
</session-timeout>
</session-config>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment