본문 바로가기

분류 전체보기

(505)
[JEUS] 가상호스트 설정하기 제우스 가상호스트 설정하기 웹투비에서 VHOST 설정하고 제우스에서 엔진컨테이너를 하나더 추가하여 추가된 엔진컨테이너를 VHOST SERVER와 연결하면 됩니다.예를 들어주신 환경 기반에서 설정은 다음과 같습니다.1) WEBTOB VHOST 설정(환경파일.m) - 웹투비 설정이 변경되면 "wscfl -i 환경파일.m"으로 컴파일=============================================== *DOMAIN domainname*NODE => 기존설정 그대로 camel2k WEBTOBDIR="/home/jeus40/jeus40/webserver", SHMKEY = 54000, HOSTNAME = "aaa.aaa.co.kr", DOCROOT="/root1", => DOCROOT가 다른곳이라..
AXIS Apache XML WebService 예제포함 [출처] AXIS Apache XML WebService|작성자 판팁파자[그림 1] [그림 2] [ Apache AXIS를 이용한 웹서비스 ] 개요 : 톰캣(자바)환경에서 axis를 이용한 웹서비스 Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.아래의 내용은 중요하므로 기본 개념이 분명이 있어야 한다. 본 강좌(팁)은 사용법을 위주로 아주 기초적인 예제를 다룰것이므로 자세한 내용은 생략한다. SOAP (Simple Object Access Protocol) WSDL (Web Service Description Langauge) WSDD (Web Service Deployment ..
솔라리스 - 현재 OS 버전 확인 현재 OS 버전 확인 -------------------------------------------------------------------------------- 솔라리스를 인스 톨 후 현재 서버의 재원들의 상태나 점검을 할 필요가 있다. 여기에서는 간단하게 시스템에 대한 정보를 확인하는 방법에 대해 알아본다. [1] 현재 OS 버전의 확인 # showrev Hostname: love1004 Hostid: 80a47645 Release: 5.6 Kernel architecture: sun4u Application architecture: sparc Hardware provider: Sun_Microsystems Domain: Kernel version: SunOS 5.6 Generic 105181-2..
웹서비스 예제 원문 : http://wso2.org/library/1675 Apache Axis2 is well supported for sending and receiving binary payloads with SOAP using several standard mechanisms such as Base64 encoded binary, SOAP Message Transmission Optimization Mechanism (MTOM) and SOAP with Attachments (SwA). This tutorial by Thilina Gunarathne will walk you through writing a sample application (Web service and a client) that demonstr..
Apache Axis2 User`s Guide - 번역본링크 JAXB 라이브러리로 XML 스키마로부터 클래스 데이터를 바인딩 (unmarshalling)(1)Apache WSS4J(2)Apache Axis2 User's Guide - For Further Study(5)Apache Axis2 User's Guide - The Samples(2)Apache Axis2 User's Guide -Building Services(5)Apache Axis2 User's Guide - Creating Clients(3)Apache Axis2 User's Guide - Introduction to Services(2)Apache Axis2 User's Guide - Installing and Testing Client Code(2)Apache Axis2 User's Guide..
AXIS2 예제 링크 http://www.kimjuhoon.com/blog_view.php?BLOG_seq=77http://blog.naver.com/ixoixo/120054662617http://blog.naver.com/ixoixo/120054662851http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.htmlhttp://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.htmlhttp://px.pats.no/px/Eclipse_tutorial.htmlhttp://www.openintegration.net/87
예제 HotelHilton - 파일있다 웹서비스 등록(수정이나 기타 변경)후,tomcat 반드시 재시작할것!! 1279263617_soap_with_attachments_tutorial.tar.gz pusan 1-2. 서버가 결과로 보낸 XML 파일 9 2. 이제 부터 만들어 보자.2.1 AXIS 2 설치 한다.2.2 tomcat에 연동한다.2.3 컴파일 할수 있도록 환경 변수에 CLASSPATH에 lib안의 jar를 몽땅 걸어준다.2.4 ant 를 설치 한다.(별거 없다. 이넘은 make 와 같은 일을 하는넘이다.)/etc/profile 에 추가-----------------------------------------------------------------------------export CATALINA_HOME="/usr/local/a..
컴파일이 안된다. -package가 포함된 소스 컴파일이 안된다.소스안에package가 정의 되어 있는지 본다.저의 되어 있으면javac -d . 소스.java이렇게 해라.그럼 package정의 문자열과 같은 폴더가 생기고 그안에 컴파일된 class가 있다.안그러면 class못찾는다고 징징거린다.이것도 머리털 100개와 교환.. ㅡㅜ이러다 빠박이 되것다.