> From: Steve Ingraham [mailto:[EMAIL PROTECTED] > Subject: RE: problem with data input > > I have checked the WEB-INF/lib for other duplicated .jar > files. I have not seen any.
Good. > What is the next step for troubleshooting the problem? You'll need to trace what's going on in the webapp and the database when attempts are made to update the area in question. Your DB most likely has some form of debugging capability that you can enable, hopefully with some filtering capability that will avoid generating tons of irrelevant traces. Also, if there's any debugging or logging built into the webapp of interest, turn that on. If all else fails, put logging (or print) statements in the webapp to see what's really going on when this particular kind of data is being entered. The webapp could be generating ill-formed SQL, sending it to the DB, and eating any exceptions generated; many other failure modes are also possible, but you'll need information from within the webapp and DB to find out what. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]