Hi,
Now i have migrate from WebObjects 5.2.4 to WebObjects 5.4.3 using on Eclipse Indigo 3.7 ,when when we create a new woapplication project and run it by WOLipse then it gives the following result:-
[2014-7-10 20:50:4 IST] <main> WOMaxIOBufferSize=8196
[2014-7-10 20:50:4 IST] <main> WOWorkerThreadCountMin=16
[2014-7-10 20:50:4 IST] <main> WOSocketMonitorSleepTime=50
[2014-7-10 20:50:4 IST] <main> WODirectConnectEnabled=true
[2014-7-10 20:50:4 IST] <main> WOIncludeCommentsInResponse=false
[2014-7-10 20:50:4 IST] <main> WOWorkerThreadCount=8
[2014-7-10 20:50:4 IST] <main> WOLaunchdEnabled=false
[2014-7-10 20:50:4 IST] <main> WOHost=localhost
[2014-7-10 20:50:4 IST] <main> WOIDE=WOLips
[2014-7-10 20:50:4 IST] <main> WODebuggingEnabled=true
[2014-7-10 20:50:4 IST] <main> WOListenQueueSize=128
[2014-7-10 20:50:4 IST] <main> WOMissingResourceSearchEnabled=true
[2014-7-10 20:50:4 IST] <main> WOApplicationClassName=Application
[2014-7-10 20:50:4 IST] <main> WOSessionStoreClassName=WOServerSessionStore
[2014-7-10 20:50:4 IST] <main> WOContextClassName=WOContext
[2014-7-10 20:50:4 IST] <main> WOCachingEnabled=false
[2014-7-10 20:50:4 IST] <main> WOAcceptMalformedCookies=false
[2014-7-10 20:50:4 IST] <main> NSProjectSearchPath=(..,../..)
[2014-7-10 20:50:4 IST] <main> WOMonitorEnabled=false
[2014-7-10 20:50:4 IST] <main> WOAllowRapidTurnaround=true
[2014-7-10 20:50:4 IST] <main> WORootDirectory=c:\Apple\Developer\WebObjects\Versions\WebObjects543\System
[2014-7-10 20:50:4 IST] <main> WOGenerateWSDL=true
[2014-7-10 20:50:4 IST] <main> WOWorkerThreadCountMax=256
[2014-7-10 20:50:4 IST] <main> WOAllowsConcurrentRequestHandling=false
[2014-7-10 20:50:4 IST] <main> WOAdaptor=WODefaultAdaptor
[2014-7-10 20:50:4 IST] <main> WOSessionTimeOut=3600
[2014-7-10 20:50:4 IST] <main> WORoot=c:\Apple\Developer\WebObjects\Versions\WebObjects543\System
[2014-7-10 20:50:4 IST] <main> WOMaxSocketIdleTime=180000
[2014-7-10 20:50:4 IST] <main> WODefaultUndoStackLimit=10
[2014-7-10 20:50:4 IST] <main> WOAutoOpenClientApplication=true
[2014-7-10 20:50:4 IST] <main> WOAutoOpenInBrowser=true
[2014-7-10 20:50:4 IST] <main> WOApplicationBaseURL=/WebObjects
[2014-7-10 20:50:4 IST] <main> WOMaxHeaders=200
[2014-7-10 20:50:4 IST] <main> WOLifebeatEnabled=true
[2014-7-10 20:50:4 IST] <main> WOAllowsCacheControlHeader=true
[2014-7-10 20:50:4 IST] <main> WOSMTPHost=smtp
[2014-7-10 20:50:4 IST] <main> WOFrameworksBaseURL=/WebObjects/Frameworks
[2014-7-10 20:50:4 IST] <main> WOStatisticsStoreSessionMax=50
[2014-7-10 20:50:4 IST] <main> WOAdditionalAdaptors=()
[2014-7-10 20:50:4 IST] <main> WOLifebeatDestinationPort=1085
[2014-7-10 20:50:4 IST] <main> WOPort=-1
[2014-7-10 20:50:4 IST] <main> WOLifebeatInterval=30
[2014-7-10 20:50:4 IST] <main> WOSocketCacheSize=100
[2014-7-10 20:50:4 IST] <main> WOUserDirectory=X:\WOMavenProject\TestNewWoProject
[2014-7-10 20:50:4 IST] <main> WODisplayExceptionPages=true
[2014-7-10 20:50:4 IST] <main> ------------------------
[2014-7-10 20:50:4 IST] <main> WebObjects version = 5.4.3
[2014-7-10 20:50:4 IST] <main> Created adaptor of class WODefaultAdaptor on port 4256 and address localhost/
127.0.0.1 with WOWorkerThread minimum of 16 and maximum of 256
[2014-7-10 20:50:4 IST] <main> NSBundle is unable to find "ExtensionsForResources.plist" in the main bundle. Ignoring optional configuration file.
[2014-7-10 20:50:5 IST] <main> Creating LifebeatThread now with: JavaFoundation -1 localhost/
127.0.0.1 1085 30000
----------Application Directory path--------------C:\Users\dev1\Library\Frameworks\JavaFoundation.framework
Welcome to JavaFoundation !
[2014-7-10 20:50:5 IST] <main> null
[2014-7-10 20:50:5 IST] <main> Your application is not running on a supported development platform. AutoLaunch will not work.
Your application's URL is:
[2014-7-10 20:50:5 IST] <main> Waiting for requests...
Please sea the application URL which is wrong ,it should be our projectName.woa but not in result .Why?
Also sea the application Directory path which is also wrong ,it should be our project directory path but it is showing webobject installation directory path.
What is happenig here ,if my launch configuration is wrong then please suggest me.Please help!
Thanks & Regards
Pawan Kumar Tiwari