RE: security-constraint

2006-03-30 Thread tamsin
e security consraint and do the switching both ways in my Filter, so at least it is only configured in one place. Thanks, Tamsin -Original Message- From: Wang, Hansen [mailto:[EMAIL PROTECTED] Sent: 30 March 2006 01:23 To: Tomcat Users List Subject: RE: security-constraint If you are u

security-constraint

2006-03-29 Thread tamsin
t are https and aren't covered, do the redirect on. Does that make sense? i.e. can I do something like : if (request.getScheme().equals("https") && !request.hasConfidentialSecurityContraint()) { (And does this in general sound like a sensible way of doing things?)

RE: How to diagnose a TomCat hang?

2006-01-18 Thread tamsin
Just out of interest, what version of java are you using? We had to disable the second processor on our production server while running 1.4, due to the app hanging as you describe. We're about to update to jdk 1.5, so might try re-enabling that second processor again... Tams

RE: How do I hide a web application's actual context from the client?

2006-01-18 Thread tamsin
I think you can do this using the special ROOT context. In tomcat 5.5.12 I have the file: conf/Catalina/localhost/ROOT.xml which contains: etc I think in previous versions you would put the same node directly in server.xml Hope that helps... w: www.anorakgirl.co.uk -Original Message

RE: SAXParseException for matching end tags

2006-01-18 Thread tamsin
to make wellformed xml you must either add the end-tag as it says or put the empty tag I don't know about Jtidy but if it is outputting xml for you it should have done this? Tamsin w: www.anorakgirl.co.uk > -Original Message- > From: Neha Narkhede [mailto:[EMAIL PROTEC

RE: How do you debug Authentication Problems

2006-01-14 Thread tamsin
login. I guess your problem is more complicated than this though? I never did find any thing in any log files to see what was going on. Tamsin w: www.anorakgirl.co.uk -Original Message- From: Alan Chandler [mailto:[EMAIL PROTECTED] Sent: 14 January 2006 07:45 To: users@tomcat.apache.org Su

slow shutdown

2006-01-10 Thread tamsin
use tomcat directly. Is it normal for tomcat to take this long to shutdown? If not what could I look at to speed it up. I don't think there is anything unusual in my configuration, but could post parts of any files that are relevant. Thanks for the help, Tamsin w: www.a