我的项目是发布在weblogic10 下 ,启动正常,但是访问时会出现下面的错误  Compilation of JSP File '/index.jsp' failed:    index.jsp:4:2: Type mismatch:cannot convert from Tag to JspTag
           String indexUrl = WAPConstants.indexUrl;
           ^--------------------------------------------
           response.sendRedirect(indexUrl);
  
在网上搜了,但是都没有给出具体的解决方案,麻烦知道的大侠给说下吧,谢谢!