Tomcat standard error page - security issue

2003-07-18 Thread Māris Orbidāns
Hello How can I change standard Tomcat error page ? It prints Tomcat version and our auditors said it might be a security issue. I have servlets and JSP pages in my app. I have error-page directive in all JSP pages, however in case of Null Pointer Exception it's seems not working. thanx in

RE: I can't use SAXON XML parser in my WEB app, please help

2003-01-29 Thread Māris Orbidāns
thank you yes I managed to get SAXON XSLT engine to work with Tomcat's XERCES parser. Changed classname in file javax.xml.parsers.SAXParserFactory in saxon.jar Maris Orbidans > -Original Message- > From: Mitchell, Edmund [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 6

RE: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Māris Orbidāns
it to mod_proxy, since I rarely use it, but I > suggest you > try mod_jk. > > Regards, > > Lajos > > > Māris Orbidāns wrote: > > hello all > > > > We have finished a large project which was based on Tomcat > and Struts farmework. > > Now ou

Tomcat and Apache+SSL integration issues

2003-01-29 Thread Māris Orbidāns
hello all We have finished a large project which was based on Tomcat and Struts farmework. Now our client wants to use SSL. Our architecture is as follows: Client<-ssl content->Apache (MOD_SLL) <-unencrypted content-> Tomcat We use Tomcat 4.1.18 (have tried also 4.0) and Apache HT

I can't use SAXON XML parser in my WEB app, please help

2003-01-29 Thread Māris Orbidāns
hello all I want to use SAXON XML parser in my WEB app. I put saxon.jar and saxon-jdom.jar in web-inf/lib of my web app. Now Tomcat doesnt work at all, it throws at startup: [ERROR] Digester - -Digester.getParser: javax.xml.parsers.ParserConfigurationException: AElfred parser is non-validatin