Skip to content

rupeshgupta1989/HTTPWordCountUtility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPWordCountUtility

Gives the count of a word from a corpus of file

instuction to run

1)The project contains a wordcount.properties in which we can specify the dir where all the files that has to be searched will be present.please change the path to point to a dir which contains the text files to be searched. 2)Now Build the project using command mvn clean package 3)It will produce the packaged http-count-utility.war web application under http-count-utility\target dir 4)Please deploy this war file to tomcat or any other web server. 5)Now start the server and test the application using below url from browser

http://:/http-count-utility/wordcount?query=

6)It will return a json string in below format which will be displayed on browser {"count":}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages