Re: [ANN] JK 1.2.10 Released

2005-03-31 Thread Chris Egolf
quest. -- Chris Egolf http://www.ugholf.net cegolf [AT] ugholf [DOT

Re: AS/400 DB2

2004-10-12 Thread Chris Egolf
looks like this: "jdbc:datadirect:db2://serverName:5;Location=nameOfDatabase;CollectionId=DEFAULT;" -- Chris Egolf http://www.ugholf

Re: mod_jk2 2.0.4 compiler error on RHEL 3.0, Apache 2.0.46

2004-04-08 Thread Chris Egolf
cd ../build/jk2/apache2 apxs -n jk2 -i mod_jk2.so -- ==== Chris Egolf http://www.ugholf.net [EMAIL PROTECTED] -

Re: mod_jk2 2.0.4 compiler error on RHEL 3.0, Apache 2.0.46

2004-04-06 Thread Chris Egolf
ThanksI should have thought of that, but unfortunately they're both gcc-3.2.3-24. Parsons Technical Services wrote: Chris, Check the version of gcc on each machine. Just a quick thought. Doug - Original Message - From: "Chris Egolf" <[EMAIL PROTECTED]>

mod_jk2 2.0.4 compiler error on RHEL 3.0, Apache 2.0.46

2004-04-06 Thread Chris Egolf
to fix it? All three machines have been upgraded to RHEL 3.0 from various versions of Redhat (7.3 - 9.0) over time, so I suspect it's some legacy junk hanging around that's causing the grief. Any help would be appreciated. Thanks. -- =======

Re: How does Tomcat manage Form-based authentication?

2004-04-02 Thread Chris Egolf
ribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- ======== Chris Egolf http://www.ugholf.net [EMAIL PROTECTED] ---

Re: load balancing with jk2

2004-03-30 Thread Chris Egolf
tomcatId=jvm2 in each instance's section. Hope that's clear. -- ========

Re: JNDI Realm Problem

2004-03-29 Thread Chris Egolf
t:389"; userPattern="uid={0},ou=people,o=cymulacrum" roleBase="ou=groups,o=cymulacrum" roleName="cn" roleSearch="(uniqueMember={0})" /> What am I doing wrong ? -- ===

Re: jk connector and response.sendRedirect()

2003-07-30 Thread Chris Egolf
I'm not a programmer but an administrator. We have had an similar problem and solved it by changing the apache option UseCanonicalNames from "on" to "off". [when UseCanonicalName ist on, everytimes you call response.sendRedirect() the apache takes the servername (from httd.conf) and make the absol

Re: jk connector and response.sendRedirect()

2003-07-30 Thread Chris Egolf
Chris Egolf wrote: John Turner wrote: Can Apache resolve this hostname? Is it setup in /etc/hosts (or the HOSTS file if you're using Win32)? Yes, I believe so. I added all the possible hostnames as alias to /etc/hosts (BTW, I'm running on Linux -- RH7.3). Hmmm...my JkMount stuff

Re: jk connector and response.sendRedirect()

2003-07-30 Thread Chris Egolf
John Turner wrote: Chris Egolf wrote: With just the JK connector enabled and listening on 8009, I've added Apache back and setup elements in the element of my server.xml. The host the browser says it can't find is the actual hostname of the machine, not the DNS entry. Can Apac

jk connector and response.sendRedirect()

2003-07-30 Thread Chris Egolf
rom my server.xml: ... ... demo.mycompany.com goatweed demo goatweed.mycompany.com demo.anotherdomain.net goatweed.anotherdomain.net ... Anyone have any ideas or see a glaring mistake on my part? I'l

Re: JNDIRealm using LDAP with SSL

2003-07-28 Thread Chris Egolf
Jeff Tulley wrote: We've done exactly that. What you need to do is import the root certificate into a .keystore file. I'm not sure if Tomcat will pick up the default cacerts file, or if you always have to specify it like we did (-Djavax.net.ssl.trustStore=sys:/adminsrv/conf/.keystore etc) My gue

JNDIRealm using LDAP with SSL

2003-07-28 Thread Chris Egolf
Does anyone have any experience getting ldaps working w/ the JDNIRealms in Tomcat 4.1.24? Regular LDAP is working fine, but when I change the connection URL to ldaps://:636 I get the following error: 2003-07-28 09:40:49 JNDIRealm[Standalone]: Connecting to URL ldaps://10.1.1.50:636 2003-07-28 0