首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

weblogic 默许工程设

2012-07-03 
weblogic 默认工程设在工程web-inf 下新建weblogic.xml 内容如下:??xml version1.0 encodingutf-8?

weblogic 默认工程设
   
在工程web-inf 下新建weblogic.xml 内容如下:
?

<?xml version="1.0" encoding="utf-8"?> <!doctype weblogic-web-app public "-//bea systems, inc.//dtd web application 6.1//en" "http://www.bea.com/servers/wls610/dtd/weblogic-web-jar.dtd"> <weblogic-web-app> <context-root>/</context-root> </weblogic-web-app>

热点排行