• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Automation Tool for converting from weblogic server to jboss server

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want to convert my project from weblogic server to jboss server. I want to know the estimation for this migration work also. Please let me know if any automaion tool is available for this kind of work. Please share the tool if you are using for the same purpose.

Best regards,
Lakshminarasimha Reddy
Java Developer, Delivery Innovation(IRL)
Patni Computer Systems Ltd. Tel: 91-80-4190-2100
Ext: 1527 LL: 9-617-1022 Mobile: +918722100095

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Lakshminarasimha Reddy wrote:I want to know the estimation for this migration work also.


What kind of estimation?

Lakshminarasimha Reddy wrote:
Please let me know if any automaion tool is available for this kind of work. Please share the tool if you are using for the same purpose.


I personally haven't seen anyone using such a tool. Although, I did look at the JBoss MAT tool that you mentioned in the other thread of yours, but I don't think it's been actively developed or used or how good it is.

 
Lakshminarasimha Reddy
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Anybody/Jaikiran Pai,

@Jai, Thanks for the reply.

Please let me know if you are using any Jobss MAT related tool for migrating a project from one server to other server.

I am planning to develope such a tool. Please suggest me how to start this kind of tool with all prerequisites.


Thanks and Regards,
Laks.
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Lakshminarasimha Reddy wrote:
Please let me know if you are using any Jobss MAT related tool for migrating a project from one server to other server.


No, I'm not using any such tool.

Lakshminarasimha Reddy wrote:
I am planning to develope such a tool. Please suggest me how to start this kind of tool with all prerequisites.


Why are you developing a tool if your intention is to just use it to migrate your app to JBoss? Why not instead, spend time in migrating your app manually to JBoss by starting to deploy it and see what issues it runs into (if any)?
 
Lakshminarasimha Reddy
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working in a project like Automation tools development. My team wants any one tool whether it is opensource or new tool to find out the estimation effort for migrating a project from Weblogic/Websphere server to Jboss server. Then we need to start actual migration application.

I got the Jboss MAT tool code from forum. I am not able to run this tool. We do not know the approach how to run this tool. Not getting much help in the Google also.

Please help me if you have any suggestions.
 
reply
    Bookmark Topic Watch Topic
  • New Topic