Posts Tagged ‘web.xml’
If you have developed one Servlet application that uses MySQL database (or others), and you are using the local database for the debuging and programming, normally, I have used to define the database server host, user name,password as the pulbic static variant in some class, and changed them when I upload the compiled class to [...]
Categories: Java, Programming
