I am getting an error of 
java.lang.ClassNotFoundException: org.datanucleus.OMFContext Message icon - 
Warning Errors were encountered while performing this operation.
I am not using the google Datastore.
Please help me to identify the root cause and how to switch off the 
dataneucleus calls.

On Thursday, June 3, 2010 10:50:01 PM UTC+5:30, Carlo wrote:
>
> 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 <ssu...@gmail.com> 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 unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to