Hello!

I have a problem integrating GWT into OSGi Equinox container. The
entry point webpage runs. I see my first page. However, when I click
on a button to realize server call, it does not run.
I work with Firefox and I have firebug. Then, when I see network field
I get the next message:

    Content-Type        text/html; charset=iso-8859-1
    Cache-Control       must-revalidate,no-cache,no-store
    Content-Length      1431
    Server      Jetty(6.1.x)

    Host        localhost
    User-Agent  Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101
Firefox/4.0.1
    Accept      text/html,application/xhtml+xml,application/xml;q=0.9,*/
*;q=0.8
    Accept-Language     es-es,es;q=0.8,en-us;q=0.5,en;q=0.3
    Accept-Encoding     gzip, deflate
    Accept-Charset      ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive  115
    Connection  keep-alive
    Content-Type        text/x-gwt-rpc; charset=utf-8
    X-GWT-Permutation   CCF6A1341D371C4123AE827BC29EA602
    X-GWT-Module-Base   http://localhost/zbapp/zb_app/
    Referer     http://localhost/zbapp/ZB_app.html
    Content-Length      174
    Pragma      no-cache
    Cache-Control       no-cache

Post method:

    7|0|6|http://localhost/zbapp/zb_app/|
A31E1254E17F9AD731856D6BE34124A2|
main.java.com.gwt.app.client.GreetingService|greetServer|
java.lang.String/2004016611||1|2|3|4|2|5|5|6|6|

And response:

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1"/>
    <title>Error 404 ProxyServlet: /zbapp/zb_app/greet</title>
    </head>
    <body><h2>HTTP ERROR 404</h2>
    <p>Problem accessing /zbapp/zb_app/greet. Reason:
    <pre>    ProxyServlet: /zbapp/zb_app/greet</pre></p><hr /
><i><small>Powered by     Jetty://</small></i><br/>
    </body>
    </html>


    Problem accessing /zbapp/zb_app/greet. Reason:
    ProxyServlet: /zbapp/zb_app/greet

It looks the call is performed, but it can not access. I do not know
the problem. Could someone help me? I need to solve it to integrate it
with other services.

Thanks a lot!

Regards!

-- 
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.

Reply via email to