0

I have my web project MyWebProject and I have my GWT project as a dependent project.. I need to run the web project in development mode, but its not listing any entry point modules to do the same.. Is there any workaround for this?

Thanks Jugunu

Jugunu
  • 141
  • 3
  • 14
  • Is `MyWebProject` a non-GWT dynamic web project? – Braj May 08 '14 at 18:07
  • I first made it a non-GWT dynamic webproject and then converted it to GWT web project, so as to run it in dev mode. – Jugunu May 08 '14 at 18:51
  • I am using eclipse for my project - I missed to add the info – Jugunu May 08 '14 at 19:10
  • Please share your code. what have you tried till now? – Braj May 08 '14 at 19:13
  • Apologies.. Now its working for the sample code.. But i try to use the actual project its giving me a different error... Starting Jetty on port 0 [WARN] Unknown realm: default [WARN] EXCEPTION java.lang.ClassNotFoundException at java.lang.ClassLoader.findClass(ClassLoader.java:364) at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:665) at java.lang.ClassLoader.loadClass(ClassLoader.java:644) at java.lang.ClassLoader.loadClass(ClassLoader.java:627) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java: – Jugunu May 08 '14 at 21:04
  • Add it in your original post as an edit section to make it clear for others. – Braj May 08 '14 at 21:07
  • My bad, i missed the error coming from web.xml... Websphere ignores it and deploys the war... but not so with jetty.. I just removed that.. Now getting other issues.. Will update if it works fine.. Thanks for offering a helping hand.. – Jugunu May 08 '14 at 21:09

0 Answers0