Hi,
In my project I am trying to use openJMS with Tomcat 5.5_X but for some
reason I am not able to use http protocol within openJMS server and I have
followed every single thing whatever they said in the openJMS website
(http://openjms.sourceforge.net/config/http.html) but still I could not succeed it.
when I put the following within the openjms.xml, openJMS server throws an exception and shutdown itself.
<HttpConfiguration port="3030" jndiPort="0"
adminPort="0"
bindAll="true"
webServerHost="localhost"
webServerPort="8080"
servlet="/openjms-tunnel/tunnel"/>
Can you please let me know the configuration details for openJMS with Tomcat or send me some sample codes? Thanks in advance,
Raj.