Hi, I have developed an gwt 2.0 application (with RPC) in eclipse with use of the plugin for eclipse. I compiled it from eclipse (obfuscated).
Know when i go to the application via an explorer, i see a war file. The content of this war file looks ok for me, so i package it into a .war file. Next i add the war file to the deploy folder of my jboss. I start my jboss and type the following url: http://localhost:8080/contacts/Contacts.html but i get the fault that it is not found... This is the file structure of the war file: contacts -gwt -contacts.nocache.js -multiple .cache files WEB-INF -classes -be -all the classes file (including the client, server and shared package, also the Contacts.gwt.xml file) -META-INF -jdoconfig.xml -log4j.properties -lib -appengine-web.xml -logging.properties -web.xml Contacts (CSS) Contacts (HTML) Also if i just open from the folder the Contacts.html page i get the layout but the RPC calls don't seem to work. Anybody an idea what i must do to be able to deploy it good? I'm really kinda stuck here. kind regards -- 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.
