Hi Diogenes -- It's not supported by the plugin to do what you are asking, but I think if you mess around a bit you can make it work. There is a file, localserver.db, that is located in users' Gears directory. It is an SQLite DB that keeps track of the LocalServer files. If you use an SQLite database inspector (like SQLite Manager for Firefox) then you could change the entries to point to the new server. Hope that helps, Ben
On Fri, Sep 5, 2008 at 7:13 AM, Diogenes Duarte <[EMAIL PROTECTED]>wrote: > Sorry, I sent the mail before finish. > > Here they go: > > Hi people, I think anyone here can help me. > > I have an application that uses gears and I've used a test server before > use the real one to host my app. The problem is that the users cached some > data with gears in old server, and now that the application is in a real > server, they can't access data they've stored before. Gears put data from > different hosts in different folders, so I tried to put the data from the > old server folder into the new one, and the sqlite db file works fine, but > the pages I've captured before doesn't work. > > Is there a way to do this? use the data cached by gears from a host in > another one? > >> > thanks for attention. >
