HTTP Status 503 application

各位,小弟今天在服务器上部署项目后访问出现
HTTP Status 503 - This application is not currently available

type Status report

message This application is not currently available

description The requested service is not currently available.

Apache Tomcat/6.0.44
请问这是怎么回事,

503只能说你的程序丢出了异常,至于什么问题,要看你程序怎么写的,最好加点日志输出异常信息。

服务器端程序异常了,增加程序日志,分析一下对应代码

我查看nohup.out的输出,里面只有
Using CATALINA_BASE: /home/xxxx
Using CATALINA_HOME: /home/xxxxxx
Using CATALINA_TMPDIR: /home/xxxxx/temp
Using JRE_HOME: /root/softs/jdk1.6.0_21
Using CLASSPATH: /home/xxxxxx/bin/bootstrap.jar

我部署在webapps下,但是在tomcat manager里根本找不到我的那个项目

那是看看Web-Inf下的xml配置文件