Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fef0261

Browse files
committed
update
1 parent dd63e80 commit fef0261

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

J2EE学习之路.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,11 @@
266266

267267
## Tomcat
268268

269-
* Apache Tomcat 8 Configuration Reference: http://tomcat.apache.org/tomcat-8.0-doc/config/index.html
269+
* Apache Tomcat 8 Configuration Reference: http://tomcat.apache.org/tomcat-8.0-doc/
270270
* Security Considerations: https://tomcat.apache.org/tomcat-8.0-doc/security-howto.html
271271
* SSL/TLS Configuration HOW-TO: https://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html
272+
* Tomcat配置JNDI全局数据源: http://tomcat.apache.org/tomcat-8.0-doc/jndi-datasource-examples-howto.html
273+
* Tomcat配置JNDI局部数据源: http://blog.csdn.net/u011686226/article/details/51858488
272274
* Tomcat Cannot assign requested address: JVM_Bind 非端口占用冲突:http://jameswsz.iteye.com/blog/1976489
273275
* Tomcat中的Session小结: http://www.cnblogs.com/chenpi/p/5434537.html
274276
* Tomcat7启动报Error listenerStart错误: http://www.cnblogs.com/nayitian/p/3439336.html
@@ -839,6 +841,11 @@ https://bintray.com/
839841
* 程序员的绘图利器 — Graphviz:http://blog.csdn.net/zhangskd/article/details/8250470
840842
* Graphviz Eclipse plug-in:https://github.com/abstratt/eclipsegraphviz
841843

844+
## sikuli
845+
846+
* https://github.com/sikuli/sikuli
847+
* http://www.sikuli.org/
848+
842849
## JBoss
843850

844851
The JBoss AS community project has been renamed to the WildFly community project, which has a new home at wildfly.org. The JBoss name now only applies to the commercially supported product, called JBoss EAP, which is derived from the WildFly community project and is available at http://www.jboss.org/products/eap/overview/.
@@ -1201,6 +1208,8 @@ https://bintray.com/
12011208
* c3p0: https://sourceforge.net/projects/c3p0/
12021209
* DBCP: http://commons.apache.org/proper/commons-dbcp/index.html
12031210
* Proxool: http://proxool.sourceforge.net/index.html
1211+
* The Tomcat JDBC Connection Pool: http://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html
1212+
* Apache Commons Pool: http://commons.apache.org/proper/commons-pool/index.html
12041213

12051214

12061215
## Eclipse插件开发

0 commit comments

Comments
 (0)