|
Hi, I’m testing deployment of flex webapp on Tomcat.
Everything is configured correctly for rendering of page content, except when I
try to call named webservices. The webservices are invoked correctly while
inside the Builder dev environment; however, when all is deployed to Tomcat,
the webservice calls fail with JNDI naming exceptions “javax.naming.NameNotFoundException:
Name <webserviceJDBCConnector>
is not bound in this Context”. Problem is that, as a sanity check, I
have a test JSP that uses the same JNDI resources as the Web Services and it
runs fine…and is in the same Webapp context as the mxml / AS content. My guess is that “this Context” is no longerthe
context of the webapp as defined by web.xml, or I am missing something in the
flex-config.xml. Thanks for any info. Regards, Rob |

