In the official frontend server integration we're guide to use Apache with mod_JK to connect the Axon.ivy engine behind. https://developer.axonivy.com/doc/latest/EngineGuideHtml/integration.html#integration-apacheserver

However I'd like to use to configure mod_proxy instead because it supports websockets (upgrade) and is still under active development.

Anyone knows how to configure it correctly?

asked 08.06.2018 at 09:49

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%


Yes that works as well. You can adapt the solutions described on the Jenkins wiki: https://wiki.jenkins.io/display/JENKINS/Running+Jenkins+behind+Apache

In my example my frontend server is http://localhost:8888/ivy/ and it delegates the work to http://zugtstivydocsrv:8080/ivy/

alt text

link

answered 08.06.2018 at 09:51

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×2

Asked: 08.06.2018 at 09:49

Seen: 1,250 times

Last updated: 08.06.2018 at 09:51