hello all

so far i was configuring jetty programmaticly for JSP pages and
Servlets with no XML files
now i want to use GWT
so i compile a sample application , with just adding Label to the
RootPanel
i got a war directory , and place it on my www folder  (folder name is
"manage")
and i get this Error output :

2009-06-17 21:00:06.609:/:INFO:  Request 4: 
http://localhost:1010/manage/GWT_test/
2009-06-17 21:00:06.609:/:INFO:  Loading module 'GWT_test'
2009-06-17 21:00:06.609:/:INFO:  Unable to find 'GWT_test.gwt.xml' on
your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
2009-06-17 21:00:06.609:/:INFO:  The development shell servlet
received a request to generate a host page for module 'GWT_test'
2009-06-17 21:00:06.609:/:INFO:  Loading module 'GWT_test'
2009-06-17 21:00:06.609:/:INFO:  Unable to find 'GWT_test.gwt.xml' on
your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?



this is how i configured the app

Context root = new Context(m_server,"/",Context.SESSIONS);
root.addServlet(new ServletHolder(new GWTShellServlet()) ,"/manage/
*");


please please help me ,
i am searching the web like crazy for couple of days now and nothing

--~--~---------~--~----~------------~-------~--~----~
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