Data Binding in JSP

2010-01-24 Thread jithu mada
Hi, I need suggestion on how to do Data binding in JSP's? I have a requirement, which is to display the table data and the user can add,update or delete the data to it. I am using and JSP's and Servlets. I was searching online to find if there are any data binding frameworks available which I ca

Re: Does tomcat log closed connection

2009-09-19 Thread jithu mada
f communication > before > > > the connection is closed > > > > > > 1) The client sends a request to our application to create a session. > > > 2) Tomcat sees the client is not logged in and sends a login.html to > login > > > in > > > 3)

Re: Does tomcat log closed connection

2009-09-19 Thread jithu mada
And the communication is done on the SSL port 8443. On Sat, Sep 19, 2009 at 8:26 PM, jithu mada wrote: > Hi David, > > these are the connector elements we have in our server.xml file > > > maxThreads="150" minSpareThre

Re: Does tomcat log closed connection

2009-09-19 Thread jithu mada
. There are no proxys in between. I appreciate your help. thanks Jithu On Sat, Sep 19, 2009 at 7:38 PM, David Smith wrote: > jithu mada wrote: > > Hi, > > > > I am using Tomcat 5.0.27 on AIX. > > > > Its abruptly closing a connection after processin

Does tomcat log closed connection

2009-09-19 Thread jithu mada
Hi, I am using Tomcat 5.0.27 on AIX. Its abruptly closing a connection after processing a user request successfully. Wanted to know does it log anywhere why is it closing the connection or do we need to change any settings to make it log closed connections. Thanks Jithu

Request Dumping Enabled but no logs

2009-09-18 Thread jithu mada
Hi, I am using the Tomcat 5.0.27 on AIX 5 . I have enabled Request Dumping in tomcat by adding following line in conf/server.xml file. I restarted the server after adding the above line and accessed the Tomcat server but I don't see any log files for Request dumping. I am checking in the $CATAL

Re: Avoiding username/password being logged into localhost access logs

2009-04-22 Thread jithu mada
Thanks for the prompt Reply. The tomcat is running on AIX 5.3 and the files are not publicly accessible. Its only accessible to few users. But the user wants the username and password to be obscured. On Wed, Apr 22, 2009 at 5:43 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > >

Fwd: username/password being logged in clear text

2009-04-22 Thread jithu mada
-- Forwarded message -- From: jithu mada Date: Wed, Apr 22, 2009 at 5:38 PM Subject: username/password being logged in clear text To: users@tomcat.apache.org Hi, We are using Tomcat 5.0.27. Whenever the user logs using GET or POST request his/her username and password are being