Well. Yes and no. Tomcat is indeed nothing more then a J2EE 1.4 compliant servlet container.
However, several groups have written JMS compliant messaging substrates that run as servlets and hence can run inside of Tomcat. You might check out the ActiveMQ product at http://activemq.codehaus.org/Home One really important distinction to remember when we talk about JMS is that effectively JMS is nothing more then a standard API used from Java to talk to messaging systems, often refered to as a "substrate". Most all major messaging substrates now support the JMS API. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In [email protected], "Johannes Nel" <[EMAIL PROTECTED]> wrote: > > what are you using for the app server? tomcat is just a servlet container, > so you still need a app server for jms, which the collabation sampless run > on. > > On 3/24/06, sof4real03 <[EMAIL PROTECTED]> wrote: > > > > Has anyone gotten Flex 2 beta 2 configured correctly on tomcat 5, JDK > > 1.5? I followed the directions on labs, but no luck. I'm having > > NoClassDefFound error when trying to run the collaboration sample > > apps. Any insight? > > Thanks, > > Sof > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > -- > j:pn > http://www.lennel.org > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

