I want to write an application that will embed the
webserver
in itself. The application will accept all HTTP request. In turn it
will pass
on the request to webserver libraries to get response and the same
response
will be pass on to requester client.
In short I need a built-in webserver. So my question is how can I access the webserver libraries to do this job. I am currently using Tomcat4.1, suggest any built-in webserver, the webserver should preferably be an open source so that I can change the source as per my application requirements.
Thanks for consideration.
Sandeep