hello all,
i'm trying to configure JBoss 5.0.1.GA so that it only uses port 80 and http 
for the whole client-server communication. But I haven't figured out how to do 
this for messaging, in jboss 4.x it was possible to simply add

  | <attribute name="URLPrefix">http://</attribute>
  | <attribute name="URLPort">80</attribute>
  | <attribute name="UseHostName">false</attribute>
  | 

to the jboss-service.xml in /jms/jbossmq-httpil.sar/META-INF 

in jboss 5.0.1.GA there is no such file, but i'm quite sure that it is still 
possible to do this. if i change the port for messaging in the bindings.xml to 
80 i get the following, understandable error

  | address already in use 127.0.0.1:80
  | 

well i was quite sure that that won't work but gave it at least a try.

does anyone know a possible way to do this?

thanks for any help you can give me

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218529#4218529

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218529
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to