Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 이클립스 설정
- 한메일
- php
- 오좀니아
- VMwareTools
- VMware
- XP 설치
- USB 레지스트리
- IE8
- IE 8
- PDA
- 이클립스
- 파블애드
- 삼성 메모리
- Windows 7
- HP 신제품
- Ajax
- jQuery
- 오즈 옴니아
- ddos
- 한메일 pop
- Live Mesh
- Internet Explorer 8
- 파워블로그
- 한메일 smtp
- DDos 전용 백신
- 이클립스 플러그인
- HP
- 윈도우 7
- 옴니아2
Archives
- Today
- Total
엉망진창
Jeus 에서 local hostname을 컴퓨터 이름으로 인식하는 경우 확인 할것. 본문
Jeus6\config\vhost.properties 을 수정
아래 내용을
jeus.vhost.enabled=true
myhost=user-PC:9736
아래내용으로 수정
jeus.vhost.enabled=true
myhost=컴퓨터이름:9736
myhost는 Jeus6\config\myhost 폴더와 이름이 일치해야 하고
Jeus6\config\myhost\JEUSMain.xml 파일 내용중에
<?xml version="1.0" encoding="utf-8"?>
<jeus-system xmlns="http://www.tmaxsoft.com/xml/ns/jeus" version="6.0">
<node>
<name>myhost</name>
<class-ftp>true</class-ftp>
의 부분과도 일치 해야 함..
아래 내용을
jeus.vhost.enabled=true
myhost=user-PC:9736
아래내용으로 수정
jeus.vhost.enabled=true
myhost=컴퓨터이름:9736
myhost는 Jeus6\config\myhost 폴더와 이름이 일치해야 하고
Jeus6\config\myhost\JEUSMain.xml 파일 내용중에
<?xml version="1.0" encoding="utf-8"?>
<jeus-system xmlns="http://www.tmaxsoft.com/xml/ns/jeus" version="6.0">
<node>
<name>myhost</name>
<class-ftp>true</class-ftp>
의 부분과도 일치 해야 함..
'Study_Web > JSP' 카테고리의 다른 글
하이버네이트 입문 (0) | 2011.11.02 |
---|---|
VMWare에서 Tomcat 이 자꾸 사망하시는 경우 (0) | 2011.07.22 |
자바<JAVA> 아파치(APACHE) 오픈소스 COMMONS NET 이용하여 FTP파일업로드 하기 (0) | 2010.07.16 |
log4sql (0) | 2010.02.18 |
[번역] Don't Use System.out.println! Use Log4j (0) | 2009.01.29 |