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.



Best regards,
Konstantin Kolinko

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

Reply via email to