Skip to content

cevheri/dict-java-servlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dict Java Servlet

ref:


  • The Project modify to the maven

Requirements:

  • Java 8
  • Tomcat 8x , you need your tomcat configuration
  • praat
Tomcat
  • /opt/tomcat/conf/tomcat-users.xml
<!--  user manager can access only manager section  -->
<role rolename="manager-gui"/>
<user username="manager" password="admin" roles="manager-gui"/>
<!--  user admin can access manager and admin section both  -->
<role rolename="admin-gui"/>
<user username="admin" password="admin" roles="manager-gui,admin-gui"/>
  • Intellij IDE Add new running configuration and select tomcat8x

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published