1.按照wizard逐步提示创建Portal.
2.包导出.war到deploy目录下.
3.访问时在日志中报 org.apache.jasper.JasperException: File "/WEB-INF/tld/std-portlet.tld" not found.
4.直接在web.xml中删除:
<jsp-config>
<taglib>
<taglib-uri>http://java.sun.com/portlet</taglib-uri> <taglib-location>/WEB-INF/tld/std-portlet.tld</taglib-location>
</taglib>
</jsp-config>
5.再打包部署就好了.
发表于 @ 2008年05月01日 09:34:26|评论(loading...)|编辑