How can I integrate a new webapp to the Designer Webserver?

I copied the files of this webapp to {INSTALLATION_FOLDER}\webapps\, but unfortunally i was not able to find any information about how i can configure/integrate it to the Designer Webserver.

I'm using AxonIvyDesinger 5.1

asked 08.12.2014 at 17:22

tiago's gravatar image

tiago
(suspended)
accept rate: 0%

edited 08.12.2014 at 17:22


The designer only has a demo license and therefore only a single ivy-application called "designer". All projects in the Designer workspace are automatically deployed into that app when the Engine gets started.

The webApplication for all ivy-applications is called "ivy" on the designer & engine side. Manual webApp modifications should not be required. What's your use case?

link

answered 09.12.2014 at 09:01

Reguel%20Wermelinger's gravatar image

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

edited 10.12.2014 at 09:00

I want to integrate a HTML5 Document Viewer to a HTML Dialog

(09.12.2014 at 09:16) tiago tiago's gravatar image

And in what format do you have this doc viewer? is it just a JAR?

(09.12.2014 at 09:55) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image

No, it is a web application from the company Snowbound for apache/tomcat. which will problably be inserted in the HTML Dialog with a <iframe>

(09.12.2014 at 11:21) tiago tiago's gravatar image

The embedded Tomcat used in ivy only gets a single webApp that is set-up by internal code and is not meant to be extended with other webApps. Anyway in times of MicroServices its bad practice to hold different services on a single webserver. Therefore i suggest that you install another Tomcat with the Docviewer-WebApp und show its content trough an IFrame.

(11.12.2014 at 12:03) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image
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:

×78
×32

Asked: 08.12.2014 at 17:22

Seen: 2,105 times

Last updated: 11.12.2014 at 12:03