When creating new WebSphere 7 server profile, I defined Working directory value using the admin console (Application servers > server1 > Process definition) as following :
C:\workspace7\Myproject\workingdirectory
This folder contains some config files (.properties)
When I start server it works but with this message in system out:
Properties file undefined :
C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\myprofile\bin\Myproject\Myproject.properties
In fact, it should point to :
C:\workspace7\Myproject\workingdirectory\Myproject\Myproject.properties
This problem conduct to fail when executing the application on the server.
So, have you an idea about why it's not taking the good path of working directory from the defined property in server profile?
Environment: WebSphere 7 & RAD 8
kind regards,