Hi

I'm deploying SMX-4.3 in tomcat (6.x) and my SA works as expected.

I have an http:soap-consumer endpoint like this:

  <http:soap-consumer ..
       locationURI="http://0.0.0.0:8192/wireless/hworder/"

The goal of using servlet container is to be able to rewrite endpoint
locationURI to the one container is configured to. Thus, several instances
of SMX could be ran on the same PC(on different NIC interfaces) w/o
reconfiguring SA, just making a proper configuration of tomcat.

It looks like the feature of URL rewriting was removed from SMX-4.x, since
web.xml does not have http servlets set up anymore; only startup listener
remained:

  <listener>
    org.apache.servicemix.web.WebAppListener
  

Can somebody point on solution? 

--
View this message in context: 
http://servicemix.396122.n5.nabble.com/URL-rewriting-in-servicemix-htt-SMX-4-3-tp4267633p4267633.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to