[Resin-interest] How to change default session size?

2008-05-13 Thread Adam Allgaier
Sorry if this is a simple questionI couldn't find anything in the docs or online that answered this for me. We have approximately 1000 users online simultaneously, and it seems to eat up our memory resources, somewhere around 1M/session. What is the default memory size for new sessions, an

Re: [Resin-interest] How to change default session size?

2008-05-13 Thread Scott Ferguson
On May 13, 2008, at 7:15 AM, Adam Allgaier wrote: > Sorry if this is a simple questionI couldn't find anything in > the docs or online that answered this for me. > > We have approximately 1000 users online simultaneously, and it seems > to eat up our memory resources, somewhere around 1M/

[Resin-interest] XSLT Output Static files

2008-05-13 Thread Mktg. Incorporate Fast
Hello, With the XSLT functionality in Resin I am trying to generate static HTML pages. I am hoping to not have resin serve the pages dynamically on load, but instead to use the XSLT features built into resin to output index.html for a static text file. I have done this before with Java, bu

[Resin-interest] disabling sessions

2008-05-13 Thread Howard Williams
I created a test jsp that does nothing but output the request.getRemoteUser() Here's the output after resin startup and the first page request. There's no session-config in web.xml, and no call to request.getSession(), and I even disabled all the servlets to make sure they weren't doing anything

Re: [Resin-interest] disabling sessions

2008-05-13 Thread Mattias Jiderhamn
Howard Williams wrote (2008-05-14 08:37): > I created a test jsp that does nothing but output the > request.getRemoteUser() > > Here's the output after resin startup and the first page request. > There's no session-config in web.xml, and no call to > request.getSession(), and I even disabled al