2011/8/22 Piotr Pawlowski <[email protected]>: > 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: [email protected] For additional commands, e-mail: [email protected]
