Hi,
I downloaded the demo web grid for java at https://github.com/aspose-cells/Aspose.Cells.Grid-for-Java/tree/master/Examples.GridWeb.
I deployed the war file on Tomcat v9 successfully but I cannot access any url (The requested resource [/gridwebdemo/] is not available)
Please help me solve the problem or show me where I can see a demo of java spring mvc web grid!
Thank you!
Have a nice day!
@linhthotdai
here you can see spring mvc demo of GridWeb:
https://github.com/aspose-cells/Aspose.Cells.Grid-for-Java/tree/master/Examples.GridWeb/springdemo
you can also try GridJs demo
https://github.com/aspose-cells/Aspose.Cells.Grid-for-Java/tree/master/Examples.GridJs
you need to set the local file path for your enviroment.
please follow the tips at the below link before you start the web container server
https://github.com/aspose-cells/Aspose.Cells.Grid-for-Java/blob/master/Examples.GridWeb/Note.txt
please have a try.