Re: How to use newer version of Jetty for Hosted Mode server?

2009-04-23 Thread Sumit Chandel
Hi Tim, Rajeev suggestion is a great workaround if you're familiar enough with how hosted mode is using Jetty and you know enough about Jetty to tweak the servlet container / launcher to do what you want. However, I suspect that if you're using your own Jetty 5 server, there are likely other

Re: How to use newer version of Jetty for Hosted Mode server?

2009-04-21 Thread Salvador Diaz
use -noserver or -server ? Google Web Toolkit 1.6.4 HostedMode [-noserver] [-port port-number | auto] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logLevel level] [- gen dir] [-style style] [-ea] [-server servletContainerLauncher] [- startupUrl url] [-war dir] [-extra dir]

Re: How to use newer version of Jetty for Hosted Mode server?

2009-04-21 Thread Rajeev Dayal
Hey Tim, In order to make this work, you can either implement a ServletContainerLauncher of your own, and use the -server option with the HostedMode entry point, as Salvador suggest. More info on ServletContainerLaunchers can be found here:

Re: How to use newer version of Jetty for Hosted Mode server?

2009-04-20 Thread TimOnGmail
I want to add, I'm doing all of this in the Eclipse GWT plugin. - Tim On Apr 20, 3:28 pm, TimOnGmail timbes...@gmail.com wrote: Hi there... I suspect I'm hitting some errors using the embedded Jetty 5 server in Hosted Mode. Does anyone know of an easy way to tell GWT 1.6 Use THIS Jetty

How to use newer version of Jetty for Hosted Mode server?

2009-04-20 Thread TimOnGmail
Hi there... I suspect I'm hitting some errors using the embedded Jetty 5 server in Hosted Mode. Does anyone know of an easy way to tell GWT 1.6 Use THIS Jetty jar as your server, and not the default one? - Tim --~--~-~--~~~---~--~~ You received this message

Re: How to use newer version of Jetty for Hosted Mode server?

2009-04-20 Thread Leon Li
There should be an option there On 4月21日, 上午6时29分, TimOnGmail timbes...@gmail.com wrote: I want to add, I'm doing all of this in the Eclipse GWT plugin. - Tim On Apr 20, 3:28 pm, TimOnGmail timbes...@gmail.com wrote: Hi there... I suspect I'm hitting some errors using the

Re: How to use newer version of Jetty for Hosted Mode server?

2009-04-20 Thread TimOnGmail
Hi Leon... Are you saying there *is* an option somewhere (in which case, where?), or it would be a good idea if there were one? - Tim On Apr 20, 6:01 pm, Leon Li lilei.l...@gmail.com wrote: There should be an option there On 4月21日, 上午6时29分, TimOnGmail timbes...@gmail.com wrote: I