java policy settings for hosted jetty runtime

2009-04-29 Thread Jonathan Kushner
trying to find anything related to configuration settings. Regards, Jonathan --~--~-~--~~~---~--~~ 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-To

Re: List of Usable Java Packages?

2009-04-22 Thread Jonathan Kushner
gets > compiled to JavaScript) as such you wouldn't normally be able to > connect to a database directly - you'd go through the server which > connects. > > Hope that helps. > > //Adam > > On 21 Apr, 15:34, Jonathan Kushner wrote: > > Hi there! I'm sure thi

List of Usable Java Packages?

2009-04-21 Thread Jonathan Kushner
i was wrong. I stumbled upon some of the google-gears gwt source code, and they are using various classes that instantiate custom JavascriptObject(*) classes, which leads me to believe I'm totally lost. I just want to use my java data structures :( Besides that, very pleased! Regards,

Re: why not plain "www" directory in 1.6?

2009-04-02 Thread Jonathan Weissman
I only use GWT for producing the client side javascript, which I copy into a .Net web project that includes the server side code and a host HTML file that integrates the GWT output with third party libraries. It seems that a .war archive would make it more complicated to copy the GWT output that I

incorporting external jars

2009-03-08 Thread jonathan
my gwt app relies on external libraries such as java.beans.PropertyChangeEvent and my own custom classes from another eclipse project. what's the best way of incorporating them? I added these libs to gwt compiler classpath, but I get [ERROR] Line 70: No source code is available for type java

Re: Servlets and web.xml

2009-02-07 Thread Jonathan
Wow i don't know what happened but i put form.setAction(GWT.getHostPageBaseURL() + "FileServlet"); using this web.xml and all finally works fine... Thanks you very much for the help, i can now go forward ! Thanks again ! Best regards, Jonathan On 7 fév, 15:48, Jonathan wr

Re: Servlets and web.xml

2009-02-07 Thread Jonathan
5:23, jmpeace wrote: > Why don't you try opening a separated browser window and point > tohttp://localhost:/FileServlet > > It should give you a HTTP Status 500 error meaning it is listening > there in hosted mode > > On Feb 7, 8:05 am, Jonathan

Re: Servlets and web.xml

2009-02-07 Thread Jonathan
ssing (in my jetty server) But i can't find what ! It's quite annoying :) Thanks in advance... Regards On 7 fév, 01:59, Jonathan wrote: > Hey i just saw this before your message. > But even with that, it stills not working. > I still get this message 404RequestURI=/com.ter

Re: Servlets and web.xml

2009-02-06 Thread Jonathan
With form.setAction("/FileServlet"); i get HTTP ERROR: 404NOT_FOUND RequestURI=/FileServlet That's strange. Thanks for the help. Cheers On 7 fév, 01:59, Jonathan wrote: > Hey i just saw this before your message. > But even with that, it stills not working. >

Re: Servlets and web.xml

2009-02-06 Thread Jonathan
ure but think capitalization is significant. > > Best, > > Shawn > > On Sat, Feb 7, 2009 at 9:42 AM, Jonathan wrote: > > > Wow, i'm almost happy ! > > I finally managed to get rid of the HTTP ERROR 503. > > I misplaced the bin files (.classes), they need to

Re: Servlets and web.xml

2009-02-06 Thread Jonathan
ce :) Thanks in advance, Regards. On 6 fév, 21:05, Jonathan wrote: > Hi to all, > > I'm under linux and I follow this > tutorialhttp://jeff.ourexchange.net/2008/03/01/deploying-gwt-applications-wit > I have a simple gwt application that browses for a file and upload it >

Servlets and web.xml

2009-02-06 Thread Jonathan
he upload form and it uses the FileServlet to make the doPost(). Here is the full tree of my webapp deployed folder with the embed Jetty server : http://filebin.ca/cjgvj/tree.txt. Thanks in advance. Best regards. Jonathan --~--~-~--~~~---~--~~ You received this mes

Re: Deploying GWT application (WAR)

2009-02-06 Thread Jonathan
gt; http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.htmlhttp://www.javalobby.org/articles/tomcat2go/ > > On Fri, Feb 6, 2009 at 1:53 PM, Jonathan wrote: > > > Thanks for the answer ! > > What should I give to the user to allow him to run the WAR locally ? > > I

Re: Deploying GWT application (WAR)

2009-02-06 Thread Jonathan
file on a server machine (where you have an application server like > Tomcat installed) and then give the url of the application to the user. User > will use his browser to open ur URL. > > - litty > > On Fri, Feb 6, 2009 at 4:13 AM, Jonathan wrote: > > > Hi to all, > > &

Deploying GWT application (WAR)

2009-02-05 Thread Jonathan
Hi to all, I managed to install properly gwt that runs fine under my linux. However, i have some problems to understand the deployment step to war. I use a servlet to upload a file to server so i would like to deploy my project WITH tomcat. Is that possible ? So that, if i want to install it on

<    1   2