JesterXL wrote:
> My server is an old box (5 years), definately under-powered.

Sounds like my laptop :)

> 
> Naw, that's cool, but thanks for the quick down low.  My Java mentor at work 
> has explained servlets to me 2 times... I still don't get it.  I understand 
> my webserver, but don't really see why I need Tomcat to be a liason for 
> Apache.  If some homeskillet wants a webpage, why can't Apache go, "Yo, 
> Flex, compile that MXML, we need to shoot some HTML & SWF's to [referrer]."

I'd say you're actually thinking about that back to front. Flex is a 
J2EE web application that totally depends on having a servlet container 
in which to run. The real thing to ask is why do I need this Apache 
webserver thing bolted onto the front when the servlet container can 
serve the files just fine.

The answer to that is along the same lines as why you have a mouse 
plugged into your laptop when you already have a touchpad that does 
essentially the same thing.

> 
> Now, if only I could get my webserver accessible outside my firewall...
> 

Depending on your ISP, you should be able to do this. I can walk you 
through it offline if you like.

Spike

--
--------------------------------------------
Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org


 
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