RE: Jetty Architecture

2003-12-11 Thread Shapira, Yoav

Howdy,
That's great, thanks.  I'm going to combine this with Jeanfrancois'
documents, maybe add a bit of graphics to yours or space it out
otherwise, and that's it for the first revision.

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Filip Hanik [mailto:[EMAIL PROTECTED]
>Sent: Thursday, December 11, 2003 12:52 PM
>To: Shapira, Yoav
>Cc: Tomcat-Dev
>Subject: RE: Jetty Architecture
>
>here are my notes, it is not much, but it tells you a little about the
>layout and relationship between  the components
>
>Filip
>
>-Original Message-
>From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
>Sent: Thursday, December 11, 2003 5:49 AM
>To: Tomcat Developers List
>Subject: RE: Jetty Architecture
>
>
>
>Hi,
>I got your diagrams -- they're great!  They're about 80% of what I was
>looking to do.  I'm just going to add a little overview and that's
about
>it.  I'll post the completed web page on my apache account for you to
>see before I put it in CVS or anything like that.  Thanks,
>
>Yoav Shapira
>Millennium ChemInformatics
>
>
>>-Original Message-
>>From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED]
>>Sent: Wednesday, December 10, 2003 4:33 PM
>>To: Tomcat Developers List
>>Subject: Re: Jetty Architecture
>>
>>
>>
>>Shapira, Yoav wrote:
>>
>>>Hi,
>>>I like this page:
>>>http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does
>anyone
>>>have anything close to this for tomcat, or would I need to create one
>>>from scratch?
>>>
>>>
>>I have something very similar if you want them. Those are basic UML
>>diagram I did a long time ago. Just check your inbox :-)
>>
>>-- Jeanfrancois
>>
>>
>>>Yoav Shapira
>>>Millennium ChemInformatics
>>>
>>>
>>>
>>>
>>>
>>>This e-mail, including any attachments, is a confidential business
>>communication, and may contain information that is confidential,
>>proprietary and/or privileged.  This e-mail is intended only for the
>>individual(s) to whom it is addressed, and may not be saved, copied,
>>printed, disclosed or used by anyone else.  If you are not the(an)
>intended
>>recipient, please immediately delete this e-mail from your computer
>system
>>and notify the sender.  Thank you.
>>>
>>>
>>>-
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>>
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary and/or privileged.  This e-mail is intended only for
>the individual(s) to whom it is addressed, and may not be saved,
>copied, printed, disclosed or used by anyone else.  If you are not
>the(an) intended recipient, please immediately delete this e-mail
>from your computer system and notify the sender.  Thank you.
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: Jetty Architecture

2003-12-11 Thread Filip Hanik
here are my notes, it is not much, but it tells you a little about the
layout and relationship between  the components

Filip

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 11, 2003 5:49 AM
To: Tomcat Developers List
Subject: RE: Jetty Architecture



Hi,
I got your diagrams -- they're great!  They're about 80% of what I was
looking to do.  I'm just going to add a little overview and that's about
it.  I'll post the completed web page on my apache account for you to
see before I put it in CVS or anything like that.  Thanks,

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, December 10, 2003 4:33 PM
>To: Tomcat Developers List
>Subject: Re: Jetty Architecture
>
>
>
>Shapira, Yoav wrote:
>
>>Hi,
>>I like this page:
>>http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does
anyone
>>have anything close to this for tomcat, or would I need to create one
>>from scratch?
>>
>>
>I have something very similar if you want them. Those are basic UML
>diagram I did a long time ago. Just check your inbox :-)
>
>-- Jeanfrancois
>
>
>>Yoav Shapira
>>Millennium ChemInformatics
>>
>>
>>
>>
>>
>>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary and/or privileged.  This e-mail is intended only for the
>individual(s) to whom it is addressed, and may not be saved, copied,
>printed, disclosed or used by anyone else.  If you are not the(an)
intended
>recipient, please immediately delete this e-mail from your computer
system
>and notify the sender.  Thank you.
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential,
proprietary and/or privileged.  This e-mail is intended only for
the individual(s) to whom it is addressed, and may not be saved,
copied, printed, disclosed or used by anyone else.  If you are not
the(an) intended recipient, please immediately delete this e-mail
from your computer system and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Tomcat 5 Startup Sequence

Sequence 1. Start from Command Line
Class: org.apache.catalina.startup.Bootstrap
What it does:
a) Set up classloaders 
commonLoader (common)-> System Loader
sharedLoader (shared)-> commonLoader -> System Loader
catalinaLoader(server) -> commonLoader -> System Loader
b) Load startup class (reflection)
org.apache.catalina.startup.Catalina
setParentClassloader -> sharedLoader
Thread.contextClassloader -> catalinaLoader
c) Bootstrap.daemon.init() complete

Sequence 2. Process command line argument (start, startd, stop, stopd)
Class: org.apache.catalina.startup.Bootstrap (assume command->start)
What it does: 
a) Catalina.setAwait(true);
b) Catalina.load()
b1) initDirs() -> set properties like 
  catalina.home
  catalina.base == catalina.home (most cases)
b2) initNaming
setProperty(javax.naming.Context.INITIAL_CONTEXT_FACTORY,
org.apache.naming.java.javaURLContextFactory 
->default)
b3) createStartDigester() 
Configures a digester for the main server.xml elements like
org.apache.catalina.core.StandardServer (can change of course 
:)
org.apache.catalina.deploy.NamingResources
Stores naming resources in the J2EE JNDI tree
org.apache.catalina.LifecycleListener
implements events for start/stop of major components
org.apache.catalina.core.StandardService
The single entry for a set of connectors,
so that a container can listen to multiple connectors
ie, 

RE: Jetty Architecture

2003-12-11 Thread David Evans
Great, thank you.

dave

On Thu, 2003-12-11 at 09:35, Shapira, Yoav wrote:
> 
> Howdy,
> If you can wait a couple of days, let me finish what I'm adding to the
> document and I think you'll find the result more useful. ;)
> 
> Yoav Shapira
> Millennium ChemInformatics
> 
> 
> >-Original Message-
> >From: David Evans [mailto:[EMAIL PROTECTED]
> >Sent: Thursday, December 11, 2003 9:34 AM
> >To: Tomcat Developers List
> >Subject: Re: Jetty Architecture
> >
> >Hello,
> >
> >
> >On Wed, 2003-12-10 at 16:08, Filip Hanik wrote:
> >> I have a basic doc (text no pictures) one page that describes some of
> >this,
> >> let me see if I can dig it up for you,
> >> but your diagram would be "much" bigger :), since the number of
> >components
> >> in Tomcat is "slightly" more complex than Jetty
> >
> >Can you send this to me if you find it, i'm just starting to dig into
> >the tomcat source and it would be very helpful.
> >
> >
> >And Jeanfrancois wrote:
> >I have something very similar if you want them. Those are basic UML
> >diagram I did a long time ago. Just check your inbox :-)
> >
> >May i also have your diagrams please.
> >
> >thanks
> >
> >dave
> >
> >
> >On Wed, 2003-12-10 at 16:08, Filip Hanik wrote:
> >> I have a basic doc (text no pictures) one page that describes some of
> >this,
> >> let me see if I can dig it up for you,
> >> but your diagram would be "much" bigger :), since the number of
> >components
> >> in Tomcat is "slightly" more complex than Jetty
> >>
> >> Filip
> >> - Original Message -
> >> From: "Shapira, Yoav" <[EMAIL PROTECTED]>
> >> To: <[EMAIL PROTECTED]>
> >> Sent: Wednesday, December 10, 2003 12:50 PM
> >> Subject: Jetty Architecture
> >>
> >>
> >>
> >> Hi,
> >> I like this page:
> >> http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does
> anyone
> >> have anything close to this for tomcat, or would I need to create one
> >> from scratch?
> >>
> >> Yoav Shapira
> >> Millennium ChemInformatics
> >>
> >>
> >>
> >>
> >>
> >> This e-mail, including any attachments, is a confidential business
> >> communication, and may contain information that is confidential,
> >proprietary
> >> and/or privileged.  This e-mail is intended only for the
> individual(s) to
> >> whom it is addressed, and may not be saved, copied, printed,
> disclosed or
> >> used by anyone else.  If you are not the(an) intended recipient,
> please
> >> immediately delete this e-mail from your computer system and notify
> the
> >> sender.  Thank you.
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> This e-mail, including any attachments, is a confidential business communication, 
> and may contain information that is confidential, proprietary and/or privileged.  
> This e-mail is intended only for the individual(s) to whom it is addressed, and may 
> not be saved, copied, printed, disclosed or used by anyone else.  If you are not 
> the(an) intended recipient, please immediately delete this e-mail from your computer 
> system and notify the sender.  Thank you.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



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



RE: Jetty Architecture

2003-12-11 Thread Shapira, Yoav

Howdy,
If you can wait a couple of days, let me finish what I'm adding to the
document and I think you'll find the result more useful. ;)

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: David Evans [mailto:[EMAIL PROTECTED]
>Sent: Thursday, December 11, 2003 9:34 AM
>To: Tomcat Developers List
>Subject: Re: Jetty Architecture
>
>Hello,
>
>
>On Wed, 2003-12-10 at 16:08, Filip Hanik wrote:
>> I have a basic doc (text no pictures) one page that describes some of
>this,
>> let me see if I can dig it up for you,
>> but your diagram would be "much" bigger :), since the number of
>components
>> in Tomcat is "slightly" more complex than Jetty
>
>Can you send this to me if you find it, i'm just starting to dig into
>the tomcat source and it would be very helpful.
>
>
>And Jeanfrancois wrote:
>I have something very similar if you want them. Those are basic UML
>diagram I did a long time ago. Just check your inbox :-)
>
>May i also have your diagrams please.
>
>thanks
>
>dave
>
>
>On Wed, 2003-12-10 at 16:08, Filip Hanik wrote:
>> I have a basic doc (text no pictures) one page that describes some of
>this,
>> let me see if I can dig it up for you,
>> but your diagram would be "much" bigger :), since the number of
>components
>> in Tomcat is "slightly" more complex than Jetty
>>
>> Filip
>> - Original Message -
>> From: "Shapira, Yoav" <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Sent: Wednesday, December 10, 2003 12:50 PM
>> Subject: Jetty Architecture
>>
>>
>>
>> Hi,
>> I like this page:
>> http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does
anyone
>> have anything close to this for tomcat, or would I need to create one
>> from scratch?
>>
>> Yoav Shapira
>> Millennium ChemInformatics
>>
>>
>>
>>
>>
>> This e-mail, including any attachments, is a confidential business
>> communication, and may contain information that is confidential,
>proprietary
>> and/or privileged.  This e-mail is intended only for the
individual(s) to
>> whom it is addressed, and may not be saved, copied, printed,
disclosed or
>> used by anyone else.  If you are not the(an) intended recipient,
please
>> immediately delete this e-mail from your computer system and notify
the
>> sender.  Thank you.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: Jetty Architecture

2003-12-11 Thread David Evans
Hello,


On Wed, 2003-12-10 at 16:08, Filip Hanik wrote:
> I have a basic doc (text no pictures) one page that describes some of this,
> let me see if I can dig it up for you,
> but your diagram would be "much" bigger :), since the number of components
> in Tomcat is "slightly" more complex than Jetty

Can you send this to me if you find it, i'm just starting to dig into
the tomcat source and it would be very helpful. 


And Jeanfrancois wrote:
I have something very similar if you want them. Those are basic UML
diagram I did a long time ago. Just check your inbox :-)

May i also have your diagrams please.

thanks

dave


On Wed, 2003-12-10 at 16:08, Filip Hanik wrote:
> I have a basic doc (text no pictures) one page that describes some of this,
> let me see if I can dig it up for you,
> but your diagram would be "much" bigger :), since the number of components
> in Tomcat is "slightly" more complex than Jetty
> 
> Filip
> - Original Message -
> From: "Shapira, Yoav" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, December 10, 2003 12:50 PM
> Subject: Jetty Architecture
> 
> 
> 
> Hi,
> I like this page:
> http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does anyone
> have anything close to this for tomcat, or would I need to create one
> from scratch?
> 
> Yoav Shapira
> Millennium ChemInformatics
> 
> 
> 
> 
> 
> This e-mail, including any attachments, is a confidential business
> communication, and may contain information that is confidential, proprietary
> and/or privileged.  This e-mail is intended only for the individual(s) to
> whom it is addressed, and may not be saved, copied, printed, disclosed or
> used by anyone else.  If you are not the(an) intended recipient, please
> immediately delete this e-mail from your computer system and notify the
> sender.  Thank you.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



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



RE: Jetty Architecture

2003-12-11 Thread Shapira, Yoav

Hi,
I got your diagrams -- they're great!  They're about 80% of what I was
looking to do.  I'm just going to add a little overview and that's about
it.  I'll post the completed web page on my apache account for you to
see before I put it in CVS or anything like that.  Thanks,

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, December 10, 2003 4:33 PM
>To: Tomcat Developers List
>Subject: Re: Jetty Architecture
>
>
>
>Shapira, Yoav wrote:
>
>>Hi,
>>I like this page:
>>http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does
anyone
>>have anything close to this for tomcat, or would I need to create one
>>from scratch?
>>
>>
>I have something very similar if you want them. Those are basic UML
>diagram I did a long time ago. Just check your inbox :-)
>
>-- Jeanfrancois
>
>
>>Yoav Shapira
>>Millennium ChemInformatics
>>
>>
>>
>>
>>
>>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary and/or privileged.  This e-mail is intended only for the
>individual(s) to whom it is addressed, and may not be saved, copied,
>printed, disclosed or used by anyone else.  If you are not the(an)
intended
>recipient, please immediately delete this e-mail from your computer
system
>and notify the sender.  Thank you.
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: Jetty Architecture

2003-12-10 Thread Remy Maucherat
Jeanfrancois Arcand wrote:
Shapira, Yoav wrote:

Hi,
I like this page:
http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does anyone
have anything close to this for tomcat, or would I need to create one
from scratch?
 
I have something very similar if you want them. Those are basic UML 
diagram I did a long time ago. Just check your inbox :-)
Cool. I remember some were posted a long time ago, I think for Tomcat 4.0.

Rémy



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


Re: Jetty Architecture

2003-12-10 Thread Jeanfrancois Arcand


Shapira, Yoav wrote:

Hi,
I like this page:
http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does anyone
have anything close to this for tomcat, or would I need to create one
from scratch?
 

I have something very similar if you want them. Those are basic UML 
diagram I did a long time ago. Just check your inbox :-)

-- Jeanfrancois


Yoav Shapira
Millennium ChemInformatics




This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged.  This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender.  Thank you.

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



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


RE: Jetty Architecture

2003-12-10 Thread Shapira, Yoav

Howdy,
Great, thanks ;)

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Filip Hanik [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, December 10, 2003 4:19 PM
>To: Tomcat Developers List
>Subject: Re: Jetty Architecture
>
>I'll send you the doc I have, it explains that exact thing,
>should help you a lot, also, just ask any questions if you are
uncertain,
>you can get a little lost in the source code during creation of objects
due
>to the digester mapping.
>
>:)
>
>Filip
>
>- Original Message -
>From: "Shapira, Yoav" <[EMAIL PROTECTED]>
>To: "Tomcat Developers List" <[EMAIL PROTECTED]>
>Sent: Wednesday, December 10, 2003 1:12 PM
>Subject: RE: Jetty Architecture
>
>
>
>Howdy,
>I know it's more complex, but I'm not looking to do a whole UML thing.
>Just an illustration of Container / Server / Service / Engine /
>Connector, maybe that's it.  At least for starters.  I think it's a
good
>page and having anything at all like that is better than nothing.  And
>since I don't mind doing the work, I figure no one will object ;)
>
>Yoav Shapira
>Millennium ChemInformatics
>
>
>>-Original Message-
>>From: Filip Hanik [mailto:[EMAIL PROTECTED]
>>Sent: Wednesday, December 10, 2003 4:08 PM
>>To: Tomcat Developers List
>>Subject: Re: Jetty Architecture
>>
>>I have a basic doc (text no pictures) one page that describes some of
>this,
>>let me see if I can dig it up for you,
>>but your diagram would be "much" bigger :), since the number of
>components
>>in Tomcat is "slightly" more complex than Jetty
>>
>>Filip
>>- Original Message -
>>From: "Shapira, Yoav" <[EMAIL PROTECTED]>
>>To: <[EMAIL PROTECTED]>
>>Sent: Wednesday, December 10, 2003 12:50 PM
>>Subject: Jetty Architecture
>>
>>
>>
>>Hi,
>>I like this page:
>>http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does
anyone
>>have anything close to this for tomcat, or would I need to create one
>>from scratch?
>>
>>Yoav Shapira
>>Millennium ChemInformatics
>>
>>
>>
>>
>>
>>This e-mail, including any attachments, is a confidential business
>>communication, and may contain information that is confidential,
>>proprietary
>>and/or privileged.  This e-mail is intended only for the individual(s)
>to
>>whom it is addressed, and may not be saved, copied, printed, disclosed
>or
>>used by anyone else.  If you are not the(an) intended recipient,
please
>>immediately delete this e-mail from your computer system and notify
the
>>sender.  Thank you.
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary
>and/or privileged.  This e-mail is intended only for the individual(s)
to
>whom it is addressed, and may not be saved, copied, printed, disclosed
or
>used by anyone else.  If you are not the(an) intended recipient, please
>immediately delete this e-mail from your computer system and notify the
>sender.  Thank you.
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: Jetty Architecture

2003-12-10 Thread Filip Hanik
I'll send you the doc I have, it explains that exact thing,
should help you a lot, also, just ask any questions if you are uncertain,
you can get a little lost in the source code during creation of objects due
to the digester mapping.

:)

Filip

- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, December 10, 2003 1:12 PM
Subject: RE: Jetty Architecture



Howdy,
I know it's more complex, but I'm not looking to do a whole UML thing.
Just an illustration of Container / Server / Service / Engine /
Connector, maybe that's it.  At least for starters.  I think it's a good
page and having anything at all like that is better than nothing.  And
since I don't mind doing the work, I figure no one will object ;)

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Filip Hanik [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, December 10, 2003 4:08 PM
>To: Tomcat Developers List
>Subject: Re: Jetty Architecture
>
>I have a basic doc (text no pictures) one page that describes some of
this,
>let me see if I can dig it up for you,
>but your diagram would be "much" bigger :), since the number of
components
>in Tomcat is "slightly" more complex than Jetty
>
>Filip
>- Original Message -
>From: "Shapira, Yoav" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, December 10, 2003 12:50 PM
>Subject: Jetty Architecture
>
>
>
>Hi,
>I like this page:
>http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does anyone
>have anything close to this for tomcat, or would I need to create one
>from scratch?
>
>Yoav Shapira
>Millennium ChemInformatics
>
>
>
>
>
>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary
>and/or privileged.  This e-mail is intended only for the individual(s)
to
>whom it is addressed, and may not be saved, copied, printed, disclosed
or
>used by anyone else.  If you are not the(an) intended recipient, please
>immediately delete this e-mail from your computer system and notify the
>sender.  Thank you.
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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


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



RE: Jetty Architecture

2003-12-10 Thread Shapira, Yoav

Howdy,
I know it's more complex, but I'm not looking to do a whole UML thing.
Just an illustration of Container / Server / Service / Engine /
Connector, maybe that's it.  At least for starters.  I think it's a good
page and having anything at all like that is better than nothing.  And
since I don't mind doing the work, I figure no one will object ;)

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Filip Hanik [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, December 10, 2003 4:08 PM
>To: Tomcat Developers List
>Subject: Re: Jetty Architecture
>
>I have a basic doc (text no pictures) one page that describes some of
this,
>let me see if I can dig it up for you,
>but your diagram would be "much" bigger :), since the number of
components
>in Tomcat is "slightly" more complex than Jetty
>
>Filip
>- Original Message -
>From: "Shapira, Yoav" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, December 10, 2003 12:50 PM
>Subject: Jetty Architecture
>
>
>
>Hi,
>I like this page:
>http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does anyone
>have anything close to this for tomcat, or would I need to create one
>from scratch?
>
>Yoav Shapira
>Millennium ChemInformatics
>
>
>
>
>
>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary
>and/or privileged.  This e-mail is intended only for the individual(s)
to
>whom it is addressed, and may not be saved, copied, printed, disclosed
or
>used by anyone else.  If you are not the(an) intended recipient, please
>immediately delete this e-mail from your computer system and notify the
>sender.  Thank you.
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: Jetty Architecture

2003-12-10 Thread Filip Hanik
I have a basic doc (text no pictures) one page that describes some of this,
let me see if I can dig it up for you,
but your diagram would be "much" bigger :), since the number of components
in Tomcat is "slightly" more complex than Jetty

Filip
- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 10, 2003 12:50 PM
Subject: Jetty Architecture



Hi,
I like this page:
http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does anyone
have anything close to this for tomcat, or would I need to create one
from scratch?

Yoav Shapira
Millennium ChemInformatics





This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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


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



Jetty Architecture

2003-12-10 Thread Shapira, Yoav

Hi,
I like this page:
http://jetty.mortbay.org/jetty/doc/JettyArchitecture.html.  Does anyone
have anything close to this for tomcat, or would I need to create one
from scratch?

Yoav Shapira
Millennium ChemInformatics





This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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