Your *.gwt.xml module configuration prohibits the use of the current doucment rendering mode

14:00:56.745 [INFO] [signalmonitorui] Your *.gwt.xml module configuration prohibits the use of the current doucment rendering mode (document.compatMode=' CSS1Compat').<br>Modify your application's host HTML page doctype, or update your custom 'document.compatMode' configuration property settings.

Solution:

Step 1, find the main module html file on the /war

Step 2, replace "<!doctype html>" at the start of module html with the following info:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

你可能感兴趣的:(Your *.gwt.xml module configuration prohibits the use of the current doucment rendering mode)