1 Reply Latest reply on Mar 28, 2010 2:42 AM by kobiianko

    jms over http

    kobiianko

      I have followed this two docs:

      http://community.jboss.org/wiki/EJBOverHTTPWithLegacyInvoker

      http://community.jboss.org/wiki/ConfigHTTPIL

       

      when I start the server it does not start well, never print the line "jboss started" and I cannot access the server from the client( but there is no exception).

       

      when I change my "deploy\jms\jbossmq-httpil.sar\META-INF\jboss-service.xml" to <attribute name="URLPort">801</attribute> from <attribute name="URLPort">80</attribute>, the server runs fine but JMS does not.

       

      my jboss is running on port 80, how can I get the JMS to run on port 80 too?

       

      I'm useing Jboss 4.0.5

       

      10x

      Kobi