Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jetty with activemq JMS with http

Hi,

On my project, I use jetty 7.3.0. I start it with the command : jetty.sh start

I've got in $JETTY_HOME/webapps/WEB-INF a file server-servlet.xml. Inside it, I defined a JMS with address tcp://address:61616

All worked fine.

Now, for new reasons, I need to change this JMS to work with http, so I changed the address to http://address:8080

Inside my broker class, I need classes like jetty-server, jetty-util, jetty-http, ... All those classes are in jetty/lib, but my broker looks for them in jetty/webapps/WEB-INF/lib and don't see them from the jetty server.

What am I doing wrong ? How could I take them from the running jetty server ? Or where could I find a tutorial on JMS on http with Jetty ?

Thanks.
David.


Back to the top