소스코드 설치경로 PATH 설정

kombo67의 이미지

안녕하세요.

nginx, jboss 설치를 하는 와중에
nginx 같은 경우는 yum 으로 처리하여 문제가 없었는데

jboss 같은 경우 tgz 파일로 다운로드 받고
tar xvfz package -C /usr/local
이런 식으로 풀었는데
/usr/local/package/bin/standalone.sh
위 쉘을 PATH 설정에 두려고 하거든요

export PATH=$PATH:/usr/local/package/bin
으로 하려고 했는데 이 방법은 패키지를 추가적으로 설치할 때마다 해야해서
힘들듯 하고, ln -s 으로 /usr/bin/ 안에 넣어봤는데
standalone.sh 로 실행 해봤는데 커맨드가 없다고 뜨더라구요.
방법이 틀린진 모르겠으나
이렇게 하는 것도 필요한 명령문을 ln 쳐야한다는 점에서는 다른 방안을 찾게 되더라구요.

혹시나 더 좋은 방안이 있는지 궁금합니다..

감사합니다.

shint의 이미지


- 잘 되는거 있으면. 한번 참고해보세요. ㅇ_ㅇ;;

//standalone.sh 로 구글 검색
Command line parameters
https://docs.jboss.org/author/display/AS71/Command+line+parameters

JBoss start up script standalone.sh
https://developer.jboss.org/thread/241507

2.2. Start and Stop JBoss EAP 6
https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html/administration_and_configuration_guide/sect-start_and_stop_jboss_eap_6

Chapter 2. Starting and Stopping JBoss EAP
https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html/configuration_guide/starting_and_stopping_jboss_eap

Configure JBoss 7.1 to use standalone-full.xml
https://coderanch.com/t/634389/application-servers/Configure-JBoss-standalone-full-xml

[JBOSS] standalone 모드로 jboss 설치
http://www.chlux.co.kr/?p=508

(와일드플라이) wildfly boot & down 스크립트 생성 (standalone.sh, domain.sh) Wildfly 다운 및 실행 / Wildfily
http://blog.naver.com/PostView.nhn?blogId=kletgdgo&logNo=221245535911&categoryNo=132&parentCategoryNo=0&viewDate=&currentPage=1&postListTopCurrentPage=1&from=postView

Chapter 12. JBoss AS Crash Course
http://immutant.org/documentation/1.1.1/jboss.html

Kafka uses ZooKeeper
https://kafka.apache.org/quickstart

Server Installation - standalone.sh does not initialize SOLVED
https://community.rapidminer.com/t5/RapidMiner-Server-Forum/Server-Installation-standalone-sh-does-not-initialize/td-p/36472

JBoss and Wildfly Startup Settings
https://docs.appdynamics.com/display/PRO45/JBoss+and+Wildfly+Startup+Settings

How to start/stop JBoss AS 7 in standalone mode?
http://www.java2novice.com/jboss/standalone-start-stop/

Standalone Mode - WildFly 10
https://www.keycloak.org/docs/3.3/server_installation/topics/operating-mode/standalone.html

Start, Stop and Restart Wildfly
https://bgasparotto.com/start-stop-restart-wildfly/

Using standalone.sh but cant see welcome page or web mgmt interface
https://serverfault.com/questions/389634/using-standalone-sh-but-cant-see-welcome-page-or-web-mgmt-interface

Set JAVA_OPTS in JBOSS standalone.sh file
https://stackoverflow.com/questions/18957725/set-java-opts-in-jboss-standalone-sh-file

Tutorials for WildFly Application Server, JBoss Projects and Java Enterprise Applications
http://www.mastertheboss.com/jboss-server/jboss-configuration/jboss-start-up-configuration

wildfly-core/core-feature-pack/src/main/resources/content/bin/standalone.sh
https://github.com/wildfly/wildfly-core/blob/master/core-feature-pack/src/main/resources/content/bin/standalone.sh

jboss-as-standalone.sh in Ubuntu
https://gist.github.com/janario/10943468

//nginx, jboss 로 구글에서 검색
Nginx 설치 및 설정 그리고 jBoss EAP 연동하기
http://a07274.tistory.com/321

Nginx as Reverse Proxy Server for JBoss.
http://www.catchexceptions.com/server/nginx/nginx-as-reverse-proxy-server-for-jboss/

NGINX 와 JBOSS 연동
http://carfediem-is.tistory.com/11

Nginx - Jboss 연동, fail-over
http://adjin.tistory.com/8

NginX / Jboss AJP 연동
https://sarc.io/index.php/nginx/70-scenic

Load Balancing Wildfly and JBoss Application Servers with NGINX Open Source and NGINX Plus
https://docs.nginx.com/nginx/deployment-guides/jboss-load-balancing-nginx-plus/

Tutorials for WildFly Application Server, JBoss Projects and Java Enterprise Applications
http://www.mastertheboss.com/jboss-server/jboss-cluster/using-ngnix-with-wildfly-jboss

How good is Nginx instead Apache
https://developer.jboss.org/thread/202994?_sscc=t

Configure nginx for jboss/tomcat
https://serverfault.com/questions/293348/configure-nginx-for-jboss-tomcat

Nginx JBoss 연동 (Reverse Proxy 사용)
http://ktdsoss.tistory.com/139

Nginx Jboss Proxy Configuration, serving static assets.
https://gist.github.com/rdelcueto/9012014

How to configure Jboss AS 7 with Nginx in windows 7 environment
https://stackoverflow.com/questions/12589479/how-to-configure-jboss-as-7-with-nginx-in-windows-7-environment

Load Balancing JBoss Application Servers with NGINX and NGINX Plus
https://dzone.com/articles/load-balancing-jboss-application-servers-with-ngin

https://www.similartech.com/compare/jboss-vs-nginx

Configuring nginx with JBoss / Tomcat
https://rockyj.in/2011/12/27/configuring-nginx-with-jboss-tomcat.html

Setup SSL on Nginx Reverse Proxy Server with Jboss
http://www.catchexceptions.com/server/nginx/setup-ssl-nginx-reverse-proxy-server-jboss/

nginxからJBOSSにつないでみた
http://d.hatena.ne.jp/chocopurin/20120221/1329832529

개방형 클라우드 플랫폼 '파스-타' 서비스 확대
http://www.korea.kr/policy/pressReleaseView.do?newsId=156220507

[발언대] 오픈소스SW, 비용과 안정성 잡는 열쇠
http://www.dt.co.kr/contents.html?article_no=2014051502012269727002

----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.

매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.

각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.