That worked. We figured out afterwards that we were mapping things in our development enviornment that we did not need to map in our pre-production enviornment. Silly us.
Thanks for all the help! Grady --- In [email protected], "Renaun Erickson" <[EMAIL PROTECTED]> wrote: > > You mxml namespace is relative to the document root or to > /WEB-INF/flex/user_classes > > Tomcat has its on method of classpath for user application Java > classes. Basically the same, either in relative to the document root > or in /WEB-INF/classes. > > Renaun > > > --- In [email protected], "gradykellydesign" <[EMAIL PROTECTED]> wrote: > > > > Thanks Dave, > > > > I have gotten that far. I can see that Flex is compiling the mxml > > file, but I am now having problems with virtual mappings to the > > directories that we use for class packages. Here is the error that I > get: > > > > Error /dev/dashboard.mxml:55 > > Don't know how to parse element "com.remedyMD.business.*:Services". It > > is not a known type or a property of mx.core.Application. > > > > Thanks, > > > > Grady > > > > --- In [email protected], "Dave Wolf" <[EMAIL PROTECTED]> wrote: > > > > > > It is dead simple. Just drop flex.war into the webapps directory and > > > boot tomcat. Thats it. Done. > > > > > > Now you can drop your mxml files in place into the flex webapp. If > > > you have remote objects/java classes, drop them into WEB-INF/classes > > > or WEB-INF/lib for jars. > > > > > > -- > > > Dave Wolf > > > Cynergy Systems, Inc. > > > Macromedia Flex Alliance Partner > > > http://www.cynergysystems.com > > > > > > Email: [EMAIL PROTECTED] > > > Office: 866-CYNERGY > > > > > > --- In [email protected], "gradykellydesign" <[EMAIL PROTECTED]> > > wrote: > > > > > > > > Trying to find some good documentation on getting flex apps > running on > > > > Tomcat. I need help in setting up classpaths/mappings for our > > > > specific app in Tomcat. This is an easy task in JRun, but have had > > > > zero luck in Tomcat. > > > > > > > > Any ideas? > > > > > > > > Thanks, > > > > > > > > Grady > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/

