Hi!:
I develop an app which get a parameter from the request to get some data (KM path). As I want to reuse the app I integrate the app twice at portal, so I have 2 portal objects A and B.
I open the Property Editor of object A and set "Application Parameters" to "&path=/folder/folder/fileJ.extension", then I do the same for object B but I set "Application Parameters" to "&path=/otherFolder/otherFolder/fileK.extension". When I execute BOTH apps at THE SAME TIME The app running is exactly the same, I don't have two full separate instances of the app....they SHARE THE CONTEXT.
The processing file and data depends on the requests' order (sending to the portal and at the end to the WAS....).
Any idea?
Thanks a lot for the time on this thread.
RLS.