at started working
(with tomcatAuthentication="false", as described in my previous
email). Now all is well.
Thanks again, Rainer,
--xsdg
On Thu, Jun 6, 2013 at 5:31 PM, Omari Stephens wrote:
> Okay, searching around for 'tomcatAuthentication="false"' is bearing
>
a login page, so this confirms that the Jk stuff is bypassing
authentication right now, even though I'm hitting it over port 443.
So that's what I'm working on figuring out right now. If anyone has
any suggestions, let me know. I feel like I'm close, though.
--xsdg
On Thu,
ttpd side? I've restarted
>> both tomcat and httpd, and I still get null from both
>> request.getRemoteUser() and request.getAuthType().
>>
>> Moreover, is there somewhere I can turn on debugging to see if the
>> setting is at least getting picked up properly?
ors, which is somewhat disconcerting.
Thanks,
--xsdg
On Thu, Jun 6, 2013 at 12:20 AM, Rainer Jung wrote:
> On 06.06.2013 07:23, Omari Stephens wrote:
>> Howdy, y'all
>>
>> I'm working on porting a pure java CGI to a servlet. I'm using Tomcat
>> 6
Howdy, y'all
I'm working on porting a pure java CGI to a servlet. I'm using Tomcat
6 behind Apache HTTPD 2.2.
At this point, I have everything talking to each other fine. When I
hit the right URL on httpd, my servlet gets run. yay.
My question: incoming connections to httpd are over SSL. For