1 Reply Latest reply on Feb 5, 2003 1:26 AM by j4im

    Standalone JBossNS (JNP)

    j4im

      Hello,
      I'm building a j2se application, and I would like to use JBoss's JNP server. Is it possible to extract it and use it standalone? (I read that somewhere, but no specifics.) I am perusing the source currently, but I would appreciate the official word on this.

      Thanks!!

      Jim

        • 1. Re: Standalone JBossNS (JNP)
          j4im

          Well, I'm beginning to answer my own question. Working from the source, I've found that I can compile the common/ and naming/ subdirectories independent of anything else (provided I hide util.jmx and util.propertyeditor). I tried starting org.jnp.server.Main from the command line, and it worked! It's listening on 1099. No classpath dependencies other than common, jnp, and gnu-regex, log4j, etc.

          So perhaps I'm on the right track. Any feedback is still welcome.

          Jim