It's not exactly accurate to use words like "legacy" when describing systems like IBM's i5 (it will always be the AS/400 to me). Our "legacy" systems are so critical to our ($1B) business it's not an overstatement to say that our restaurants could not transact business without them. The simple majority of our development time, energy, and money is spent writing new RPG code, introducing new green screen applications, and finding new ways to make the 400 work with the rest of our expanding private cloud infrastructure. Calling something legacy has usually implied that newer systems are taking the place of the "old" way of doing things. I suppose you could say that programmers use the word "legacy" interchangeably with "obsolete".
Our AS/400 is not going away. For that reason, it's silly to call it obsolete.
I've gotten some great feedback from the session on private cloud infrastructures I did at this year's SpringOne 2GX in Chicago. People are very interested in how these traditional systems can work with the new cloud services many are introducing into their enterprise. Plenty of organizations have decades of business knowledge and data tied up in "legacy" systems and they want to know how in the world they can get a fancy new cloud application server like tc Server to talk to their AS/400 (through more than SQL and JDBC).
If you have existing ASF Tomcat servers running on the same machine as tc Server, you will not be able to configure AMS to manage the application deployment, nor server configuration. AMS cannot manage ASF Tomcat to the same degree as it can for tc Server.
With the Apache Tomcat, there is a default service.bat script in the bin\ folder which allows configuration customization. For example, you can configure JVM settings and environment variables that are needed to run Tomcat as a service.
For tcServer there are couple of ways to add additional variables and/or JVM options when running tc Server as a windows service. The most common approach is to modify the Tomcat service wrapper.
Popular Links