1 Reply Latest reply on Mar 29, 2016 7:35 AM by wdfink

    WildFly app Deployment

    slava.idler

      Hi all,

      I'm using WildFly 9.0.2.Final.

      I have hard time finding uri's associated with a deployed applications.

      From what I understand I should see it jboss-web.xml or web.xml. I don't have credentials to deploy an application, so I can't really test it.

      Can someone please direct me towards the solution.

       

      Best regards,

      Slava.

        • 1. Re: WildFly app Deployment
          wdfink

          If you drop the application war/jar/ear file to the standalone/deployments folder it should deploy. If you look to the logfile you should see whether the content is bound and what the name is.

          If you deploy a war the name is the WAR files name to access.

           

          If you as new as it sounds to me you should start with a tutorial or quickstart @wildfly.org you'll find some working examples to play with and understand how it works.