반응형
Error:http://127.0.0.1:8000/ent/RDServer/rdagent.jsp, A connection with the server could not be established
와 같은 에러를 만났다면
<해결방법>
1. jsp환경에서 web-inf/classes/프로젝트.properties파일에서
rd를 출력하기 위해서 print 셋팅한 부분을 확인한다.
그곳에 아마 127.0.0.1로 되어있으면 그것을 서버 아이피로 변경한다.
# print module parameter setting
print.param=/rfn [http://127.0.0.1:8000/ent/RDServer/rdagent.jsp] /rsn [oracle]
2.RDServer를 설치한 폴더에가서 rd.propertise 파일을 열어서
server.serverip부분에서 localhost -> 서버아이피로
server.cabpath부분에서 localhost -> 서버아이피로 수정해준다.
#Web server ip and port number
server.serverip=서버아이피:8000
#Http path for downloading rdviewer.cab
server.cabpath=http://서버아이피:8000/ent/RDServer
1과 2를 수행하면 위와같은 에러는 다시 만나지 않을 것이다.
반응형