Hi experts,
I've developed a flex application that is deployed in Composite Environment. Now I've to call a servlet from flex, the servlet is created but I don't know how I can deploy to the server.
For deploy the flex application I create a new Dynamic web project in NWDS, in WEBContent folder I put the html, pictures and swf file, once put I create a new Enterprise application project that is related with the .war (dynamic web project). And I deploy the ear and the application works fine in the server. (before to put the servlet)
Now,the problem is I don't know where to put the servlet class file (folder) and how to configure the web.xml file.
Could you help me, please?
Thanks in advance.
Jose Manuel