Luc Saint-Elie wrote:

> Hello James and al
>
> I don't really get the point with the new xml setting:
>
> What is the difference between a Service and a webApplication ?
>
> I mean, it probably obvious but I'm not yet a xml guru (far from that :-) )
> what is the XML equivalent of the old default.cfg settings :

Luc,

Think of a <Service> as an "endpoint" --  a particular TCP port number -- onto
which you can install one or more web applications (i.e. servlet contexts).

The 1.0-ea kit allowed you only one service (the one you configured with the
server.xxxxx properties).  Now, you can listen on more than one port
independently -- each with its own set of apps.

Craig

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to