0 Replies Latest reply on Oct 9, 2008 9:27 AM by mapg

    Problems with JSR 88

    mapg

      Hi,

      I'm trying to write a JSR 88 Client for JBoss 4.4.2 (I'm following http://wiki.jboss.org/wiki/JSR88Client).
      When I connect to the JBoss Web Console at localhost:8080, my app (a simple WAR file) isn't there. Then, I realized that if I use that code, the application is deployed in the "$JBOSS_HOME$/server/default/tmp/jsr88" directory - but the directory where we must place our apps to be recognized by the server is "$JBOSS_HOME$/server/default/deploy". I had to modify the URLs attribute in jboss-service.xml; it's a little hack, but it works.

      However, I've run across a bigger problem so far: how can I specify a hostname (and port) where I want my app deployed?


      Thanks in advance,
      - mapg