Hi flexcoders, I am running the Flex Store application from webapps/samples on my machine under Tomcat, and it works just fine. However, when I move the Flex Store application to Tomcat on a Unix box and try to run it via a browser (http://remoteMachineName:8080/samples then click Flex Store), it thinks and thinks and then I get the Page Cannot Be Displayed page. I check Tomcat's catalina.out and see the following:
X connection to pascal:15.0 broken (explicit kill or server shutdown). The Flex Explorer Hello World sample works fine and the Flex Explorer Web Services sample gives a "Could not load WSDL" message. Any ideas what would cause a Flex app to bring down Tomcat? Is this a whitelist/security issue? Is this a memory issue? Could Tomcat be missing JAR files in /tomcat/common/lib? Here are the JAR files in Tomcat's common/lib: ant-launcher, ant, commons-collections-3.1, commons-dbcp-1.2.1, commons-el, commons-pool-1.2, jasper-compiler, jasper-runtime, jsp-api, naming-common, naming-factory, naming-java, naming-resources, servlet-api. Any help is appreciated, -Will Will Cox UCSD San Diego, CA

