Notice:

	SBServerEngine requires Java 6 or higher.
	
	But be cafeful about Java 6 which is outdated and not maintained.
	
	SBServerEngine is intended to run alone or with Apache Tomcat.
	
	If you're using other Application Server, you have to edit
	'WebContent/WEB-INF/properties/log4j.properties' file
	to correct log path.
		- At line 8, replace ${catalina.home} with desired path.
		
SSL Encryption:

	As of version 1.2.14.6020, Standalone Server uses SSL by default.
	
	To disable SSL encryption just delete 'standalone/.keystore' file and restart.

For full installation:

	Standalone distro can run server without any deployments or settings
	and can be controlled like below.
	
		- Execute startup.sh or startup.cmd to startup.
		- Execute shutdown.sh or shutdown.cmd to shutdown.
		
	Log path will be automatically set to logs directory directly under
	installation directory.

For patch:

	Extract the contents of SBServerEngine.zip and overwrite to
	your deployment directory.
	
	To enable SSL for standalone servers prior to 1.2.14.6020,
	copy the contents of standalone directoryt to deployment directory
	too.

-------------------------------------------------------------------

주의:

	SBServerEngine은 Java 6 또는 그 이상이 필요합니다.
	
	하지만 Java 6는 오래되었고 더이상 유지되지 않으므로 주의하셔야 합니다. 
	
	SBServerEngine 독립적인 구동 또는 Apache Tomcat에서 구동되도록 의도되었습니다.
	
	만일 다른 애플리케이션 서버를 사용하고 있다면
	'WebContent/WEB-INF/properties/log4j.properties' 파일을
	편집하여 log file의 경로를 수정해야만 합니다.
		- 8번째 줄의  ${catalina.home}을 원하는 경로로 수정.

SSL 암호화:

	버전 1.2.14.6020 부터 독립실행 서버는 SSL를 기본으로 지원합니다.
	
	비활성화 하려면 간단히 'standalone/.keystore' 파일을 지우고 재시작하면 됩니다.

전체 설치:

	별도의 배포나 설정없이 없이 독립적으로 실행이 가능한 배포판으로, 다음과 같이 서버를 제어할 수 있습니다. 

		- startup.sh 또는 startup.cmd를 실행하여 독립적으로 실행되는 서버를 기동
		- shutdown.sh 또는 shutdown.cmd를 실행하여 서버를 종료
		
	Log file의 경로는 설치 디렉토리 하위의 logs로 자동으로 설정됩니다.

패치 적용:

	SBServerEngine.zip 파일의 압축을 해제하여 기존에 배치된 디렉토리에 덮어씌웁니다.
	
	1.2.14.6020 이전 버전의 독립실행 서버에서 SSL을 사용하려면,
	standalone 디렉토리의 내용도 배치된 디렉토리로 복사합니다.
