我知道这是一个常见问题,但我没有用其他帖子来解决它,所以我创建了一个新帖子来解释我的问题:
我有一个Maven Web应用程序,可以在我的本地计算机上运行(使用本地tomcat 6服务器),但是当我将此应用程序部署到我的"云服务器" (.WAR),我无法访问该页面:XXX.XXX.XXX.XX:8080 / Odontonew,我收到以下错误:
type Status report
message /Odontonew/
description The requested resource (/Odontonew/) is not available.
我在" /var/log/tomcat6/catalina.out"一切都很好,服务器正常启动没有任何错误。
编辑1:
为了帮助我在部署后发布我的文件夹结构,请参阅下面的内容:
total 32
-rw-r--r-- 1 tomcat6 tomcat6 528 Oct 9 01:22 index.xhtml
drwxr-xr-x 2 tomcat6 tomcat6 4096 Oct 9 23:30 META-INF
drwxr-xr-x 7 tomcat6 tomcat6 4096 Oct 9 23:30 financeiro
drwxr-xr-x 4 tomcat6 tomcat6 4096 Oct 9 23:30 odonto
drwxr-xr-x 3 tomcat6 tomcat6 4096 Oct 9 23:30 resources
drwxr-xr-x 2 tomcat6 tomcat6 4096 Oct 9 23:30 templates
drwxr-xr-x 7 tomcat6 tomcat6 4096 Oct 9 23:30 tabelas
drwxr-xr-x 4 tomcat6 tomcat6 4096 Oct 10 10:42 WEB-INF
编辑2:
当我启动我的tomcat6服务器时,这是日志的和平(看看日志里面这个电话" Odontonew" app)
org.primefaces.extensions.application.PostConstructApplicationEventListener processEvent
INFO: Running on PrimeFaces Extensions 0.7.1
Oct 10, 2013 10:47:43 AM com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor$Monitor <init>
INFO: Monitoring jndi:/localhost/Odontonew/WEB-INF/faces-config.xml for modifications
Oct 10, 2013 10:47:43 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Oct 10, 2013 10:47:43 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7893 ms