ASP is fairly easy to learn, but it doesn't scale well.
JSP is designed for intensive applications as it compiles the first time it is run and therefore executes faster after that (like
ASP.NET).
I think the better one really depends on your past experience.
ASP is easier to learn if you have done visual basic, whereas
JSP is easier to learn if you have done Java.