Re: ClassNotFoundException ApplicationContextFilter

2008-01-22 Thread DaveKant
We solved the problem. A known issue in Solaris tar causes files of typeflag 'L' to be truncated. This appears to affect most files in the WEB-INF directory. To fix, we used GNU tar to unpack. x apache-activemq-5.0.0/webapps/admin/js/plotkit/SVG.js, 25177 bytes, 50 tape blocks tar: ././@LongLink

Re: ClassNotFoundException ApplicationContextFilter

2008-01-22 Thread ttmdev
ApplicationContextFilter is deployed as part of the 'admin' web application, so you can find it in .../webapps/admin/WEB-INF/classes FWIW, I don't set CLASSPATH when I launch the standalone broker via .../bin/activemq Joe DaveKant wrote: > > I have a problem starting ActiveMQ (5.0.0) on th