------解决方案-------------------- 你的项目问题 跟TOMCAT没关系
------解决方案-------------------- 应该不会出现这种问题,我都部署了好多个,是不是你哪有问题,LZ 好好看看
------解决方案-------------------- for setting the JAVA_OPTS variable in windows you don’t need to type a command. all you need is to set the environment variable as following: - right click on my computer icon and click select properties. - select the advanced tab. - click on environment variables button. - on system variables part : - click on new button. - in the variable name type : JAVA_OPTS - in the variable value type: -Xms256m -Xmx512m - click ok and ok. now you have the environment variable JAVA_OPTS set to -Xms256m -Xmx512m.
------解决方案-------------------- 我现在的Tomcat 6.0里跑了5个项目
------解决方案-------------------- 项目问题 我以前遇到这种问题!!!
------解决方案-------------------- 我现在的tomcat6里已经10+了,但很多都是小项目
------解决方案-------------------- 是你的tomcat内存不够大就是存放空间 建议你去设置一下 最好把tomcat的内存设置和你的开发工具的内存一样的 右击 MyEclipse 然后选打开文件位置 选择 myeclipse.ini这个文件 然后把当中的-XX:MaxPermSize=256m 放到你的TOMCATE当中 选择你加载 tomcat当中的JDK 把这个 -XX:MaxPermSize=256m放进去 希望能帮到你
------解决方案-------------------- 内存不够,tomcat自己会说。明显是你自己的项目问题。要么与其他项目,要么与tomcat 关于根路径这一块的设置有问题。
------解决方案--------------------