Skip to content

mtnaseef/wordcount-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build:

mvn compile

To run:

mvn exec:java

To access the service:

curl -XPOST http://localhost:8080/wordcount -F file=@somefile.zip

The grizzly service listens on localhost:8080. To stop the service cleanly, press Enter in the console where the process was started. The web service creates fils in the default temporary diretory. If the service is not stopped cleanly, some files may be left - they can be identified by the prefix wordcount.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages