자바·JSP2018. 12. 14. 11:16

Apache Configuration for Java WebStart

Additional AddTypes required for Apache to send the correct Mime-Type for Java WebStart (jnlp) files.


httpd.conf

Add the following entries to the apache httpd.conf



AddType application/x-java-jnlp-file .jnlp

AddType application/x-java-archive .jar

AddType application/x-java-archive-diff .jardiff


Apache will then send the correct mime-type to the browser and therefore Java will be started when the jnlp file is clicked on.

'자바·JSP' 카테고리의 다른 글

XML 파싱 예제  (0) 2020.04.11
[JAVA] OS별로 CPU정보 가져오기  (0) 2019.04.05
POST, GET 방식 확인  (0) 2018.01.25
원리금 균등 분할 상환 계산  (0) 2017.12.20
두 IP사이의 IP 모두 출력하기  (0) 2015.10.20
Posted by 미랭군