I'm working through the nice Christophe Coenraets tutorial here: http://coenraets.com/tutorials/restaurant/index.jsp
In Lab 1 there is a HTTPService example that calls a JSP page. When I tried coding it up I got this error: 03/09 13:13:50 ERROR %%404%%/restaurant/restaurant.jsp I checked my white list and it looks fine. Is this a path problem? My tree looks like: Tomcat\webapps\flex Tomcat\webapps\flex\restaurant Tomcat\webapps\flex\restaurant\restaurant.mxml Tomcat\webapps\flex\restaurant\restaurant1.jsp Tomcat 5.5\webapps\flex\WEB-INF Tomcat 5.5\webapps\flex\WEB-INF\classes\samples\restaurant\*.class I was able to get the restaurant-admin app running without a problem. Thanks, Douglass Turner

