Re: tomcat deployment
Re: tomcat deployment
- Subject: Re: tomcat deployment
- From: email@hidden
- Date: Fri, 10 Feb 2006 23:13:45 +1300
Hello Dave;
I have followed the documentation on deploying WO to tomcat.
It works on my mac, but when I try it on a PC i get the following
error:
"Exception loading sessions from persistent storage
java.lang.NullPointerException"
This is probably caused by the servlet container attempting to
serialise your session objects and the WOSessions are generally not
going to let themselves get serialised. You can download some notes
I've made about Tomcat deployment off my website, but I think if you
check the attribute distributable is set to "false" on the "Manager"
element in the server config (assuming Tomcat 5) then this ought to
prevent the container from trying to do this.
cheers.
___
Andrew Lindesay
www.lindesay.co.nz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden