当前位置: 代码迷 >> Eclipse >> 新手求教 Myeclipse tomcat 和 tomcat6.0的有关问题
  详细解决方案

新手求教 Myeclipse tomcat 和 tomcat6.0的有关问题

热度:60   发布时间:2016-04-23 13:54:36.0
新手求教 Myeclipse tomcat 和 tomcat6.0的问题
我是新手,有个这方面的问题.

环境是tomcat6.0 Myeclipse8.0

之前运行一些简单程序使用 run as -- Myeclipse tomcat 也一直没问题 访问 localhost:8080 也能正常看到tomcat的初始页面

今天可能调整了某些设置 初始页面看不到了 但是 localhost:8080/[工程名] 还是能正常访问 
之前做的一些小程序也可以在这个路径下正常使用
但新配置的servlet访问就出现

Java code
HTTP Status 500 -type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfilling this request.exceptionjavax.servlet.ServletException: Wrapper cannot find servlet class Regin or a class it depends on



这样的错误
请问是动了什么不该动的东西了么?

另外 如果我启动Tomcat6.0而不是 Myeclipse tomcat的时候 还是可以看到欢迎界面 但是点manager或者log连接后都不可用

------解决方案--------------------
最好导个tomcat 外部的
------解决方案--------------------
要不有可能是两个Tomcat然后端口号被占用了
再要不是配置的问题
再要不就重启下MyEclipse
代码迷推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.daimami.com/search?q=317
  相关解决方案