Re: Mod_jk2 error when starting tomcat

2003-08-05 Thread Daniel Zhang
You are missing the commons-logging.jar file which has that org/apache/commons/logging/LogFactory.class. Download this jar file and put it in your classpath. Brian Menke wrote: Hi everyone, I have been attempting to connect apache and tomcat. Apache 2, tomcat 4.1.18. I think that I have most

Basic Authentication not work for directory

2003-07-22 Thread Daniel Zhang
Hi, all - I've configured Tomcat 4.1.18 on RH Linux 8 server. Then I need some authentication for certain directories under webapps. So I configured server.xml, web.xml and tomcat-users.xml creating a role and its username with password. It works only for individual file with an extension

Re: Basic Authentication not work for directory

2003-07-22 Thread Daniel Zhang
tomcat documents state, is it? -Daniel Abid Ali Teepo wrote: try /document/* as the url-pattern or /document/*.doc if you want the .doc files under /document to be protected ... -Original Message- From: Daniel Zhang [mailto:[EMAIL PROTECTED] Sent: 22. juli 2003 14:48 To: Tomcat Users List

Re: Apache Tomcat/4.0.1 - HTTP Status 404

2003-07-15 Thread Daniel Zhang
Check your server.xml file under TOMCAT_HOME/conf. You need to add a Context for your /mafi path. Julio Lopez Marquez wrote: Hello! I triying to install an application, but when i call it, send the message Apache Tomcat/4.0.1 - HTTP Status 404 - /mafi

Tomcat and SSL

2003-06-26 Thread Daniel Zhang
I have a tomcat(4.1.12) running on RedHat Linux with SSL works fine on my Intranet testservers. However when I configure it to public servers(public IPs), the HTTP works but HTTPS does not work. When I type a HTTPS URL in IE browser, the browser simply returned a The page cannot displayed

SSL Tomcat with proxy

2003-06-05 Thread Daniel Zhang
Hi, All - I've installed and configured Tomcat 4.1.12 with SSL(self-signed certificates) on two Linux RedHat 8.0 machines to do some SOAP stuff. It works well(those two Linux machines are INSIDE company's Intranet). However, when I installed SSL on a public domain Linux machine, I can't