Hi,
I am newbee to smartgwt, I am facing a strange issue when I am trying to run the simple gwt mysql application in tomcat. Appreciate your help to resolve this issue.
Below are the details of the smartgwt, browser and the sample code link, also the response logs from tomcat server.
1. SmartGWT version 3.1
2. Firefox 23.0.1
Internet explorer 10.x
3. Tomcat Server Log
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:45:20 +1000] "GET /manager/html HTTP/1.1" 401 2550
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:45:23 +1000] "GET /manager/html HTTP/1.1" 401 2550
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:45:29 +1000] "GET /manager/html HTTP/1.1" 401 2550
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:45:35 +1000] "GET /manager/html HTTP/1.1" 401 2550
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/ HTTP/1.1" 200 2631
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/SimpleMySqlGWT.css HTTP/1.1" 200 602
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/simplemysqlgwt.nocache.js HTTP/1.1" 200 7545
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Foundation.js HTTP/1.1" 200 216036
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Calendar.js HTTP/1.1" 200 100056
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_DataBinding.js HTTP/1.1" 200 476041
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/load_skin.js HTTP/1.1" 200 29705
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Core.js HTTP/1.1" 200 657583
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Containers.js HTTP/1.1" 200 108051
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_RichTextEditor.js HTTP/1.1" 200 36541
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Grids.js HTTP/1.1" 200 665740
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Forms.js HTTP/1.1" 200 550013
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:11 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/skin_styles.css HTTP/1.1" 200 61094
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:11 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/gwt/clean/clean.css HTTP/1.1" 200 29325
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:11 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/10786EB07AF0A2A0E06FA4470FCE5042.cache.html HTTP/1.1" 200 88419
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/ListGrid/header.png HTTP/1.1" 200 157
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/loadingSmall.gif HTTP/1.1" 200 673
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/blank.gif HTTP/1.1" 200 43
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /news?query=select20%title,20%content,20%uri20%from20%news20%where20%content20%like20%%27%Congress%%27 HTTP/1.1" 404 959
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /news?query=select20%title,20%content20%from20%news HTTP/1.1" 404 959
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:17 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/ListGrid/header_menu.png HTTP/1.1" 200 353
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:17 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/ListGrid/header_Over.png HTTP/1.1" 200 155
4. sample code ( please refer the below link)
http://blog.markwatson.com/2011/11/writing-simple-sql-data-source-for-free.html
Thanks,
Venkatesh S
I am newbee to smartgwt, I am facing a strange issue when I am trying to run the simple gwt mysql application in tomcat. Appreciate your help to resolve this issue.
Below are the details of the smartgwt, browser and the sample code link, also the response logs from tomcat server.
1. SmartGWT version 3.1
2. Firefox 23.0.1
Internet explorer 10.x
3. Tomcat Server Log
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:45:20 +1000] "GET /manager/html HTTP/1.1" 401 2550
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:45:23 +1000] "GET /manager/html HTTP/1.1" 401 2550
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:45:29 +1000] "GET /manager/html HTTP/1.1" 401 2550
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:45:35 +1000] "GET /manager/html HTTP/1.1" 401 2550
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/ HTTP/1.1" 200 2631
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/SimpleMySqlGWT.css HTTP/1.1" 200 602
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/simplemysqlgwt.nocache.js HTTP/1.1" 200 7545
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Foundation.js HTTP/1.1" 200 216036
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:09 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Calendar.js HTTP/1.1" 200 100056
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_DataBinding.js HTTP/1.1" 200 476041
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/load_skin.js HTTP/1.1" 200 29705
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Core.js HTTP/1.1" 200 657583
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Containers.js HTTP/1.1" 200 108051
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_RichTextEditor.js HTTP/1.1" 200 36541
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Grids.js HTTP/1.1" 200 665740
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:10 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/modules/ISC_Forms.js HTTP/1.1" 200 550013
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:11 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/skin_styles.css HTTP/1.1" 200 61094
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:11 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/gwt/clean/clean.css HTTP/1.1" 200 29325
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:11 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/10786EB07AF0A2A0E06FA4470FCE5042.cache.html HTTP/1.1" 200 88419
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/ListGrid/header.png HTTP/1.1" 200 157
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/loadingSmall.gif HTTP/1.1" 200 673
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/blank.gif HTTP/1.1" 200 43
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /news?query=select20%title,20%content,20%uri20%from20%news20%where20%content20%like20%%27%Congress%%27 HTTP/1.1" 404 959
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:12 +1000] "GET /news?query=select20%title,20%content20%from20%news HTTP/1.1" 404 959
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:17 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/ListGrid/header_menu.png HTTP/1.1" 200 353
0:0:0:0:0:0:0:1 - - [29/Aug/2013:17:46:17 +1000] "GET /SimpleMySqlGWT/simplemysqlgwt/sc/skins/Enterprise/images/ListGrid/header_Over.png HTTP/1.1" 200 155
4. sample code ( please refer the below link)
http://blog.markwatson.com/2011/11/writing-simple-sql-data-source-for-free.html
Thanks,
Venkatesh S
Comment