0
我嘗試部署到我的新網站gui。JSF-春季部署到weblogic
但是我想問問一些關於我的weblogic.xml
這是我的weblogic.xml:
<wls:weblogic-web-app
xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd
http://xmlns.oracle.com/weblogic/weblogic-web-app
http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd">
<wls:weblogic-version>12.1.1</wls:weblogic-version>
<wls:context-root>FilterWeb</wls:context-root>
<wls:container-descriptor>
<wls:prefer-application-packages>
<wls:package-name>com.oracle.foo</wls:package-name>
</wls:prefer-application-packages>
</wls:container-descriptor>
</wls:weblogic-web-app>
所以,這裏是我的問題:我如何可以設置「使用我的所有數據包「只是一條線?
在這樣,我必須將所有包名該命令下:WLS:喜歡的應用程序的程序包
但我不想寫的所有包的名字。因爲我有很多包裝。
有人知道這件事嗎?我找不到任何東西。
謝謝。