My jsp code worked quite well before yesterday. Yesterday I modified the ip address to point to a new MySQL. I got an error of
[Mon Feb 14 08:07:05 2011] System: Connection reset by peer (errno: 104)
[Mon Feb 14 08:07:10 2011] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows)
I did not click any stop button.
I could telnet from this platform to the new MySQL with the correct port number. And my another jsp file works well with this new MySQL. Why does this jsp file not?
Any ideas?
Thanks.
Old code that worked well:table.dbURL = "jdbc:mysql://1.3.9.14:3306/reporting";New code:table.dbURL = "jdbc:mysql://1.3.9.230:3306/reporting";I did not touch anything else. I just changed this ip address to point to the new MySQL.
Surely it will be to do with the new server configuration. What is different between the old and new servers? Are they running the same os, same apache version, mysql version etc?
An intuitive utility to help find the CSS path to UI elements on a webpage. These paths are used frequently in a variety of front-end development and QA automation tasks.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.