2 Replies Latest reply on Sep 30, 2003 1:52 AM by arnaudb35

    add  listener

    arnaudb35

      hi everybody

      is there any solution to add a listener on JbossWeb
      for example id like to add an http listener on localhost:2080 to serve html file

      is it possible ?

      thanks

        • 1. Re: add  listener
          jonlee

          Yes. For JBoss 3.2.x, there will be a jbossweb-*.sar that bootstraps the servlet container, Tomcat or Jetty depending on your distribution. There will be a META-INF/jboss-service.xml that will contain the configuration and listeners/connectors. Modify that according to your requirements.

          • 2. Re: add  listener
            arnaudb35

            thanks jonlee but this not really what i mean

            let me explain

            i got some xsl files on directory c:\myxsl and i would like to use these xsl files (in my servlet im using an URL) to build xml files.

            So i ve seen jboss-service.xml and create http connector like this :

            <!-- A HTTP/1.1 Connector on port 2080 -->



            but there is no parameter to define the repository like htdoc in apache web server.

            do you think its possible ?

            best regards