What steps have you taken to debug this problem?
For example:

1. Enable debug logging.
2. Insert debugging statements into the code and follow the control flow
3. Break down the problem into its components.
- test the SQL statements with a command line program (psql if you are using Postgresql) - extract the code which relates to the database and write some simple test cases
   - check that you are actually calling the right thing at the right time.

4. Use a debugger (such as Eclipse or Netbeans)

Part of being to be a software engineer is developing skills in problem solving.

I respectfully suggest that after you have analyzed the problem if you can then find a direct relation to Tomcat you post the problem on this list. If the problem is more connected with JDBC or SQL or Postgresql then there are other more appropriate lists.


Regards

Alan


Pid wrote:
rameau rameau1982 wrote:
hi!
When trying to do an update on my database via JDBC it doesn't do
anything. I give you the sources and if somebody can help me it would be
great! thank's!
PS: everything else works perfectly.

What do the logs say?

p



------------------------------------------------------------------------
Sigue los principales acontecimientos deportivos en directo. MSN Motor
<http://video.msn.com/video.aspx?mkt=es-es>


------------------------------------------------------------------------

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



!DSPAM:47777639118902136417547!



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to