|
Java學习者論坛
小弟用的是WEBLOGIC6
现在在weblogic下建立了一个叫aaa的Application。
目前訪问地址是http://localhost:7001/index.htm
现在我希望访问的根目录放在Application之上。jiu是
http://localhost:7001/aaa/index.htm
不知道在config.xmlzhong应该如何配置。望高手赐教!!!
现在我的config.xml中的配置如下:
<Server ListenPort="7001" Name="esd_test" NativeIOEnabled="true" TransactionLogFilePrefix="config/testsite/logs/">
<ServerStart Name="esd_test"/>
<KernelDebug Name="esd_test"/>
<Log FileName="config/testsite/logs/weblogic.log" Name="esd_test"/>
<WebServer DefaultWebApp="aaa"
LogFileName="./config/testsite/logs/access.log"
LoggingEnabled="true" Name="esd_test"/>
<SSL Enabled="true" ListenPort="7002" Name="esd_test"
ServerCertificateChainFileName="config/testsite/ca.pem"
ServerCertificateFileName="config/testsite/democert.pem" ServerKeyFileName="config/testsite/demokey.pem"/>
<ExecuteQueue Name="default" ThreadCount="15"/>
<ServerDebug Name="esd_test"/>
</Server>
<Application Deployed="true" Name="aaa" Path="./config/testsite/applications">
<WebAppComponent Name="aaa" Targets="esd_test" URI="aaa"/>
</Application>
歡迎來到Java學习者論坛,轉载请注明地址:http://www.javaxxz.com. |
|