I am updating a legacy application for my company and it runs on WebSphere v6.1. However, since the company has upgraded to WebSphere v8.5 as the company standard, they have gotten rid of WebSphere v6 instances for development.
Ideally this project should be upgraded from v6.1 to v8.5 before fix but that isn't in the current quarter's budget, and the enhancements are high priority. So now I have the enhancements coded, but I am stuck being unable to run and test the v6.1 application without proper application server instance.
Is there a way to enhance and run this application on the current version of WebSphere or another Web Application Server (Tomcat, Jetty, etc) and still have it compatible with WebSphere v6.1?