0 Replies Latest reply on Apr 3, 2015 8:02 AM by jdelgadot

    wildfly-helloworld

    jdelgadot

      I have installed Eclipse + JbossAsTool + Wildfly 8.2

      I ve tried with the examples helloworld

       

      https://github.com/wildfly/quickstart/blob/master/guide/HelloworldQuickstart.asciidoc

       

      Option 1 - Run on server

      The war is deployed in the server (i see it in the tap sever but the folder target is not created), but i can't see anything in the page but ERROR FOUND.

       

      Option 2 - With comman line (Run Aa/Maven build) with the goal: package wildly:deploy

      I can`t see anything in the server and in the console

       

      [INFO] --- maven-war-plugin:2.5:war (default-war) @ wildfly-helloworld ---

      [INFO] Packaging webapp

      [INFO] Assembling webapp [wildfly-helloworld] in [/Users/jdeltru/Documents/workspace/quickstart-master/helloworld/target/wildfly-helloworld]

      [INFO] Processing war project

      [INFO] Copying webapp resources [/Users/jdeltru/Documents/workspace/quickstart-master/helloworld/src/main/webapp]

      [INFO] Webapp assembled in [6 msecs]

      [INFO] Building war: /Users/jdeltru/Documents/workspace/quickstart-master/helloworld/target/wildfly-helloworld.war

      [INFO]

      [INFO] <<< wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) < package @ wildfly-helloworld <<<

      [INFO]

      [INFO] --- wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) @ wildfly-helloworld ---

      Apr 03, 2015 12:57:11 PM org.xnio.Xnio <clinit>

      INFO: XNIO version 3.2.2.Final

      Apr 03, 2015 12:57:11 PM org.xnio.nio.NioXnio <clinit>

      INFO: XNIO NIO Implementation Version 3.2.2.Final

      Apr 03, 2015 12:57:11 PM org.jboss.remoting3.EndpointImpl <clinit>

      INFO: JBoss Remoting version 4.0.3.Final

      [INFO] ------------------------------------------------------------------------

      [INFO] BUILD SUCCESS

      [INFO] ------------------------------------------------------------------------

      [INFO] Total time: 5.781 s

      [INFO] Finished at: 2015-04-03T12:57:12+01:00

       

       

      OPtion 3 - Run As/Maven install (the war is created in the target folder)

                 Run As/Run on server (OK - I see HELLO WORLD)

       

      What had it happened with the options 1 and 2?