我有一個整合GWT到OSGi Equinox容器的問題。入口點網頁運行。我看到了我的第一頁。但是,當我點擊一個按鈕來實現服務器調用時,它不會運行。 我使用Firefox,我有螢火蟲。然後,當我看到網絡領域,我得到了一個消息:整合GWT和OSGi的問題
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|
和響應:方法
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
後進行
<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
它看起來的電話,但它可以不能訪問。我不知道這個問題。有人能幫助我嗎?我需要解決它與其他服務集成。
非常感謝!
問候!