----- Original Message ----- 
From: "nishant kumar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 03, 2004 1:20 AM
Subject: http server


> hi,
> i am new to tomcat development. i need to look into the code of tomcat
> as a stand alone http server. ie no apache connector, no jsp container
> and also may be just the tomcat 5 code.
> what packages should i look into? and is there a way to create a
> seperate build for just the httpserver?

The http server packages are 'org.apache.coyote' (in j-t-c/coyote), and
'org.apache.coyote.http11' (in j-t-c/http11).  To use just the http server,
you need to write a class that implements o.a.c.Adapter, and pass it off to
the Http11Protocol instance.

> thanks,
> nishant.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to