built-in webserver

2004-03-19 Thread Sandeep Kachalia
Hi,

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

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com


Re: built-in webserver

2004-03-19 Thread Thomas OZENNE
I can recommend you a Java Network Book from oreilly, you'll probly just
need a server squeleton and there is one in the book :) O'Reilly Network
Java Programmng by Elliote Rusty Harold :) , I still didn't read it but I
will sometimes :)
or you can find a basic http server on google easily





Sandeep Kachalia [EMAIL PROTECTED]
19/03/2004 14:12
Please respond to
A mailing list about Java Server Pages specification and reference
[EMAIL PROTECTED]


To
[EMAIL PROTECTED]
cc

Subject
built-in webserver






Hi,

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


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com




===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com