• 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

How can I install METRO Framework in my WebSphere Application Server?

 
Ranch Hand
Posts: 64
Oracle Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been configurating and posting here each time I get into a trouble, now I need some help one more time. My problem is the following:

A webservice application (war file) developed using Metro Framework in a tomcat server and with mysql database.

Now I want to "migrate" this web solution to a Websphere Application Server instead of Tomcat, using DB2 instead of MySQL.

So the next step for me I think is to install METRO in WebSphere, but when I go to the webpage, they only have the installation guide for tomcat and glassfish. Then I googled for some information and there are people that could manage to deploy an application using METRO on WebSphere. That's why I want to know what steps should I follow to get my WebService working.

Or maybe... is there an internal framework or library in WebSphere that can cover Metro Functionalities?

Thanks in advance for your help and commentaries.

 
Ranch Hand
Posts: 30
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Marcelo,

Following article may get you started;

Enabling a third-party JAX-WS application in WebSphere Application Server V6.1

Quoting from article

This article demonstrates how to use an application EAR with Axis2, Apache CXF, or Metro embedded in it with WebSphere Application Server V7.

 
Marcelo Tataje
Ranch Hand
Posts: 64
Oracle Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you so much for all the information you've provide me, it will be very useful.
 
reply
    Bookmark Topic Watch Topic
  • New Topic