Hi Stephen: My problem was casued by this part of code:
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
in the jsp file, then when I pressed schedule event I would redirect me
to my login page.
So check it out, if you have something similar there. Tomek

