Re: Undeploy task not working

2006-06-06 Thread Peter Hubbard
hat :-) > > But right now undeploy task is not working. It is > giving an error saying: > > FAIL - Cannot remove document base for path /app1 I found this often happened to me if there were open database connections in the webapp, and I tried to undeploy it before stopping

Re: The code of method _jspService(...) is exceeding the 65535 byteslimit

2006-05-12 Thread Peter Hubbard
of the functionality from the jsp itself into helper classes. As far as I know, it is a limit placed on method size by the JVM - I'm not sure if it can be changed. -- Peter Hubbard <[EMAIL PROTECTED]> - To unsub

Multiple browser windows sharing the same session - dirty hack solution

2006-05-11 Thread Peter Hubbard
on information confused. I've not found any other ways around this problem, or solutions of how to allow individual browser windows and tabs to have individual session data. Is there a real solution for this, and if so could some kind soul please point me in the right