Who knows about ISAPI?

2004-07-26 Thread Frank Febbraro
Hey everyone. I have quite a few ISAPI Redirector2 / JK2 Connector issues/questions that seem to go unanswered. I am assuming that it is generally because people have no idea either what is going wrong, or why, or how to fix it. I was just wondering who on this list is the ISAPI and/or JK2

isapi_redirector2 warnings

2004-07-22 Thread Frank Febbraro
I have the isapi_redirector2.dll installed on an instance of IIS 5.0 on Win2k SP4 It is redirecting to a different server that has Tomcat 4.1.30 installed. For EVERY request I get a slew of warnings in the event log..in the folowing order: Event Type: Warning Event Source: Apache Jakarta

JK Connector versus mod_proxy

2004-03-29 Thread Frank Febbraro
Historically I have had problems with the JK Connectors and have typically resorted to useing mod_proxy to connect my tomcat applications to an Apache website. Can someone here tell me why this might not be a good idea? It is easy to setup and work great, however what are the additional

Re: JK Connector versus mod_proxy

2004-03-29 Thread Frank Febbraro
from the university's kerberized authentication system isn't passed on without it. That's my experience anyway. I posted a question about it a few months ago with no responses -- not even a 'you can't do that'. I'm guessing no one has any experience with such a setup. --David Frank

Re: ServletFilter on j_security_check

2004-01-31 Thread Frank Febbraro
said that filters can't be applied to j_security_check. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21795 -Tim Frank Febbraro wrote: Using Tomcat 4.1.x In looking at the source it seems that there is no simple way to hook into the Login process to get notified of successes

ServletFilter on j_security_check

2004-01-29 Thread Frank Febbraro
Using Tomcat 4.1.x In looking at the source it seems that there is no simple way to hook into the Login process to get notified of successes or failures (dammit). So I was attempting to servlet filter the j_security_check and do my own pre/post processing. However I am unable to filter it. Is

Login Audting

2004-01-27 Thread Frank Febbraro
Sorry I started this out as a reply and in the archive it is in that thread. Wanted to start a new thread. __ I am using Tomcat 4.1.29 I was wondering if there was a way to capture successful and failed login attempts. Either via

Login Auditing

2004-01-26 Thread Frank Febbraro
I am using Tomcat 4.1.29 I was wondering if there was a way to capture successful and failed login attempts. Either via interface, mbean, or some other under the covers hooks. Thanks, Frank - To unsubscribe, e-mail: [EMAIL

WAR file not expanded on deployment

2004-01-19 Thread Frank Febbraro
IIS 5.0, Tomcat 4.1.29, Windows XP and 2000 I am trying to use the Tomcat/ISAPI Redirection installer from http://www.shiftomat.com/opensource It looks for contexts to map by listing everything in TOMCAT/webapps that is not ROOT, therefore I need my app expanded on deployment. Currently for

Re: isapi_redirector2.dll fails - red arrow

2004-01-15 Thread Frank Febbraro
I looks as if you are following the instructions for the JK1.x connector and not the JK 2.0.2 instructions. The best step-by-step I found was here and it worked like a charm. http://nagoya.apache.org/wiki/apachewiki.cgi?WinJK2IIs - Original Message - From: [EMAIL PROTECTED] To: Tomcat

SocketException - JK2, Tomcat 4.1.29, IIS 5.1

2004-01-08 Thread Frank Febbraro
When accessing pages on my Tomcat server via IIS and isapi_redirector2.dll I get the following errors on every page request. The errors below are for a simple page invokation like http://localhost/asis/index.jsp Each page is returned successfully, but there are reams of errors generated. Thanks

Re: SocketException - JK2, Tomcat 4.1.29, IIS 5.1

2004-01-08 Thread Frank Febbraro
on this page. http://projects.accessibilityforum.org/tomcat-docs/jk2/jk2/configwebcom.html But it worked so I guess that is good. Frank - Original Message - From: Frank Febbraro [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 10:43 AM Subject

More sophisticated JDBCRealm Security

2003-12-08 Thread Frank Febbraro
In looking through the docs I am surpised that I dont see a way to do some more sophisticated JDBCRealm security. I may just be looking in the wrong place or misreading something so please let me know if I am. My DB tables are arranged as follows create table user ( id BIGINT NOT NULL

Re: More sophisticated JDBCRealm Security

2003-12-08 Thread Frank Febbraro
realm. In your case, you'd create a view on the user table where only active users are shown, and configure the JDBC realm to query this view rather than the user table. Yoav Shapira Millennium ChemInformatics -Original Message- From: Frank Febbraro [mailto:[EMAIL PROTECTED] Sent: Monday

Re: More sophisticated JDBCRealm Security

2003-12-08 Thread Frank Febbraro
Message- From: Frank Febbraro [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 11:41 AM To: Tomcat Users List Subject: Re: More sophisticated JDBCRealm Security What about the fact that the groupId column in User is called id in the Groups table, would it be a case of making another view

Custom Realm deployment, was More sophisticated JDBCRealm Security

2003-12-08 Thread Frank Febbraro
search the archives of this list for many examples. Yoav Shapira Millennium ChemInformatics -Original Message- From: Frank Febbraro [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 12:10 PM To: Tomcat Users List Subject: Re: More sophisticated JDBCRealm Security Well crap! Turns

Garbled Pages

2003-09-16 Thread Frank Febbraro
the actual page that was to be displayed Has anyone seen this before? Is this a known problem or user error? Thanks very much for any help, Frank Febbraro

Re: Garbled Pages

2003-09-16 Thread Frank Febbraro
error 12 - Original Message - From: Frank Febbraro [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 10:41 AM Subject: Garbled Pages Hello Everyone, I have connected apache 2.0.43 and Tomcat 4.1.27-LE with mod_jk2. Some of the pages in my webapp