You just need to bundle everything in .war file and put it under
/default/deploy
I have done the following and it is working for me Over JBoss 5.0.1.
Create a folder called MyApplication.war, make sure you add the .war on the
folder name.
put there your compiled gwt files, which should include your .js and .html
and all the other static file. so let's say your compiled module in MyModule
so now we have MyApplication.war-->MyModule-->index.html/module
launcher.html
Next in MyApplication.war, create a folder called WEB-INF inside this folder
you will have the following:
folder called classes, lib, and web.xml
in web.xml you have the servlet mapping, in classes you have the impl of
your rpc servlets if any exist and in the lib folder you add there
gwt-servlet.jar

sure you can automate all this using maven/ant scripts. but as a start give
it a try like that and it should work for you.
nothing to configure on JBoss if you're not using seam/llooking up your EJBs
from your rpc servlet impl.

regards,
ruds

On Mon, Mar 16, 2009 at 4:24 PM, tetsuo <[email protected]>wrote:

>
> hello folks,
>
> since a couple of days (within weeks) i tried to get the gwt running
> on a jboss. fortunately it runs on the tomcat 6, but that isn´t my
> primary target-server, so the wish was, to port the gwt on the jboss,
> but it is like hell. no remote calls from the client/js side are
> running thru the chain of proxy, interface and the implicit class on
> the ejb side.
>
> the configuration of a jboss is not that easy, as a tomcat would be,
> so its quite a lot of things to do within the xml hell there.
> hopefully its solved, the gwt dos´not get a single tone from the
> server. my question is, why is there no complete example, on "how to"
> run the gwt on a application server ? a distributed server 3-4 tier
> environment is more than a handful of clustered tomcats at all, so who
> got the clue, to glue that stuff together.
>
> let me know, where i can find a configuration and sample code -
> completelyand ootb for easy to understand brain, like me. all the code
> snippets, without correct version number  are pain in the ... dont
> waste a byte for sites like this. it is a quest(ion) for the developer
> on google, i want a primary answer, that forum should be the place for
> that issue.
>
> have a good day, should be more satisfied than mine.
>
> cheers
> tet
>
> p.s. the gwt-on-seam is the same lame example without practical
> function - that theoretic "should run" is also crap, have´nt seen a
> single running example :/
>
> >
>

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