Eclipse安装好m2e插件,使用Maven构建项目后,启动web项目就行就非常简单了,你不再需要下载然后在eclipse中配置tomcat. 右键你的项目 -> Run As -> Run Configurations... 双击左侧的Maven Build,会出现一个New_configuration Name改成自己想要的名字,Browse Workspace选择要启动的web项目,Goals填写tomcat:run Apply并Run即可.首次执行按如上设置,以后执行按如下图操作启动…
Initialization of bean failed; nested exception is java.lang.OutOfMemoryError: Java heap space 原因: 在myeclipse中出现:java.lang.OutOfMemoryError: Java heap space 或着java.lang.OutOfMemoryError: PermGen space 这两个错误,原因是tomcat 或着mycelispe没有设置好 解决方法: 如是单独启动tomc…