请教高手!!WLS10.3部署项目引用包的问题
服务器是Linux 64位的实机,项目之前是部署在WebLogic8.1上的,没有任何问题,但是一换到WebLogic10.3上时就出问题,项目部署成功而且后台任务能正常调度,也就是说项目是启动成功了的,但是在通过页面访问的时候全部是空白,什么内容都没有,下面是WebLogic记录的日志和项目本身的日志:WebLogic日志:
index.jsp:9:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://{此处说不得}/xmdc" prefix="xmdc"%>
^----^
at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:421)
at org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl.dispatch(JspTilesViewHandlerImpl.java:233)
at org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl.renderView(JspTilesViewHandlerImpl.java:219)
at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:229)
Truncated. see log file for complete stacktrace
javax.servlet.ServletException: weblogic.servlet.jsp.CompilationException: Failed to compile JSP /index.jsp
index.jsp:3:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
^----^
项目本身的日志:
2013-4-9 15:08:35[ INFO](ServletCacheAdministrator.java:173) Created new instance of ServletCacheAdministrator
2013-4-9 15:08:35[ INFO](ServletCacheAdministrator.java:246) Created new application-scoped cache at key: __oscache_cache
2013-4-9 15:08:35[ERROR](JspTilesViewHandlerImpl.java:286) could not find pathMapping for servletPath = /index.jsf requestPathInfo = null
日志只贴了部分,大体情况就是页面上所有的<%@ taglib prefix="f" uri="http://省略" %>都报类似的错
我试过的方法:用weblogic.jar直接置换jstl.jar包;修改<prefer-web-inf-classes>true</prefer-web-inf-classes>值
weblogic我刚开始接触,所以很多东西都不是很熟悉,如果您有好的建议烦请尽量将过程写详细些,万分感谢!!代理的网络不给力,预览不了,本来想好好排版下的,只能麻烦各位大神将就一下啦~~~ WebLogic 服务器 uri 库 Linux --------------------编程问答-------------------- 除 --------------------编程问答-------------------- 高手们有解答吗?
补充:Java , Web 开发