RE: Why use a Web Server over Tomcat?

2008-01-10 Thread Bárbara Vieira
Hi Mikolaj! Thanks for your help. But my question isn't just about design a DMZ. It's much more. And answering your question: yes, google is not enough. There are certain questions that google doesn't answer. Regards, Bárbara Vieira -Original Message- From: Mikolaj Ry

RE: Why use a Web Server over Tomcat?

2008-01-10 Thread Bárbara Vieira
Hi everyone! David, imagine that you are developing a web application to provide services like internet banking. What network architecture would you propose? How will you implement a DMZ? Probably you put a firewall between Web Server and Database Server!! Or not? Regards, Bárbara Vieira

RE: Why use a Web Server over Tomcat?

2008-01-09 Thread Bárbara Vieira
se as well. What do you mean? If you have a Tomcat inside a DMZ, usually we have one firewall, that separates internet from intranet, i.e., the firewall filters requests that comes from de outside. Isn't that? Thanks, Regards, Bárbara Vieira -Original Message- From: Alan Chaney [ma

RE: Why use a Web Server over Tomcat?

2008-01-08 Thread Bárbara Vieira
. Should I have some Web Server over Tomcat? I think that if I have an Apache Server over Tomcat, it causes an overhead, because all requests sent to Apache, must be sent to Tomcat. Regards, Bárbara Vieira -Original Message- From: Diego [mailto:[EMAIL PROTECTED] Sent: terça-feira, 8

Why use a Web Server over Tomcat?

2008-01-08 Thread Bárbara Vieira
Apache Server over Tomcat or an IIS server over Tomcat? What kind of security am I providing doing this? My research is in the beginning and the documentation about it is vague, so I apologize if I’m saying something wrong. Regards, Bárbara Vieira

RE: SSL Session expires every request

2007-12-02 Thread Bárbara Vieira
d and everything works fine!! Thanks any away :-) Regards from Braga, Portugal Bárbara Vieira -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: sábado, 1 de Dezembro de 2007 18:46 To: Tomcat Users List Subject: RE: SSL Session expires every request > From:

RE: SSL Session expires every request

2007-12-01 Thread Bárbara Vieira
ts. Do you have any idea of what's happen?! Thanks, Regards from Braga, Portugal Bárbara Vieira -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: sábado, 1 de Dezembro de 2007 00:30 To: Tomcat Users List Subject: RE: SSL Session expires every reques

RE: SSL Session expires every request

2007-11-30 Thread Bárbara Vieira
ovember 30, 2007 2:16 PM Subject: Re: SSL Session expires every request > what session are you talking about, the HTTP session or the actual SSL > session? > > Filip > > Bárbara Vieira wrote: > > > > > > Hi there!! > > > > I have a problem with SSL Se

RE: SSL Session expires every request

2007-11-30 Thread Bárbara Vieira
Messaggio originale - Da: Bárbara Vieira <[EMAIL PROTECTED]> A: Tomcat Users List Inviato: Venerdì 30 novembre 2007, 23:26:39 Oggetto: RE: SSL Session expires every request Hi carlo!! Yes, it validates the certs. The certs are valid :) When the application is running all pages are showe

RE: SSL Session expires every request

2007-11-30 Thread Bárbara Vieira
every request what session are you talking about, the HTTP session or the actual SSL session? Filip Bárbara Vieira wrote: > > > Hi there!! > > I have a problem with SSL Session in Tomcat. I’m using CLIENT_CERT > authentication to authenticate users in my web application. But, t

RE: SSL Session expires every request

2007-11-30 Thread Bárbara Vieira
PROTECTED] Sent: sexta-feira, 30 de Novembro de 2007 18:47 To: Tomcat Users List Subject: Re: SSL Session expires every request but the certs are valids? - Messaggio originale - Da: Bárbara Vieira <[EMAIL PROTECTED]> A: Tomcat Users List Inviato: Venerdì 30 novembre 2007, 18:22:32 O

RE: SSL Session expires every request

2007-11-30 Thread Bárbara Vieira
t: Re: SSL Session expires every request which value is session-timeout assgined to in web.xml? M-- - Original Message - From: "Bárbara Vieira" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Friday, November 30, 2007 12:22 PM Subject: SSL Session exp

SSL Session expires every request

2007-11-30 Thread Bárbara Vieira
problem L If somebody can help, I really appreciate that. Thanks for everything, Regards from Braga, Portugal Bárbara Vieira

RE: Tomcat's container architecture - Authenticator

2007-11-28 Thread Bárbara Vieira
To: Tomcat Users List Cc: 'Carlo Politi' Subject: Re: Tomcat's container architecture - Authenticator -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barbara, Bárbara Vieira wrote: > My question is: why we are putting the Principal in the Request? So that request.getUserPri

RE: Tomcat's container architecture - Authenticator

2007-11-28 Thread Bárbara Vieira
Hi Carlo!! In fact I have to develop a new one and at the same time study and analyze Authenticator package code. Why are you asking? -Original Message- From: Carlo Politi [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 28 de Novembro de 2007 16:52 To: Tomcat Users List Subject: Re: Tomcat

RE: Tomcat's container architecture - Authenticator

2007-11-28 Thread Bárbara Vieira
f it has, calls the next valve in the StandardPipeline. You can see this code in http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.25/src/ - apache-tomcat-5.5.25-src.zip. Thanks, Regards from Braga, Portugal Bárbara Vieira From: Carlo Politi [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat's container architecture - Authenticator

2007-11-28 Thread Bárbara Vieira
st and return true. In others words, what kind of security this process provides?! Was I cleat enough? Thanks for everything, Regards from Braga, Portugal Bárbara Vieira From: Carlo Politi [mailto:[EMAIL PROTECTED] Sent: terça-feira, 27 de Novembro de 2007 23:49 To: [EMAIL PROTE

Tomcat's container architecture - Authenticator

2007-11-27 Thread Bárbara Vieira
a little bit confused about that J Thanks for everything, Regards from Braga, Portugal, Bárbara Vieira

MemoryRealm question

2007-11-19 Thread Bárbara Vieira
trying to implement my own realm, but using that MemoryRealm as a model. However when I run my program with my own realm, the principals variable is null. If anyone can help, I appreciate. Regards from Braga, Portugal Bárbara Vieira

Different Realms with Differents Authentications Mecanisms

2007-11-16 Thread Bárbara Vieira
differents authentications mechanisms in the same application? Regards from Braga, Portugal Bárbara Vieira

Difference between org.apacha.catalina.Session and javax.servlet.http.HttpSession

2007-11-06 Thread Bárbara Vieira
have one session scope. I know that HttpSession is available from Session object – session.getSession(). Another question about it is that, when I invalidate the HttpSession, am I invalidating Session object too? Thanks for help me, Regards from Braga, Portugal Bárbara Vieira

SSL session is the same HTTP session and is the same Servlet session

2007-11-03 Thread Bárbara Vieira
) - I turn off the network – the SSL session is broken(I suppose that is what’s happen) - When I turn on the network, the user is authenticated because the session on server didn’t end(there wasn’t a timeout yet) This is a big problem. How can I control this?! Thanks, Bárbara