I'm not a specialist in this but it smells like you're saying that the
role name are listedin the attribute 'cn' and that to access your site
the connected user should have the role 'cn' hence if you do not have a
user with it's cn=cn (attribute cn = value "cn"), it won't work. Maybe
you could
Glen Ezkovich wrote:
Sjoerd,
Thanks for your input. We installed Java within the chroot jail and
are still having this problem. I have no problem increasing the stack
size using Xss but I have no idea what property sets the initial
thread stack location or which would allow us to allocate stack
effectively available.
the javax.sql package isn't available in jdk1.3, only 1.4 visibly
(checked from sun api docs). What happens is that maybe you compiled
with a 1.4 jdk and are executing tomcat with a 1.3 version.
Could you check this ?
Have somebody already me
nyhgan wrote:
I am trying to build the jk2 by myself, and I keep getting the error ""Do not use --with-apxs2 but --with-apxs". Does it means that it couldn't recognized that I am using Apache2?
From memory, the version of apxs isn't related to the one of apache. It
should be fine configurin