2011/8/22 Piotr Pawlowski <piotr.pawlow...@goyello.com>:
> Maybe I didn't describe it clearly - I need some kind of redirection from
> example.com to example.com/myApp .

ROOT/index.jsp:
[[[
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<c:redirect url="/myApp/" />
]]]

+ add standard taglib to the ROOT webapp
http://tomcat.apache.org/taglibs/standard/

or call response.sendRedirect() directly.

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