The requirement is to have Linux machine without additional installations aka Java, apache tomcat/jboss, that will be able to serve as a web server and to accept web service request (I will have to write some web service in C++ that will serve under this web server).
So, the question is if there is some C++ library that provides such a simulation of web server, since from outside it should behave the same way - to get http request and to redirect to appropriate web service.