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 |
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? answered 09.12.2014 at 09:01 Reguel Werme... ♦♦ I want to integrate a HTML5 Document Viewer to a HTML Dialog
(09.12.2014 at 09:16)
tiago
And in what format do you have this doc viewer? is it just a JAR?
(09.12.2014 at 09:55)
Reguel Werme... ♦♦
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
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... ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 08.12.2014 at 17:22
Seen: 2,276 times
Last updated: 11.12.2014 at 12:03