We're *huge* tomcat fans.  No we have not had a requirement to front
Tomcat with an Apache server yet.  Actually from a huge amount of
research we don't believe that the Apache HTTPD would help much.  The
Apache Software Foundation (ASF) did a great benchmark comparing
Tomcat 5.5.x with Apache HTTPD serving static content and the delta is
damned small.  Tomcat performs really well.  


-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

--- In [email protected], "Douglas Knudsen"
<[EMAIL PROTECTED]> wrote:
>
> one more question.....we are using JRun, we are a CF shop primarily. 
> JRun's internal server is not really meant for production load and
> such so we have IIS in front of it.  This seems to be overkill for a
> Flex based application that has only JSP and MXML files.  Thoughts?
> 
> Dave, do you put Apache in front of Tomcat?  curious...and a littel
> green in J2EE land still.
> 
> thanks!
> 
> DK
> 
> 
> On 4/12/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote:
> > thanks Dave.
> >
> > got the picture now I think.  Sounds like when these Ant tasks of
> > yours fire and build a WAR, they include the Flex app in the WAR, eh?
> > But the Ant tasks nab the Flex app from the local file system not CVS.
> >  kewl.
> >
> > by 'Flex app' here I mean the Flex app server, not the mxml, as, jsp
> > files comprising the 'Flex based' app.
> >
> > DK
> >
> > On 4/12/06, Dave Wolf <[EMAIL PROTECTED]> wrote:
> > > We use ANT, Tomcat, Subversion and the mxmlc compiler. 
Effectively we
> > > do exactly what you are asking about.
> > >
> > > We store the Java. JSP. HTML, images, everyhing in source
control.  We
> > > then have multiple ANT tasks to manage doing
> > >
> > > -compilation of both Java and the MXML
> > > -packaging into JARs WAR etc
> > > -deployment of these collections into the application server
> > >
> > > We have tiers of ANT tasks which cascade together into larger
units of
> > > work.  So I might be able to build just one subsection, which
then can
> > > be rolled up into a packaging, which then can be rolled up into a
> > > deployment, which then can roll up into one uber task that builds
> > > deploys and configures an entire server.
> > >
> > > Today on our projects almost code goes from source control into a
> > > running server without some well known task doing it.  This is
how we
> > > build our RIAs.
> > >
> > > --
> > > Dave Wolf
> > > Cynergy Systems, Inc.
> > > Macromedia Flex Alliance Partner
> > > http://www.cynergysystems.com
> > >
> > > Email:  [EMAIL PROTECTED]
> > > Office: 866-CYNERGY
> > >
> > >
> > >
> > > --- In [email protected], "Douglas Knudsen"
> > > <douglasknudsen@> wrote:
> > > >
> > > > How are you folks deploying apps for Flex 1.5?    I have been just
> > > > copying the files out to the server, restarting JRun when
needed.  I'd
> > > > like to crank up Ant and do the WAR or JAR thing.
> > > >
> > > > I'm looking at deploying using a WAR file.  I keep code in CVS
> > > > repository.  I want to use Ant to pull the code from CVS,
compile, and
> > > > build the WAR but I don't want to store the whole Flex app in
CVS, eh?
> > > >  Just my code.  Can one deploy only your app code as a WAR
into a Flex
> > > > app?  Or in this case should I just JAR up my class files and
use ANT
> > > > to copy out the code and JAR.  JRun can hot-load the jar.
> > > >
> > > >
> > > > --
> > > > Douglas Knudsen
> > > > http://www.cubicleman.com
> > > > this is my signature, like it?
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > 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
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> > Douglas Knudsen
> > http://www.cubicleman.com
> > this is my signature, like it?
> >
> 
> 
> --
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?
>






--
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/
 


Reply via email to