Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarinka committed Aug 8, 2017
1 parent da066fd commit 35cc32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -13,4 +13,5 @@ data/reuters/*
*.tmp
catalina.out
stanford-entity-extractor/log/*
target
target
HANDY SNIPPETS.txt
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -276,7 +276,7 @@ To build, run `mvn` in the top level directory. You can do `mvn package -DskipT

## Tomcat Setup

CLIFF is setup to be run inside a Java servlet container (ie. Tomcat7). For development
CLIFF is setup to be run inside a Java servlet container (ie. Tomcat 8). For development
we use the [Maven Tomcat plugin](http://tomcat.apache.org/maven-plugin.html). To deploy,
add this to your `%TOMCAT_PATH%/conf/tomcat-users.xml` file:
```xml
Expand Down

0 comments on commit 35cc32d

Please sign in to comment.