出现404错误时
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
在config.xml中
<JDBCTxDataSource JNDIName="reportds" Name="MyJDBC Data Source-1"
PoolName="MyJDBC Connection Pool-1" Targets="myserver"/>之后加入
<Application Name="_appsdir_report_ora_dir"
Path="[u]D:\bea\user_projects\domains\mydomain\applications[/u]"
StagingMode="nostage" TwoPhase="true">
<WebAppComponent Name="[u]report_ora[/u]" Targets="[u]myserver[/u]" URI="[u]report_ora[/u]"/>
</Application>
修改下划线的值,保存后。重启服务即可。
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
在config.xml中
<JDBCTxDataSource JNDIName="reportds" Name="MyJDBC Data Source-1"
PoolName="MyJDBC Connection Pool-1" Targets="myserver"/>之后加入
<Application Name="_appsdir_report_ora_dir"
Path="[u]D:\bea\user_projects\domains\mydomain\applications[/u]"
StagingMode="nostage" TwoPhase="true">
<WebAppComponent Name="[u]report_ora[/u]" Targets="[u]myserver[/u]" URI="[u]report_ora[/u]"/>
</Application>
修改下划线的值,保存后。重启服务即可。