You shouldn't need to do anything special to get it running in
weblogic, just deploy it as an application.  I run with my application
added as an exploded war by pointing the GWT project output directory
(in my case <app root>/target/<app name>, because it builds with
maven, but otherwise you can point to the <app root>/war directory).
Select the "I will make the deployment accessible from the following
location:" and find your output directory.

You can still run the debugger this way, you just have to disable the
default jetty server (either with -noserver on the command line or
deselecting the "Run built-in server" option in your Eclipse run
configuration.  You should then be able to browse to your weblogic
application and add the ?gwt.codesvr=localhost:9997 parameter to your
URL and connect to the debugger.

One other note is that I've not had luck changing the context name of
the app when deploying as an exploded war with Weblogic.  The server
always wants to have the root be the name of the directory, so in the
default case 'war'.  I haven't looked into it much, but it means that
the URL on my local dev box ends up looking something like
http://localhost:7001/war/App.html?gwt.codesvr=127.0.0.1:9997.

Good luck.


On Jun 2, 8:29 pm, GWT_novice <[email protected]> wrote:
> i am very new to GWT. I want deploy GWT app in weblogic app server
> instead of using in-built jetty. Can someone let me know how to do
> that? I googled it but not much info regarding set up in weblogic.
> Thanks in advance.

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