-----Original Message-----
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] 
Sent: Monday, January 25, 2010 11:16 AM
To: Tomcat Users List
Subject: Re: question for deploystartup forROOT.war on tomcat cluster

2010/1/25 Okubo, Yasushi (TSD) <yasushi.ok...@takedasd.com>:
> OK - Listed applications for virtual host localhost

This:

> /manager:running:1:manager
> /:running:0:/
> /host-manager:running:0:host-manager
>

and this:

> HTTP Status 404 - /
> ________________________________
> type Status report
> message /
> description The requested resource (/) is not available.

>means that the web application is deployed and running.

>When there is no ROOT application deployed, Tomcat will respond with
>an empty zero-length response (it looks like a blank page in a
>browser).


>It looks like a web application that does not have a welcome page.
>Please check that your ROOT.war was properly expanded into
>/webapps/ROOT folder, and that those files (especially
>WEB-INF/web.xml) are readable by the user that runs that Tomcat
>instance.

Yes, it has.

  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
  </welcome-file-list>

-rw-rw-r-- 1 xxx yyy 114 Nov 25 14:05 webapps/ROOT/index.html
-rw-rw-r-- 1 xxx yyy 15197 Nov 25 14:51 webapps/ROOT/WEB-INF/web.xml


>Best regards,
>Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to