I am running JBoss 5.1 in Eclipse 3.7.2 with JBoss tool plugin 2.3. I can
not debug gwt application in this environment. I always get
"RequestProcessor - Invalid path /approval/hosted was requested".
1. I can launch a GWT code server from Eclipse with following program
arguments:
-war
C:\eclipse\3.7.2\workspace\.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_5.1_Runtime_Server1354720162512\deploy\admin.war
-noserver -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl
http://127.0.0.1/admin/gwtServlet?jsp=debug/approval.htm&profileUid=953944
-logLevel DEBUG -codeServerPort 9997 com.google.gwt.admin.service.Approval
2. I can get a GWT page by invoking
"http://127.0.0.1/admin/gwtServlet?jsp=debug/approval.htm&profileUid=953944".
Firefox debug reveals "http://127.0.0.1/admin/approval/Appr" is invoked.
3. I got "RequestProcessor - Invalid path /approval/hosted was requested"
in Eclipse console if I invoke
"http://127.0.0.1/admin/gwtServlet?jsp=gwtdebug/approval.htm&profileUid=953944&gwt.codesvr=127.0.0.1:9997".
Firefox debug reveals
"http://127.0.0.1/admin/approval/hosted.html?approval" is invoked with 404
error code
This is a legacy J2EE application (Strut1 and Strut2 + Spring). There are a
lot of filters. I implemented one servlet - GwtServlet to bypass filter to
load a GWT page.
I appreciate your help.
Leon
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/KdWunSh-YloJ.
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.