I precompiled all my JSPs in the application, using jspc. Most pages work OK, but there are some pages which don't. For some reason, when loading these pages the session is lost, causing many errors. I solved the problem by sending the request parameter JSESSIONID when calling these pages. These pages worked fine as regular JSPs, and this symptom only occures when I use them as servlets. Has anyone encountered such a problem?
- Re: Precompiled JSPs Uri Cohen
- Re: Precompiled JSPs Oskar Zinger
- RE: Precompiled JSPs Uri Cohen
