Configuring realms in tomcat 3 vs tomcat 4

2002-12-19 Thread Ben Jessel
It seems to me that you can set up seperate realms for seperate web-applications in 
tomcat3 using the app-mywebapp.xml, but now that tomcat4's come out, you don't seem 
to be able to. How do you do it in tomcat4?



Re: Configuring realms in tomcat 3 vs tomcat 4

2002-12-19 Thread Ben Jessel
Aha...looks like you just put your realm code under the Context for your
application. Though I can't find a way of having multiple realms for a
single web-app..

-b
- Original Message -
From: Ben Jessel [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, December 19, 2002 10:58 AM
Subject: Configuring realms in tomcat 3 vs tomcat 4


It seems to me that you can set up seperate realms for seperate
web-applications in tomcat3 using the app-mywebapp.xml, but now that
tomcat4's come out, you don't seem to be able to. How do you do it in
tomcat4?



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




Re: Configuring realms in tomcat 3 vs tomcat 4

2002-12-19 Thread Bill Barker
As you have already figured out, Tomcat 4 doesn't support multiple Realms
like Tomcat 3.x does.  Of course, you could always write a custom Realm that
chains to other Realms.

Ben Jessel [EMAIL PROTECTED] wrote in message
013601c2a765$88e268b0$680a0a0a@benjessel">news:013601c2a765$88e268b0$680a0a0a@benjessel...
 Aha...looks like you just put your realm code under the Context for your
 application. Though I can't find a way of having multiple realms for a
 single web-app..

 -b
 - Original Message -
 From: Ben Jessel [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Thursday, December 19, 2002 10:58 AM
 Subject: Configuring realms in tomcat 3 vs tomcat 4


 It seems to me that you can set up seperate realms for seperate
 web-applications in tomcat3 using the app-mywebapp.xml, but now that
 tomcat4's come out, you don't seem to be able to. How do you do it in
 tomcat4?





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




Tomcat 3 vs Tomcat 4

2001-04-12 Thread TomCat TomCat

Hi, I am in the process of investigating to choose a servlet container for 
our project. I am wondering if we should start off with Tomcat 4.0 or Tomcat 
3.2.1. Can anybody tell me what are the major differences in Tomcat 3.x and 
Tomcat 4.x?

Thanks.

-Vik
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




Re: Tomcat 3 vs Tomcat 4

2001-04-12 Thread Pae Choi

A couple of major differences among others will be:

o Support for Different Specification of Servlet  JSP
o Architecture

See the Documentation.


Pae



Hi, I am in the process of investigating to choose a servlet container for
our project. I am wondering if we should start off with Tomcat 4.0 or
Tomcat
3.2.1. Can anybody tell me what are the major differences in Tomcat 3.x and
Tomcat 4.x?

Thanks.

-Vik
_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Re: Tomcat 3 vs Tomcat 4

2001-04-12 Thread Hunter Hillegas

Just to chime in, the documentation for TC4 is still pretty raw. I asked
this same question awhile back, as well as details for mod_webapp and got no
response.

Is there documentation not on the site?

Hunter

 From: "Pae Choi" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Thu, 12 Apr 2001 08:55:22 -0700
 To: [EMAIL PROTECTED]
 Subject: Re: Tomcat 3 vs Tomcat 4
 
 A couple of major differences among others will be:
 
 o Support for Different Specification of Servlet  JSP
 o Architecture
 
 See the Documentation.
 
 
 Pae
 
 
 
 Hi, I am in the process of investigating to choose a servlet container for
 our project. I am wondering if we should start off with Tomcat 4.0 or
 Tomcat
 3.2.1. Can anybody tell me what are the major differences in Tomcat 3.x and
 Tomcat 4.x?
 
 Thanks.
 
 -Vik
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com
 
 




Re: Tomcat 3 vs Tomcat 4

2001-04-12 Thread Kief Morris

 Hi, I am in the process of investigating to choose a servlet container for
 our project. I am wondering if we should start off with Tomcat 4.0 or
 Tomcat
 3.2.1. Can anybody tell me what are the major differences in Tomcat 3.x and
 Tomcat 4.x?

A couple of major differences among others will be:


o Support for Different Specification of Servlet  JSP
o Architecture


I think the most important difference for someone considering which to use
for a production site is that 4.0 is still in beta, and is likely to be for a while
yet since the servlet 2.3 standard isn't expected to be finalized for at least
a few months. I don't believe the Apache connectors are ready yet (I could 
be mistaken though). 

3.2.1 is a production release: if I were setting up a business-critical/
job security-critical site, I would use it rather than 4.0. If it's a non-critical
site and you'd like to get used to the forthcoming 2.3 standard, 4.0 will put 
you ahead of the curve.

Kief