How did you install Flex, integrated or not?
 
If you installed Flex on an existing app server (ie, exploded the WAR file into a servlet container), first thing I would do is check that you are using /flex (or other context root) in your path. This is typically the directory that you exploded Flex into. Then, check that you are using the correct port number for that container in your URL.
 
Also, check the document name (and proper case!) and be sure to append ".mxml" to the end of the URL.
 
Example:
 
If you are using the integrated server, be sure you start it. Go to {install_dir}/jrun4/bin and type:
> jrun -start
 
... and make sure you stored your app in the following directory:
 
{install_dir}/jrun4/servers/default/flex/
 
And use port 8700 (the default).
 
Example:
 
hth,
 
matt


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 10, 2005 4:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] What does this error message mean

Instead of the previewed application in the web browser what I get is a 404 not found error. Has anyone had this happen before and if so what is the best way to handle it

Reply via email to