GridWebDemo doesn't work properly on tomcat6

Hi all,

I’m new to Asponse.Cells for java. I downloaded GridWebDemo and put it on Tomcat7, it worked quite well.

And I put it in Tomcat6(many of our web apps are deployed on Tomcat6), and the grid didn’t appear, I tried it with IE and Chrome, both browsers didn’t show that grid.

I wonder if anyone had such problem? or give me some advice?

Thanks a lot!

Well, I’ve known why it didn’t worked.


the script in TestGridWebBaseServlet.java

path = request.getServletContext().getRealPath("/");
webPath = request.getServletContext().getContextPath();

should be changed to :

path = request.getRealPath("/");
webPath = request.getContextPath();

and then it worked well.

Hi,

Thanks for your posting and using Aspose.Cells.

Please download and try the latest fix version: Aspose.Cells for GridWeb Java (v8.2.2.1) + Demos and see if it resolves your issue.

Let us know your run results.