路径都按照网上的要求
查看日志文件
显示结果是
严重: Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind:8080
请问怎么解决!!!

解决方案 »

  1.   

    你端口被占用的,解决办法,我帮你搜了哈:
    端口如果被其他程序占用就不能正常启动,比如有时启动时会提示WEB启动失败,其实就是80端口被占用了,而迅雷等下载软件恰恰就是占用了80端口,关掉就行了。但有时迅雷等都没有开也启动不了,那就是别的东西占用了,那怎么办呢?我来叫你查看端口并关掉的方法。
         1.在开始--运行   里面输入cmd点回车,会出现运行窗口。     
         2.在提示符后输入netstat -ano回车,找到tcp 80端口对应的pid,比如1484.
         3.ctrl+alt+del打开任务管理器,选进程,这里有很多正在运行的程序怎么找?别急点上面的   
        查看--选择列--在PID(进程标示符)前面打钩。好了,下面的进程前面都有了PID号码。这时上一步找到的PID就有用了,找到1484,比如PEER.EXE什么的,结束进程吧。这时再开服务器,看WEB可以启动了!
      

  2.   

    直接修改 Tomcat X.X\conf\server.xml 中的 8080 值就可以了,
    用写字板打开 server.xml 文件,查找替换8080 为8088 即可解决问题!
      

  3.   

    换一个端口号试试,在Tomct安装目录下有个conf文件夹,打开server.xml,找到<Connector>,更改port的值,重启Tomcat。用http://localhost:端口访问。
      

  4.   

    在配置文件server.xml中修改端口号,默认的是8080,你改成其他的应该就可以了!!!
      

  5.   


    这次是无法显示页面
    日志文件为
    2010-1-4 20:16:48 org.apache.coyote.http11.Http11Protocol init
    信息: Initializing Coyote HTTP/1.1 on http-8088
    2010-1-4 20:16:48 org.apache.catalina.startup.Catalina load
    信息: Initialization processed in 937 ms
    2010-1-4 20:16:48 org.apache.catalina.core.StandardService start
    信息: Starting service Catalina
    2010-1-4 20:16:48 org.apache.catalina.core.StandardEngine start
    信息: Starting Servlet Engine: Apache Tomcat/5.5.7
    2010-1-4 20:16:48 org.apache.catalina.core.StandardHost start
    信息: XML validation disabled
    2010-1-4 20:16:49 org.apache.catalina.core.ApplicationContext log
    信息: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
    2010-1-4 20:16:49 org.apache.catalina.core.ApplicationContext log
    信息: ContextListener: contextInitialized()
    2010-1-4 20:16:49 org.apache.catalina.core.ApplicationContext log
    信息: SessionListener: contextInitialized()
    2010-1-4 20:16:49 org.apache.catalina.core.ApplicationContext log
    信息: ContextListener: contextInitialized()
    2010-1-4 20:16:49 org.apache.catalina.core.ApplicationContext log
    信息: SessionListener: contextInitialized()
    2010-1-4 20:16:49 org.apache.coyote.http11.Http11Protocol start
    信息: Starting Coyote HTTP/1.1 on http-8088
    2010-1-4 20:16:49 org.apache.jk.common.ChannelSocket init
    信息: JK2: ajp13 listening on /0.0.0.0:8009
    2010-1-4 20:16:50 org.apache.jk.server.JkMain start
    信息: Jk running ID=0 time=0/110  config=null
    2010-1-4 20:16:50 org.apache.catalina.storeconfig.StoreLoader load
    信息: Find registry server-registry.xml at classpath resource
    2010-1-4 20:16:50 org.apache.catalina.startup.Catalina start
    信息: Server startup in 1891 ms
      

  6.   

    java.net.BindException: Address already in use: JVM_Bind:8080
    8080端口被占用,修改tomcat的server.xml文件,找到文件中的8080,随便修改成一个没有被占用的端口即可。不过修改后你访问的url地址中的端口号也要变为修改后的端口号。
      

  7.   

    端口改了,浏览器访问也得改端口哇
    访问也得用 http://localhost:8088
      

  8.   

    端口号被占用 打开tomcat安装目录下的con/server.xml文件 找到 <Connector port="8080"
    改为 <Connector port="8089" 或者任一没被占用的都可
      

  9.   

    你是不是装oracle了?装oracle,则端口8080就容易被占用。
    你要
    修改server.xml 中的 8080 值就可以了, 
    用写字板打开 server.xml 文件,查找替换8080 为8888 即可解决问题
      

  10.   

    端口改了,浏览器访问时也得改端口啊! 
    访问路径改为: http://localhost:8088
    你的那个提示信息,说明服务器已经成功的开启了!
      

  11.   

    要是非用8080 端口,可以先把占用着8080端口的程序停了,再启tomcat就可以了。
      

  12.   

    http://localhost:8080
    java.net.BindException: Address already in use: JVM_Bind:8080 
    说明8080端口已被占用,建议修改tomcat的server.xml文件,改掉8080端口!
      

  13.   

    一直用MyEclips(忘了咋写了)。。俺们老师说了:正版的东西,只要挂上“用于教学”,就可以免费使用了~!