1

I am currently using Jaguar CTS (also called as EA server, a Sybase product) for one of my Java based applications.

Does anyone know how to migrate Jaguar to other technologies.

I asked the same question in SAP forum, but did not got any reply.

This link explains about what Jaguar CTS is.

Could someone please let me know if they have used/migrated from Jaguar CTS. Any reference on this would also be of great help.

Thanks in advance !

ArigatoManga
  • 594
  • 5
  • 23

1 Answers1

1

EAServer is just an application server like JBOSS or WebLogic. Your should not migrate the Application Server but your application. Now you have asked a question like: I have an application on Windows and I would like to migrate my Windows system to Linux.

This question should be asked to the vendor of your application that has been made. If you have an application written in Java then the task would easier, since there are other application servers that support Java applications. But it might require to rewrite some Java code since current versions might behave differently.

If you have a PowerBuilder application then you have to rewrite it to Java since no other application server beside EAServer supports them.

Adam Leszczyński
  • 1,079
  • 7
  • 13
  • thanks for the information..have you migrated from EAServer to any other servers like Jboss etc..I want to know the migration steps and the precautions to be taken.. – ArigatoManga Feb 28 '18 at 04:54
  • If you have a PowerBuilder component then the only way it is to rewrite it in Java. This is a complete different programming language. – Adam Leszczyński Feb 28 '18 at 19:09