You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Joseph Toussaint <jd...@cariboulake.com> on 2001/08/16 23:01:24 UTC

restriction on number of logon tries

sorry I forgot to change the subject line

I'm using J2EE security in a tomcat application.  I want to disable an 
account after say 5 unsuccessful tries.  Is this possible.

thanks


joe


Re: install.txt

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
Gordon Hollenbeck at ghollenbeck@murtos.com wrote:

> Dear Pier,
> 
> Thursday, August 16, 2001, 4:36:21 PM, you wrote:
> 
> PPF> Gordon Hollenbeck at ghollenbeck@murtos.com wrote:
> 
>>> Dear,
>>> 
>>>  can someone send me their httpd.conf file with Tomcat/HTTPS integration?
>>> 
>>>  I want apache to use tomcat for servlet handling much like it handles
>>> PHP...
>>> 
>>>  I am using tomcat 4.0-b7.
> 
> PPF> Read the INSTALL.txt coming with the webapp module... It's pretty
> PPF> straightforward.
> there isnt an install.txt anywhere in the distrobution...
> im running 4.0 beta 7...

Did I say in the TOMCAT distribution? :) :) You have to download the webapp
module from 

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/bin

  or

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/src

  (if you want to compile it yourself)

and then in that distribution there's a nice INSTALL.txt

    Pier


install.txt

Posted by Gordon Hollenbeck <gh...@murtos.com>.
Dear Pier,

Thursday, August 16, 2001, 4:36:21 PM, you wrote:

PPF> Gordon Hollenbeck at ghollenbeck@murtos.com wrote:

>> Dear,
>> 
>>  can someone send me their httpd.conf file with Tomcat/HTTPS integration?
>> 
>>  I want apache to use tomcat for servlet handling much like it handles PHP...
>> 
>>  I am using tomcat 4.0-b7.

PPF> Read the INSTALL.txt coming with the webapp module... It's pretty
PPF> straightforward.
there isnt an install.txt anywhere in the distrobution...
im running 4.0 beta 7...


PPF>     Pier




+-+---------+-----------------+-----------------------------------------+
|L|   .^.   | Gordon Holleneck \ Email: gholleneck@murtos.com           |
|I|   /V\   +-------------------\ Jabber: gordon1986@jabber.org         |
|N|  // \\  | Phoenix Online, the\ ICQ: 60306035 | AIM: ghollenbeck1986 |
|U| /(   )\ | Open-Source MMORPG: `-----------+--+----------------------+
|X|  ^^-^^  | http://www.murtos.com/games/po/ | A.K.A: Thrawn           |
+-+---------+---------------------------------+-------------------------+


Re: Re[2]: restriction on number of logon tries

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
Gordon Hollenbeck at ghollenbeck@murtos.com wrote:

> Dear,
> 
>  can someone send me their httpd.conf file with Tomcat/HTTPS integration?
> 
>  I want apache to use tomcat for servlet handling much like it handles PHP...
> 
>  I am using tomcat 4.0-b7.

Read the INSTALL.txt coming with the webapp module... It's pretty
straightforward.

    Pier


Re[2]: restriction on number of logon tries

Posted by Gordon Hollenbeck <gh...@murtos.com>.
Dear,

   can someone send me their httpd.conf file with Tomcat/HTTPS integration?

   I want apache to use tomcat for servlet handling much like it handles PHP...

   I am using tomcat 4.0-b7.


+-+---------+-----------------+-----------------------------------------+
|L|   .^.   | Gordon Holleneck \ Email: gholleneck@murtos.com           |
|I|   /V\   +-------------------\ Jabber: gordon1986@jabber.org         |
|N|  // \\  | Phoenix Online, the\ ICQ: 60306035 | AIM: ghollenbeck1986 |
|U| /(   )\ | Open-Source MMORPG: `-----------+--+----------------------+
|X|  ^^-^^  | http://www.murtos.com/games/po/ | A.K.A: Thrawn           |
+-+---------+---------------------------------+-------------------------+


Re: restriction on number of logon tries

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Thu, 16 Aug 2001, Joseph Toussaint wrote:

> sorry I forgot to change the subject line
> 
> I'm using J2EE security in a tomcat application.  I want to disable an 
> account after say 5 unsuccessful tries.  Is this possible.
> 
> thanks
> 

You would need to modify the relevant Realm implementations to do this --
there is nothing built in for this purpose.

> 
> joe
> 
> 

Craig