Sorry by posting into my own thread... But I have tracket bit more information using the fantastic JMeter. I suspect that Apache is refusing the connection before it reaches mod_jk.
The result of my processing is: *Request Data:* POST http://www.application.com.br/r010/br.com.applicationV1.calculo.Calculo/remetenteservice POST data: 5|0|4| http://www.application.com.br/r010/br.com.applicationV1.calculo.Calculo/|071197BB89DA71EA903B483DDE83DD2A|br.com.applicationV1.calculo.client.RemetenteService|getRemetente|1|2|3|4|0| Cookie Data: $Version=0; JSESSIONID=92B5547C33F882CBCBFA3C1C17EFB4B8; $Path=/r010 Request Headers: Content-Length: 179 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729) Connection: keep-alive Cache-Control: no-cache Pragma: no-cache Accept-Language: pt-br,pt;q=0.8,en-us;q=0.5,en;q=0.3 X-GWT-Permutation: 77A9A42D0E86C1CB627CD356364F8263 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Referer: http://www.application.com.br/r010/br.com.applicationV1.calculo.Calculo/77A9A42D0E86C1CB627CD356364F8263.cache.html Accept-Encoding: gzip,deflate X-GWT-Module-Base: http://www.application.com.br/r010/br.com.applicationV1.calculo.Calculo/ Keep-Alive: 115 Content-Type: text/x-gwt-rpc; charset=utf-8 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 *Response Data:* <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>501 Method Not Implemented</title> </head><body> <h1>Method Not Implemented</h1> <p>POST to /r010/br.com.applicationV1.calculo.Calculo/remetenteservice not supported.<br /> </p> </body></html> *Sampler result:* Thread Name: Thread Group 1-1 Sample Start: 2010-03-03 05:11:15 BRT Load time: 271 Latency: 271 Size in bytes: 261 Sample Count: 1 Error Count: 1 Response code: 501 Response message: Method Not Implemented Response headers: HTTP/1.1 501 Method Not Implemented Date: Wed, 03 Mar 2010 08:11:52 GMT Server: Apache/2.2.11 Allow: TRACE Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 210 Connection: close Content-Type: text/html; charset=iso-8859-1 HTTPSampleResult fields: ContentType: text/html; charset=iso-8859-1 DataEncoding: iso-8859-1 2010/3/2 Edson Richter <[email protected]> > Hi, all! > > I've been sucessfully working with GWT, writing applications using > NetBeans, and deploying in my localhost Apache Tomcat server. > > Right now, I'm uploading the application (that is functional in my > localhost machine) to the Web App host server. > > This host server is using Apache Tomcat with Apache Http, and ModJK to > integrate both. > > The fact is that portion of my software that uses plain JSP and > Servlets is working fine. But when I run GWT applications, all RPC > calls result in the following error: > > 0:00:35,656 [ERROR] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0// > EN"> > <html><head> <title>501 Method Not Implemented</title> </head><body> > <h1>Method Not Implemented</h1> <p>POST to > /r010/br.com.applicationV1.calculo.Calculo/remetenteservice not > supported.<br /> </p> </body></html> > com.google.gwt.user.client.rpc.StatusCodeException: <!DOCTYPE HTML > PUBLIC > "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>501 Method Not > Implemented</title> </head><body> <h1>Method Not Implemented</h1> > <p>POST > to /r010/br.com.applicationV1.calculo.Calculo/remetenteservice not > supported.<br /> </p> </body></html> > > In Catalina.log, I've not found any error or stack trace. I don't even > see a call in the access.log. > > I`ve posted complete stack trace in issue 4696 (http://code.google.com/ > p/google-web-toolkit/issues/detail?id=4696<http://code.google.com/%0Ap/google-web-toolkit/issues/detail?id=4696> > ) > > Please, anyone faced this issue? > > > Thanks, > > Edson. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
