Print at Dec 20, 2025, 1:32:17 PM

Posted by prabath at Feb 3, 2015, 5:48:03 PM
Re: Need to deploy on Tomcat serer
Hi Pyubaret

I enhanced my application to detect the lines of the Floor plan which is in the grid. I used Boof CV(http://boofcv.org/index.php?title=Main_Page)
libraries to do that. For the moment, it doesn't support all the floor plans. I'm improving the my line detecting algorithm.

But when I deployed the application on server(as a web application) with new feature, it says BoofCV libraries can't be found. I added BoofCV libraries under "otherLibraries" Tag in build.xml file. It
compiles perfectly, but when it runs as a web application , it can't load added Boof CV libs. I would be thankful , if you tell me if there is another way to
add libraries.

Thank You..