yep, but fail to start up the file server.. I have no idea how to download the jars I need... --------------------------------------------------- java.lang.ClassNotFoundException: org.apache.activemq.util.RestFilter at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:375) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:337)
Sherif wrote: > > > > pplive wrote: >> >> Exception in thread "main" javax.jms.JMSException: Connection refused: >> connect >> >> Caused by: java.net.ConnectException: Connection refused: connect >> > > Did you set up the file server where the file will actually be uploaded? > You need the "fileserver" webapp to be up and running in the broker's > embedded web server. Open http://host:port/fileserver in a browser to see > if it's running. If it's not, check your activemq broker config. You > should see an entry for the fileserver webapp in the handlers section of > the jetty config: > > <jetty xmlns="http://mortbay.com/schemas/jetty/1.0"> > <!-- ... --> > <handlers> > <!-- ... --> > <webAppContext contextPath="/fileserver" > > resourceBase="${activemq.base}/webapps/fileserver" > logUrlOnStart="true" /> > <!-- ... --> > </handlers> > </jetty> > > You also have to specify the uploadUrl to the producer. See > http://activemq.apache.org/blob-messages.html > http://activemq.apache.org/blob-messages.html > -- View this message in context: http://www.nabble.com/Blob-Message-is-a-skin-game----not-real--%21---tf4260124s2354.html#a12194029 Sent from the ActiveMQ - User mailing list archive at Nabble.com.