04-23-2013 04:48 AM
04-24-2013 04:00 AM
04-30-2013 10:45 AM
05-01-2013 06:13 AM
05-07-2013 12:05 PM
<servlet-mapping>
<servlet-name>Testeditor Application</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Testeditor Application</servlet-name>
<url-pattern>/VAADIN/*</url-pattern>
</servlet-mapping>
I also have there UIFilter and RestletServlet taken from explorer application. Unfortunately with this configuration I was getting error message from Vaadin: Failed to load the bootstrap javascript: ./../VAADIN/vaadinBootstrap.js when trying to enter http://localhost:8180/TestEditor . With address http://localhost:8180/TestEditor/ui/ application was starting however modeler still was not working. Finally changing <url-pattern>/*</url-pattern>
to <url-pattern>/ui/*</url-pattern>
in mappings allowed me to run modeler. I guess this simple trick cannot be treated as solution (default address http://localhost:8180/TestEditor/ cannot be used) however it helps for now. Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.