OOPHM problem in gwt 2.0.0-rc1

2 views
Skip to first unread message

emir

unread,
Nov 24, 2009, 5:35:55 AM11/24/09
to Google Web Toolkit
Hi, I have some trouble using OOPHM, gwt 2.0.0-rc1 on Windows
It is a sample application that contains two GWT modules, namely
com.foo.Login and com.foo.Main.

When run in hosted mode we first open the login.html using the url
http://localhost:8888/login.html?gwt.codesvr=127.0.0.1:9997
after successfully entering username and password it redirects to
http://localhost:8888/main.html?gwt.codesvr=127.0.0.1:9997

In the hosted mode log messages it says cannot load "main.gwt.xml",
not found in classpath etc.
This error occurs even we manually visit first the login page then the
main page.

If we run the hosted mode on a linux server it works without error.
It seems that on windows in hosted mode we cannot test two different
modules from single hosted mode run.

Regards.

bch...@gmail.com

unread,
Nov 24, 2009, 6:32:36 AM11/24/09
to Google Web Toolkit
I have the same problem.

For me, adding the following to the call to com.google.gwt.dev.DevMode
removes this error.

<arg value="-logLevel" />
<arg value="DEBUG" />

I don't know why.

Let me know if it works for you.

On Nov 24, 6:35 pm, emir <emiru...@gmail.com> wrote:
> Hi, I have some trouble using OOPHM, gwt 2.0.0-rc1 on Windows
> It is a sample application that contains two GWT modules, namely
> com.foo.Login and com.foo.Main.
>
> When run in hosted mode we first open the login.html using the urlhttp://localhost:8888/login.html?gwt.codesvr=127.0.0.1:9997
> after successfully entering username and password it redirects tohttp://localhost:8888/main.html?gwt.codesvr=127.0.0.1:9997

emir

unread,
Nov 24, 2009, 7:23:02 AM11/24/09
to Google Web Toolkit
Unfortunately it did not made any difference :-(

emir

unread,
Nov 26, 2009, 4:41:00 AM11/26/09
to Google Web Toolkit
It works now with RC2
Reply all
Reply to author
Forward
0 new messages