Hi,

I've 2 GWT module, module 1 and module 2.
Module 1 inherits module 2.
Module 2 has an entry point and when it has finished its startup tasks
it must load some services from module 1.
Module 2 and module 1 have some servlets, they are all declared in
web.xml from module 1.
I run module 1 in GWT development mode.

How can I process to integrate properly module 2 and module 1?

For now module 1 is unable to find Servlet class from module 2
(java.lang.ClassNotFoundException at launching), I've included
module2.jar in build path : it doesn't work. I've also tried to copy
content of war/web-inf of module 2 in war/web-inf of module 1, it
works but for debugging it's not easy!!!

Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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.

Reply via email to