No. Yet i have rewrote a test login system and that works i cannot see what is different compared to my application.
On Wed, Aug 19, 2009 at 4:34 PM, Mark Thomas <ma...@apache.org> wrote: > Dean Chester wrote: > > Sory forgot to get rid of the session out of the cookies. It writes in to > > the database. Yet the session is not staying active with the client. > > And if you remove the PersistentManager does it it start working again? > > Mark > > > Dean > > > > On Wed, Aug 19, 2009 at 2:47 PM, Mark Thomas <ma...@apache.org> wrote: > > > >> Dean Chester wrote: > >>> Ok The table was table 2-8 JDBCStore attributes in Tomcat The > Definitive > >>> Guide. Thats still not fixed it. > >> I suggest you try using the real documentation rather than what appears > >> to be an out of date book. > >> > >> Given that you have made some changes, what does the configuration look > >> like now? How are you testing it? > >> > >> Something else to try. Start up JConsole, connect to your running Tomcat > >> instance and look at the Manager mbeans. What value do you see for the > >> className attribute? > >> > >> Mark > >> > >>> Dean > >>> > >>> On Wed, Aug 19, 2009 at 2:07 PM, Mark Thomas <ma...@apache.org> wrote: > >>> > >>>> Dean Chester wrote: > >>>>> I can't see your columns in the table of what is used in the element. > >>>> What table? The message is all there although it is only the single > >>>> attribute missing, not multiple attributes. > >>>> > >>>> Mark > >>>> > >>>>> Dean > >>>>> > >>>>> On Wed, Aug 19, 2009 at 12:41 PM, Mark Thomas <ma...@apache.org> > >> wrote: > >>>>>> Dean Chester wrote: > >>>>>>> The logs are reporting nothing. And my context.xml is located > >>>>>>> $CATALINA_HOME/conf/context.xml > >>>>>> OK. That should mean that the <Manager .../> element applies to > every > >>>>>> web application. > >>>>>> > >>>>>> Assuming you added the <Manager .../> element you originally > posted... > >>>>>> > >>>>>> Remove the debug attribute - it doesn't do anything > >>>>>> Remove the saveOnRestart attribute - you are using the default > >>>>>> > >>>>>> Your minIdleSwap, maxIdleSwap and maxIdleBackup are sufficiently > large > >>>>>> that testing will involve significant waiting. I'd reduce these to a > >> few > >>>>>> seconds until you get things working. > >>>>>> > >>>>>> Your Store element is missing the following required fields: > >>>>>> sessionAppCol > >>>>>> > >>>>>> Mark > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > --------------------------------------------------------------------- > >>>>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > >>>>>> For additional commands, e-mail: users-h...@tomcat.apache.org > >>>>>> > >>>>>> > >>>> > >>>> > >>>> --------------------------------------------------------------------- > >>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > >>>> For additional commands, e-mail: users-h...@tomcat.apache.org > >>>> > >>>> > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > >> For additional commands, e-mail: users-h...@tomcat.apache.org > >> > >> > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >