Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector?

2003-01-02 Thread Manuel González Castro
Hi, I'm running Apache HTTP Server 2.0.43 + Tomcat 4.1.12 + mod_jk and everything is working fine, Apache can talk to Tomcat to serve *.jsp pages. Now I'd like to disable the default "non-SSL Coyote HTTP/1.1 Connector on port 8080" because I don't like everybody getting into http://mydomain.com:8

Re: mod_jk build problems

2002-11-06 Thread Manuel González Castro
>JK will finish w/o errors but no .so is present when done (and yes I've >searched thoroughly) (just tried again and now getting same errors as >below). On SGI IRIX 6.5 mod_jk.so is under jk/native/apache-2.0/.libs instead of jk/native/apache-2.0, and the .libs dir is hidden. Did you tried find .

Re: Can't solve SAXParseException: The string "--" is not permitted within comments

2002-11-04 Thread Manuel González Castro
>Try 2.1.0This is the only version that works properly. > >-- Jeanfrancois I've just tried Xerces 2.1.0 and I get the same error :( I'm going crazy with this... Manuel -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Can't solve SAXParseException: The string "--" is not permitted within comments

2002-11-04 Thread Manuel González Castro
>Yep, known issue. Try using the previous version of Xerces-2.x.x. The >newest one doesn't seem to play well with Digester. That's what I did: I replaced the original xercesImpl.jar (version 2.0.1) with the Xerces 2.0.0 xercesImpl.jar, but I get the same error. This has been discussed before, s

Can't solve SAXParseException: The string "--" is not permitted within comments

2002-11-04 Thread Manuel González Castro
Hi, I'm trying to connect Tomcat-4.1.12 with Apache 2.0.43 (mod_jk), my JDK is 1.3.1_02 (latest stable version on my platform SGI IRIX 6.5). Everything is installed and configured (it's been really hard on IRIX), I think I'm very close to the end, but I still have a problem: When I start Tomcat,