Forum: JSP Apr 4th, 2007 |
| Replies: 13 Views: 6,723 Tried that as well :sad: , i think the problem might not be with the code , it might be with the configuration, as i was looking at tomcat-apache documentation it says to create a WEB-INF/web.xml... |
Forum: JSP Apr 4th, 2007 |
| Replies: 13 Views: 6,723 I have tried using it with the newer version but its giving error again at the connection string and having root cause:
javax.servlet.ServletException: Communications link failure due to underlying... |
Forum: JSP Apr 3rd, 2007 |
| Replies: 13 Views: 6,723 For database -- MySQL (http://www.daniweb.com/techtalkforums/post338143.html#) 5.0.37
For JDBC -- mysql-connector-java-3.0.17 |
Forum: JSP Apr 3rd, 2007 |
| Replies: 13 Views: 6,723 Hello
I have tried that option as well with command
GRANT ALL PRIVILEGES ON 'login'.* TO 'root'@'localhost:8009 ('root'@'localhost:8009')'
IDENTIFIED BY 'mdas' WITH GRANT OPTION;
but it... |
Forum: JSP Mar 30th, 2007 |
| Replies: 13 Views: 6,723 Hello !!
Thankx for all ur reply's. Actually i m very new to this jsp programming , i dont really know much abt all this, just followng a few books and tutorials to make it work, but i think u r... |
Forum: JSP Mar 29th, 2007 |
| Replies: 13 Views: 6,723 Hi ! I have a problem in connecting JSP pages with My SQL database using JDBC connector. I m using:
For TOMCAT -- apache-tomcat-5.5.23
For JRE -- Java EE 5 SDK
For database -- MySQL 5.0.37... |
Forum: JSP Mar 29th, 2007 |
| Replies: 35 Views: 21,820 Hi I have used the same code to work at my end but it still giving me error, i just modified code to replace my database name and other specifications:
Here is teh code :
<%@ page... |