My setup:
- MobileFirst Platform foundation 6.3.0.00-20141127-1357
- WebSphere Application Server 8.5.5.0 (1.0.3.20130510-0831) on Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_75-b13 (en_US)
- hosted on softlayer
Installed using the knowledge center guide for 6.3.
I have 1 issues now that I can't seem to understand:
Built the .war and tried to deploy it using the server config tool but I end up with "no runtime found" like in the various posts.
Things I have checked:
- my java version that was fine
- checked the entries in server.xml for duplicates of WL Admin services war, only one exists.
- checked that server config tool actually deploys war file in servers/servername/apps and updates server.xml
- tried setting run and deploy settings in eclipse to point to my server
What else can I check? Going a little nuts now. did this installation a few months back and I don't remember struggling this much.
logs: http://pastebin.com/Z6CwqCVV
server.xml: http://pastebin.com/MnpjQ2GY
Also, does anyone know of a good write up explaining the manual deployment method, tried the ibm docs but they seem to assume I know more than I do.
Would like to understand the core elements I need to update in the server xml and where to move the various wars, to manually configure mfp after install.