일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- wildfly
- useEffect
- MySQL
- Java
- database
- IntelliJ
- intellijIDEA
- docker
- gradle
- JPA
- gson
- kubectl
- react
- LOG4J
- mybatis
- log4j2
- springboot
- Git
- Kubernetes
- dbeaver
- Windows
- NCP
- BPMN
- tibero
- JavaScript
- VSCode
- Spring
- nginx
- nodejs
- jetbrains
- Today
- Total
목록WAS (3)
두 손끝의 창조자
다운로드 Apache Tomcat® - Apache Tomcat 9 Software Downloads 에서 apache-tomcat-9.0.70-windows-x64.zip 다운로드 설치 압축을 풀고 bin/startup.bat 을 실행하면 JAVA_HOME 이 지정이 안되어 있다고 나온다. 시스템 환경 변수에 자바 홈을 추가한다 다시 startup.bat을 실행한다. localhost:8080 접속하면 잘 기동된다. shutdown.bat 으로 종료한다. 포트변경 8080 포트는 다른 서비스에서 많이 쓰기 때문에 톰캣 실행 포트 변경한다. conf/server.xml 파일을 열어서 8080 -> 8088 로 변경 매니저 접속 URL 열기 톰캣 매니저 접속 권한 변경 webapps/manager/META..
java 11.0.15 이상에서 undertow로 웹 서버를 올리면 제대로 동작을 안한다. java 17버전으로 해도 마찬가지 이다. spring boot 에서 undertow로 변경하면 안되고 톰켓은 또 잘 된다. Java regression and Undertow - Communities / CommandBox CLI - Ortus Solutions Community
docs.wildfly.org/17/Getting_Started_Guide.html Getting Started Guide WildFly 17 is the latest release in a series of JBoss open-source application server offerings. WildFly 17 is an exceptionally fast, lightweight and powerful implementation of the Java Enterprise Edition 8 Platform specifications. The state-of-the-art arch docs.wildfly.org Standalone Directory Structure In " standalone " mode e..