Re: WO 5.3 with Linux?
Timo Hoepfner <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 20.03.2007 um 05:29 schrieb Cheong Hee (Datasonic): > I am following this thread again, and used to understand that the > licenses between development and deployment are different. The > deployment will have no "limit" on the requests whereas development > has a limit of 255. > Hi, AFAIK this limitation was dropped with WO 5.3. You can check yourself on the command line: cd /System/Library/Frameworks/JavaWebObjects.framework/Resources java -cp ./Java/javawebobjects.jar com.webobjects.appserver._private.License `cat ./License.key` On my MacBook Pro running WO 5.3.3 (Developer) on OS X 10.4.9 this results in: <License productCode=11 productMajorVers=5 productMinorVers=3 maxReqPerMin=0 multithreadingEnabled=true loadBalancingEnabled=true> On an XServe running OS X Server 10.4.8 and WO 5.3.3 (Deployment), this gives identical output: <License productCode=11 productMajorVers=5 productMinorVers=3 maxReqPerMin=0 multithreadingEnabled=true loadBalancingEnabled=true> Timo _______________________________________________ WebObjects-dev mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/webobjects-dev