I would like to host my own version of the boilerpipe web API (http://code.google.com/p/boilerpipe/). The appspot site is http://boilerpipe-web.appspot.com/

I would like to self host it. Can someone give me directions on how to use the Boilerpipe JAR to create a webpage ?

link|improve this question
feedback

1 Answer

I am the author of boilerpipe.

Boilerpipe's demo web application "boilerpipe-web" is not part of the boilerpipe-core jar. To imitate its functionality you will need to write some Java Servlet around boilerpipe-core.

I'll probably release the source of boilerpipe-web at some point, so you don't have to bother with. Feel free to contact me if you have further questions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.