MYECLIPSE与MYSQL加载驱动but failed to unregister it when the web application was stopped. To prevent

MYECLIPSE与MYSQL加载驱动but failed to unregister it when the web application was stopped. To prevent,第1张

ct= DriverManager.getConnection("jdbc:mysql://localhost/yxl?" + "user=root&password=a346254964")这样的格式不对吧。你的URL中缺少端口,而且,用户名和密码不能像web请求的地址那样写。DriverManager.getConnection("jdbc:mysql://localhost:3306:orcl","root","1234")

找不到Action提交的路径, 你把web.xml 里url-pattern改成 <url-pattern>/JdbcTest</url-pattern>

不是<url-pattern>/oaweb/JdbcTest</url-pattern>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7603602.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-07
下一篇 2023-04-07

发表评论

登录后才能评论

评论列表(0条)

保存