eclipse
1,问题场景:
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:ott_payment' did not find a matching property.
问题分析:
问题解决:在开发环境中window中preference选择server的run,重新进行Apache的导入
myeclipse
1,问题场景:
myeclipse 运行tomcat 出现了The Apache Tomcat Native library which allows optimal performance in production environments was not found …… (2017/04/13 11:16 csdn)
问题分析:tomcat 版本与开发工具之间版本出现断层,导致了冲突
问题解决:tcnative-1放到Tomcat的安装目录\Bin下,进行处理