Re: good gwt mysql hosting

2014-09-22 Thread anna amat
Thanks Joe, It's just that I've had a very bad experience with Mochahost. You don't know want you get until you try it, though I guess it's my fault for trying to go too cheap This time I wanted to choose a hosting with a little bit more of criteria... Anna. 2014-09-22 18:53 GMT+02:00 Joseph

good gwt mysql hosting

2014-09-22 Thread anna amat
Can anyone suggest me a good hosting that supports gwt and mysql? I'm with mochahost now but it's not acceptable how incredibly slow it is. also their support group is not of much help. Thanks, Anna. -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

Re: remove directory with contents on users requests

2014-09-03 Thread anna amat
ok! Thanks Jens. 2014-09-03 10:39 GMT+02:00 Jens : > You have to delete all files one by one. In Java7+ you can use > Files.walkFileTree() to visit all files. If you are still on Java6 I am > pretty sure Apache Commons or Guava will provide a similar utility method. > > -- J. > > -- > You receiv

remove directory with contents on users requests

2014-09-03 Thread anna amat
Hi! Does anyone knows how to remove from the server a Folder and its contents on user's request? I use a servlet to perform that for a single file using File f = new File("FilePath"); f.delete(); It does work if "FilePath" is an empty Folder but not if it is not empty. I would like something

create dirs in server side

2014-09-02 Thread anna amat
Hello, I have a servlet class to upload files to server. It creates the UPLOAD_DIRECTORY first if it does not exist using the following code: File f = new File(UPLOAD_DIRECTORY); if (!f.exists()) { System.out.println("entro a mkdir " + f.getAbs

Re: 404 Error message The requested URL 'path' was not found on this server, when calling RPC

2014-07-21 Thread Anna Amat
Dear Robinson, I'm having exactly the same problem. App working on local server, mocahost, same error! How did you solved it? Thanks, Anna. Il giorno giovedì 7 marzo 2013 02:08:43 UTC+1, Robinson De la hoz ha scritto: > > I uploaded my gwt application on a new hosting with shared tomcat. My