본문 바로가기

Tool/WEB,WAS9

Jboss 7.1.1 as Windows service 1. jboss 사이트에서 알맞은 download http://www.jboss.org/jbossweb/downloads/jboss-native-2-0-10 2. service.bat 수정 다운받은 파일은 jBoss 5.0 기준으로 작성되어 있으므로 7.1 기준으로 수정함 --------------------------------기존파일(5.0)에서 7.1 기준으로 수정한 파일내용------------------- --------------------------------서비스로 등록하여 부팅시 서비스 시작 확인, 그외는 미확인---------- -------------------------------run.log는 로그위치를 수정가능함.--------------------------------- @ec.. 2020. 4. 27.
WAS / jBoss 7.1 jBoss 7.1설정 1. JBOSS_HOME/standalone/configuration/standalone.xml 1.1 log level설정 INFO -> DEBUG 54line 85line 1.2 datasource 설정 ( JBOSS_HOME/modules xml파일과 jdbc드라이버설정해야함) 96line jdbc:postgresql://127.0.0.1/ctrtopen postgresql ctrtopen eds6050 org.postgresql.Driver jdbc:oracle:thin:@oracle2.ejudata.co.kr:1521:oracle oracle ehojo_ctrtopen eds6050 oracle.jdbc.OracleDriver 1.3 virtual-host 설정 Contex.. 2020. 4. 24.
WAS / jboss 5.1 Administration Console password change jboss 5.1 Administration Console password change 1. server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties 2. server/default/conf/props/jmx-console-users.properties http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html/Admin_Console_User_Guide/Admin_Console_User_Guide-Configure_the_Admin_Console.html#Adminstration_Co.. 2020. 4. 24.
nginx default.conf 1. vi /etc/nginx/nginx.conf # # The default server # server { listen 80; server_name test1.test.com; root /opt/www/test1; location / { try_files $uri $uri/ =404; } } ############################################# server { listen 80; server_name test2.test.com; root /opt/www/test2; location / { try_files $uri $uri/ =404; } } ############################################ server { listen 80; server_n.. 2019. 4. 10.
반응형