I’m trying to run modified JWChat (a simple javascript based jabber client) on tomcat 5.5. This application is based on ajax, and uses http binding in order to communicate with the jabber server (I’m using openfire).
When running it on apache server, it requires redirecting of the requests to the http-bind using mod_proxy and it works. Is there any alternative to do the same on tomcat?
I tried UrlRewriteFilter, with no luck so far.
I’m trying to run modified JWChat (a simple javascript based jabber client) on tomcat
Share
Here is a pretty good writeup of available options as well as source code for a functional HTTP Proxy servlet that looks like it would meet your needs.