I've inherited a couple of Java applications designed to work as portlets, a tech nobody in the company is familiar with, together with a PC with all the stuff already configured.
With current set up, development works by having a test page in Oracle Portal production server that loads the portlet from my PC's IP address. That's far from ideal for several reasons, the main one being that only some parts of the application run via portlet, so in order to share session data I need hacks that involve passing session ID around in the URL.
Is there a way to run the complete application, porlet included, from the local WebLogic server bundled with JDeveloper 11g?