您的位置:首页 > 运维架构 > Tomcat

tomcat启动问题

2006-11-05 16:54 281 查看
Tomcat中常见问题

一. "Source not found for StandardContext.start() line: 4098"

       如果在程序中设置了断点,出错后Eclipse记录下了错误断点。

Solution: =>

      在debug视图下,选择Breakpoints窗口会发现里面有断点记录,右键点击remove all。

二. 8080端口被占用

      p2psvr.exe进程,是捜狗直通车程序,更可恶的是,它会占用8080端口,使得tomcat无法正常启动

    ,并显示异常:BindException,此处把它彻底删掉做为解决的方法。

Solution:   =>

  开始->运行 ->regedit 进入注册表编辑器

  1)HKEY_LOCAL_MACHINE->SYSTEM-----CurrentControlSet----services

            删除在服务中存在的p4p service服务.

  (2)HKEY_LOCAL_MACHINE->SYSTEM-----CurrentControlSet----control---safeboot---

          1>minimal中:删除:PNP FILTER.

          2>network中:删除:pnp fiter

  ps:查看端口占用情况:netstat -anb
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息