Hello,
I'm using tomcat as an in-process servlet-engine in an apache server. Everything works fine execpt the authentication. I've configured the authentication to do Access-control based on the system-users and passwords. This works fine for static pages, served by appache, but the access control is ignored by the dynamic pages served by tomcat. I read some documentation saying, that one should add the directive tomcatAuthentication="false" in the Ajp13Connector, but in my configuration, there is no Ajp1xConnector, probably, because of the in-process configuration. The connector, in server.xml is : <Connector className ="org.apache.tomcat.service.JNIEndpointConnector" >, but adding the tomcatAuthentication="false" directive here has no effect. I'm running apache and tomcat on an iSeries (AS400, OS400). Thanks in advance, Marc Nothum ---------------------------------------------------------------------------------------------------------------------- Electronic information is not secure, therefore the Entreprise des Postes et Telecommunications accepts no responsibility whatsoever for the contents of this message, which is intended for the addressee only. Its contents and any attached files are strictly confidential. If you have received this message in error, please telephone the following number 4765-1. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]