dhtmlxGrid

I use Servlet to generate grid XML data.



My application was working fine when was deployed in the exploded directory structure.

Once I have created a WAR file and deployed it I get no Servlet call.

What would be the correct URL to use for the WAR deployment?



Here is my servlet configuration from the web.xml file



    

        DataServlet

        com.scfb.DataServlet    

    

    

    

        DataServlet

        /data

    



And this is how I call it to load the grid:



mygrid.loadXML(./data);



This call works fine for exploded directory structure but does not for WAR.



Please, suggest the solution.



Thank you.

Stan.

Unfortunately we can’t suggest you anything, as the problem mostly related to war file generation, than to dhtmlx component. Please check the way you generate WAR file. Probably it wasn’t correct.