Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Kenneth Jacker
Thanks for the new Google Chrome GWT plugin for Linux. Of course, I want to use it! I have looked (almost, apparently) everywhere, but cannot find a way to change the GWT devmode default browser from Firefox to Chrome. I've changed Eclipe's General/Web Browser preference to Chrome, but that

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Kenneth Jacker
On Dec 9, 11:20 am, Chris Conroy wrote: If you run using the Eclipse Development mode: launch devmode, right click on the url, 'Open With' - 'Add a Browser' [ Ubuntu 10.04, Eclipse Helios, latest plugins ... ] Hmmm ... maybe I have misunderstood ... I startup my app with Run As../GWT

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-03 Thread Kenneth Jacker
yes, you are right, on ff 3.6 and safari 5 it did not work for me, but on good old ie6 it works. OK, you have confirmed the problem ... if you need the pdf, send me a short notice You are so kind! But that won't be necessary. DO-NOT-ARCHIVE As a die hard Unix/Linux user for many

OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Kenneth Jacker
http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHist... http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAnd... Does anyone know how to print the above? I tried both Firefox and Chrome, but the printed content is either missing or garbled. Thanks, -Kenneth

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Kenneth Jacker
try these links: [ Complete URLs deleted. -khj ] I have tried them. The pages are displayed as expected. I can see the content in my browsers. works fine for me *Printing* works fine? If so, I'm puzzled. Which browser(s) are you using? Thanks for your comments, -Kenneth --

Re: Problem when Deploying GWT application on web server

2010-11-25 Thread Kenneth Jacker
On Nov 25, 2:22 pm, Noor baken...@gmail.com wrote: OK, I have corrected the problem, thanks What did you do to correct it? -Kenneth -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Deploying GWT application on a web server

2010-11-24 Thread Kenneth Jacker
On Nov 24, 8:44 am, Lukasz l.plotni...@googlemail.com wrote: If you don't need any server-side logic, then you just need to put the compiled java-script files and other resources (like images, css and stuff) on a normal webserver. OK, that sounds reasonable. I just thought there might be a

Re: Deploying GWT application on a web server

2010-11-23 Thread Kenneth Jacker
Then make a WAR archive  (archive the war folder within your project folder) and deploy it e.g. on tomcat (copy the archive to tomcat's webapps directory). After tomcat discovered the new war and auto-deployed it, you're ready to go and can access the app via browser. What if the

Re: webAppCreator - No 'tomcat' Directory

2010-09-05 Thread Kenneth Jacker
On Sep 5, 8:01 am, Thomas Broyer t.bro...@gmail.com wrote: Why do expect a tomcat/ folder ...? Because something is missing/wrong in my setup, and I've seen a tomcat/ directory in GWT application structure examples in various references, e.g.,: * Dewsbury's _Google Web Toolkit Applications_,

webAppCreator - No 'tomcat' Directory

2010-09-04 Thread Kenneth Jacker
[ Ubuntu 10.4/64bit; gwt-2.0.4; tomcat-6.0.24 ] Still trying (via the command line) to get the production mode version of the Getting Started demo to work. When I run webAppCreator, I don't see any 'tomcat' directory. Just this stuff: build.xml MyTest.launch README.txt src/ test/

Getting Started Doc - Server Error

2010-09-02 Thread Kenneth Jacker
[ Ubuntu 10.4/64bit; gwt-2.0.4; tomcat-6.0.24 ] I've been working - step-by-step -- through the Get Started with the GWT SDK document: http://code.google.com/webtoolkit/gettingstarted.html The app works fine in Development Mode, but fails with the following dialog when I run in

Re: GWT Deployment on Web Hosting Sites

2009-12-02 Thread Kenneth Jacker
Good morning Anuj ! Sorry for the long delay in replyinging ... I asked godaddy and this is what they say: must be on a Java enabled hosting account for servlets to function. These scripts are written in Java, so without a way to handle these the scripts cannot run. Unfortunately