Re: Switch from 5.3.3 to 5.4.3 breaks tomcat deployment

2010-05-06 Thread John Huss
derstand >> the problem better. >> >> Thanks! >> Ken >> >> -Original Message- >> From: "Jon Nolan" >> Sent: Thursday, May 6, 2010 9:49am >> To: webobjects-dev@lists.apple.com >> Subject: Re: Switch from 5.3.3 to 5.4.3 brea

Re: Switch from 5.3.3 to 5.4.3 breaks tomcat deployment

2010-05-06 Thread Jon Nolan
o it's a mighty big issue for us. Yes, I *would* be very interested in your hack, even if it's just to understand the problem better. Thanks! Ken -Original Message- From: "Jon Nolan" Sent: Thursday, May 6, 2010 9:49am To: webobjects-dev@lists.apple.com Subject:

Re: Switch from 5.3.3 to 5.4.3 breaks tomcat deployment

2010-05-06 Thread kenlists
al Message- From: "Jon Nolan" Sent: Thursday, May 6, 2010 9:49am To: webobjects-dev@lists.apple.com Subject: Re: Switch from 5.3.3 to 5.4.3 breaks tomcat deployment I think he's saying ApplicationDidFinishInitializationNotification not being posted is a known bug. NSNotification(Cente

Re: Switch from 5.3.3 to 5.4.3 breaks tomcat deployment

2010-05-06 Thread Jon Nolan
I think he's saying ApplicationDidFinishInitializationNotification not being posted is a known bug. NSNotification(Center) stuff works, just not this one. Something to do with having to use JavaWOJSPServlet I believe although I'm not certain. My workaround is an embarrassing hack so I'd rath

Re: Switch from 5.3.3 to 5.4.3 breaks tomcat deployment

2010-05-06 Thread Ken Anderson
Are you saying I just can't deploy 5.4.3 with Tomcat ? There's no workaround ? On May 5, 2010, at 11:08 PM, Ramsey Lee Gurley wrote: > > On May 5, 2010, at 10:42 PM, Ken Anderson wrote: > >> All, >> >> We're in the midst of converting some WO apps from 5.3.3 to 5.4.3. >> Everything works w

Re: Switch from 5.3.3 to 5.4.3 breaks tomcat deployment

2010-05-05 Thread Ramsey Lee Gurley
On May 5, 2010, at 10:42 PM, Ken Anderson wrote: > All, > > We're in the midst of converting some WO apps from 5.3.3 to 5.4.3. > Everything works well in Eclipse, but when we deploy to tomcat 5.5 via a .war > file, the app basically does nothing. Remote debugging shows that the > Applicatio

Switch from 5.3.3 to 5.4.3 breaks tomcat deployment

2010-05-05 Thread Ken Anderson
All, We're in the midst of converting some WO apps from 5.3.3 to 5.4.3. Everything works well in Eclipse, but when we deploy to tomcat 5.5 via a .war file, the app basically does nothing. Remote debugging shows that the Application constructor gets called, but the notification center never fi