4 Replies Latest reply on Sep 11, 2014 9:24 AM by rob.stryker

    Running wildfly from Eclipse behaves differently than running from command line

    boxerab

      My environment:

       

      Windows 64 bit

      Eclipse Kepler SR2

      Jboss Tools 4.1.2 Final

      Wildfly 8.0.0 Final

       

      I can run the app server from the command line:

       

      $ standalone.bat -c my-configuration-file.xml

       

      and all of my services work fine.

       

      Or I can run from the Java EE perspective in Eclipse.

       

      When I run from Eclipse, I have errors when accessing a certain service.

       

       

      How can I guarantee that the jboss tools launch is exactly the same as the command line launch?

       

      Thanks!

      Aaron