Re: does the apache adaptor have a hard coded limit on number of apps?
"Chad Leigh -- ObjectWerks Inc." <[email protected]> Wed, 15 Dec 2004 03:33:31 -0700
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
A few months ago I had a question with the following answer... (continued below) On Sep 6, 2004, at 10:48 PM, Jonathan 'Wolf' Rentzsch wrote: > Chad Leigh -- ObjectWerks Inc., [email protected], wrote: >> I was wondering if the apache adaptor has a limit on the number of >> Apps >> that can be defined. > > Yes, 16 before WO5.2, and 64 WO5.2 and later: > <http://www.wodeveloper.com/omniLists/webobjects-admin/2002/February/ > msg000 > 53.html> > > You can increase the limit by increasing WA_MAX_APP_COUNT in > /Developer/Examples/WebObjects/Source/Adaptors/Adaptor/config.h and > recompiling the adapter. Ok, I did this. Still, when I add the 16th app it gives "the requested application was not found on this server." So I try the 5.2 adapter. Same error, so > In addition, Wonder has an updated version of > the 5.1 adaptor with an increased 64 instance limit, in binary form: > > <http://wonder.sourceforge.net/WOAdaptor.html> I download this and try this adaptor from Project Wonder. Same error. The 16th app gives the error that it cannot be found... I am restarting apache :-) What could I have done wrong? Thanks Chad