Questions Tagged With applicationhttps://answers.axonivy.com/tags/application/?type=rss&user=mergoquestions tagged <span class="tag">application</span>enWed, 25 Mar 2020 10:56:18 -0400Found legacy application path parameter {applicationName}https://answers.axonivy.com/questions/4471/found-legacy-application-path-parameter-applicationname<p>I get the following warning: </p> <pre><code>Found legacy application path parameter {applicationName} which was required for REST endpoints prior to 7.0.0. Please remove the parameter from your @Path annotation or it can not be deployed to multiple applications. </code></pre> <p>However when I just remove the applicationName from my path @Path("{applicationName}/XYZ") that information is missing. I was hoping I'd be able to configure it via the @ApplicationPath annotation from javax but I don't know where/if AxonIvy puts the main Application. How would I go about fixing this warning properly?</p>mergoWed, 25 Mar 2020 10:56:18 -0400https://answers.axonivy.com/questions/4471/found-legacy-application-path-parameter-applicationnamepathapplication