posted 12 years ago
I have tried all the possible solution mentioned in the forum in different post but couldn't achieve the result.
My scenario is:
we are having a project with project.launch file by which we are running the application in jetty server (by right click selecting the jetty server). I can debug server side code but it is not responding for the client side code though the code is executing.
I have tried in the development mode as well .it is showing two tabs- dev mode and jetty (no tab for project) but in the console am unable to see any log which I have put through GWT.log().
How can i get the content of the GWT.log() printed in the console?
I tried with -noserver -war war location etc.. option as well--in this case when i select the URL from the clip board and paste it in the explorer,nothing is happening(unable to find the page).
Can any one help me with this ?