You shouldn't have to explicitly include these jar files into Tomcat's classpath, all jar files located in the WEB-INF/lib directory will be included into the application's classpath automatically.
Have you tried making a request sending/recieving a "simple" data type like String? When you talk about including jars in your classpath, are you refering to the classpath used by the java compiler, or the server's (Tomcat's classpath)? Tibor. --- In [email protected], Chandu <chand...@...> wrote: > > yes I have all the flex jars in web-inf\lib folder. I want to somehow > include these jars into the tomcat classpath without any issues. But when I > do that the web-apps dont deploy. > > Thanks > > > -- > It is so simple to be happy > but so difficult to be simple >

