https://bz.apache.org/bugzilla/show_bug.cgi?id=68919

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
This can be easily done using the ROOT web application with a custom response
for e.g. /myapp/* which will execute when /myapp/ hasn't deployed properly.

You can even use the status code of your choosing.

Your choice of implementation can include:

- Tomcat rewrite Valve
- plain JSP + <error-*> configuration in web.xml
- Custom Java code that you write

I don't think this needs to have further support than is already available, do
you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to