How to make messenger listen on http://localhost:9090/jive

I’'m trying to configure jive to listen on http://localhost:9090/jive and not the default http://localhost:9090.

Basically I want to appear as part of my companies web site http://my.domain.com/jive. I would normally do this using the following Apache httpd config. I can’'t work out how to do this for jive messenger.

  1. Delegate HTTP requests onto jive messenger

ProxyPass /jive/ http://localhost:9090/jive

ProxyPassReverse /jive/ http://localhost:9090/jive