Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 1774 invoked from network); 14 May 2007 11:22:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 11:22:18 -0000 Received: (qmail 33381 invoked by uid 500); 14 May 2007 11:22:09 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 33355 invoked by uid 500); 14 May 2007 11:22:09 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 33344 invoked by uid 99); 14 May 2007 11:22:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 04:22:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [196.25.240.81] (HELO ctb-mesg-1-3.saix.net) (196.25.240.81) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 04:22:01 -0700 Received: from animal (dsl-241-201-198.telkomadsl.co.za [41.241.201.198]) by ctb-mesg-1-3.saix.net (Postfix) with SMTP id 0CE9113917 for ; Mon, 14 May 2007 13:21:29 +0200 (SAST) Message-ID: <000801c79619$f4fc4230$0300000a@animal> From: "Johnny Kewl" To: "Tomcat Users List" References: <20070514104658.0593F10C8@dnserns.isac.gov.in> Subject: Re: JCaptcha with Tomcat Date: Mon, 14 May 2007 13:20:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Antivirus: avast! (VPS 000730-2, 2007/04/03), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org I cant remember offhand wot it was that made me unhappy with Jcaptcha's real time operation, but there was definitely something that I found very buggy and yes... you got a problem with headless java as well.... although I did see some articles on how to try and get around this, its too much hassle.... anyway just want to tell you what I ended up doing and it works well. I use JCaptcha to PRE- generate a a few thousand entries which I simply store in files.... 1,2,3,4,5,6 for images and similar thing for capcha's etc... then I just use a random number generator to get them.... servlets are quick and no problems with headless java.... all I'm saying if u go that way... you probably going to bump into the issue I had as well.... there was something wrong with it... probably something to do with threads and swing... anyway rather go for the pre-gen method... its very efficient. Also dont have to have all the XML in your servlets anymore.... other than that JCatcha is very cool.... but swing dependent.... unfortuanately ----- Original Message ----- From: "Rakesh Kumar" To: "Tomcat Users List" Sent: Monday, May 14, 2007 12:43 PM Subject: JCaptcha with Tomcat > Hi, > > I am trying to use JCaptcha with TC 5.5.23 on the same machine. Is there > any way to use JCaptcha without running X server on this machine ? > > Rakesh Kumar > > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org