| From | Sent On | Attachments |
|---|---|---|
| glas...@javadesktop.org | Jan 25, 2010 6:31 pm | |
| glas...@javadesktop.org | Jan 25, 2010 7:32 pm | |
| glas...@javadesktop.org | Jan 25, 2010 8:16 pm | |
| glas...@javadesktop.org | Jan 25, 2010 8:36 pm | |
| glas...@javadesktop.org | Jan 25, 2010 8:56 pm | |
| glas...@javadesktop.org | Jan 25, 2010 9:05 pm | |
| Dominik Dorn | Jan 26, 2010 2:00 am | |
| glas...@javadesktop.org | Jan 26, 2010 1:16 pm | |
| Dominik Dorn | Jan 27, 2010 8:41 am | |
| glas...@javadesktop.org | Jan 27, 2010 11:23 am | |
| glas...@javadesktop.org | Jan 27, 2010 12:25 pm | |
| Dominik Dorn | Jan 27, 2010 12:32 pm | |
| glas...@javadesktop.org | Feb 14, 2010 5:04 pm | |
| glas...@javadesktop.org | Feb 15, 2010 6:29 am | |
| glas...@javadesktop.org | Feb 15, 2010 3:42 pm | |
| glas...@javadesktop.org | Feb 16, 2010 6:07 am | |
| glas...@javadesktop.org | Feb 16, 2010 2:09 pm | |
| Jan Luehe | Feb 16, 2010 2:48 pm | |
| glas...@javadesktop.org | Feb 16, 2010 3:05 pm | |
| Jan Luehe | Feb 16, 2010 7:21 pm | |
| glas...@javadesktop.org | Feb 17, 2010 9:11 am | |
| glas...@javadesktop.org | Feb 17, 2010 1:20 pm | |
| Jan Luehe | Feb 17, 2010 2:43 pm | |
| glas...@javadesktop.org | Feb 17, 2010 2:57 pm | |
| glas...@javadesktop.org | Feb 17, 2010 3:47 pm | |
| Jan Luehe | Feb 17, 2010 3:54 pm | |
| Jan Luehe | Feb 17, 2010 4:04 pm | |
| glas...@javadesktop.org | Feb 17, 2010 4:08 pm | |
| Jan Luehe | Feb 17, 2010 7:36 pm | |
| glas...@javadesktop.org | Feb 23, 2010 5:02 pm | |
| glas...@javadesktop.org | Feb 24, 2010 12:57 am | |
| glas...@javadesktop.org | Feb 25, 2010 10:13 am | |
| glas...@javadesktop.org | Feb 25, 2010 12:55 pm | |
| glas...@javadesktop.org | Feb 26, 2010 5:40 am | |
| glas...@javadesktop.org | Feb 26, 2010 9:10 am |
| Subject: | Re: why won't this webapp deploy? | |
|---|---|---|
| From: | glas...@javadesktop.org (glas...@javadesktop.org) | |
| Date: | Feb 17, 2010 1:20:08 pm | |
| List: | net.java.dev.glassfish.users | |
If you are in the same situation, here is a workaround, so you can keep "file"
session persistence and redeploy without loosing sessions:
1) deploy your app as usual (with persistence set to "file", e.g.
<session-manager persistence-type="file">)
2) let sessions to be created
3) restart server so that the sessions are preserved in files (don't forget to
specify your directory in Configuration->Web Container->Manager
Properties->Session File Name)
4) go ahead and "redeploy" and let the server spit out the error I mentioned;
your app will be removed, but the sessions will stay in the files (if you
"deploy" instead, you sessions will be destroyed)
5) restart the server
6) "deploy" your app (you might need "--force" option)
7) enjoy your preserved sessions
[Message sent by forum member 'javjav' (visu...@gmail.com)]





