2019年7月22日

Invocation of init method failed; nested exception is java.sql.SQLException: Listener refused the connection with the following error:ORA-12519, TNS:no appropriate service handler found

摘要: 本机启动时,报了这个错误,然后在网上查资料,大部分说的是数据库连接数问题,执行了下述语句 查询当前连接数:select count(*) from v$process; 查询最大连接数:select value from v$parameter where name = 'processes'; 然 阅读全文

posted @ 2019-07-22 11:11 相识于风中 阅读(2080) 评论(0) 推荐(0)

2019年6月26日

web.xml总结

摘要: 1.web.xml所在位置:webapp/WEB-INF/web.xml。 2.web.xml标签加载顺序:<context-param>、<listener>、<filter>、<servlet>。 阅读全文

posted @ 2019-06-26 17:55 相识于风中 阅读(164) 评论(0) 推荐(0)

导航