I am using Glassfish 2.1 and also using maven, so this won't really
work for me because of the way maven assembles the app.war, i.e., my
war directory doesn't everything it needs to run the app... it gets
assembled together by maven as there are dependencies on other
projects, etc.

So, how about my real question? Does anyone know the answer?

Thanks,
Yaakov.

On Nov 13, 11:26 am, Ian Bambury <ianbamb...@gmail.com> wrote:
> If you point your web server's document root to the /war/ directory, you
> don't have to compile.
>
> You can always set up a lightweight web server running on a different port
> if you need your current one pointing where it is at the moment.
>
> Ian
>
> http://examples.roughian.com
>
> 2009/11/13 Yaakov <yaakov.chai...@gmail.com>
>
> > Sorry... Forgot one more fact... I am running it with -noserver mode,
> > so I have to deploy it first to a real app server and then start up
> > the hosted mode to point to the deployed app URL.
>
> > So, I guess, my question was more general. How do I limit GWT
> > compilation to only 1 user-agent? My understanding is that on Windows
> > it uses IE, so all I need is to limit it to IE during the compilation
> > process. How do I do that?
>
> > Thanks,
> > Yaakov.
>
> > On Nov 13, 10:30 am, Thomas Broyer <t.bro...@gmail.com> wrote:
> > > On Nov 13, 3:59 pm, Yaakov <yaakov.chai...@gmail.com> wrote:
>
> > > > Hi,
>
> > > > I've Googled, but the only things that come up don't really work...
>
> > > > I am using GWT 1.7 on Windows XP and want to limit my compilation to
> > > > only compile for my hosted browser so it will be much faster.
>
> > > > Is there a way to do this in GWT 1.7 or is that only for GWT 2.0?
>
> > > The hosted mode doesn't compile your code (that's what it's for: run
> > > your Java code instead of having to compile it to JavaScript). GWT
> > > 2.0's dev mode isn't much different from 1.7's hosted mode in this
> > > respect.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=.

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.


Reply via email to