Dev Environment/개발 환경
Aptana Studio localhost 설정하기
jaiyah
2015. 2. 15. 20:55
localhost : 서버설정방법
※ preference => Aptana Studio의 Web Severs 클릭후 new 클릭 = > External Web Server
External Web Server
Name : 사용자 네임
Base URL : http://localhost:8080
Document Root : 이거는 내가 작업하는 폴더루트 경로 잡기
※ project에 properties - preview Server 셋팅할 것
※ run 아이콘에서
run coofigurations > Web Brower 에서 우측 ui에서 Server
=> use selected server 클릭해서 설정한 로컬호스트로 연결
※ ctrl+ F11로 브라우저 바로 열기
preferences > run/Debug > launching 에서 우측 ui
=> Launch Operation 에서 Always launch the previously launched application 클릭
internal Server로 설정한 localhost를 먼저 띄운 후에 그 다음부터 ctrl+F11 누르면 계속에서 localhost로 설정한 url로 나옴
Jaehee's e-room