• 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

weblogic to jboss6 migration

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

please inform how to migrate from weblogic to jboss6, i have googled and get that jboss has a service named FoeDeployerService for this particular task but i cant able to use this service,

i am trying to deploy "foe-deployer-3.2.sar" downloaded from "https://community.jboss.org/wiki/FoeDeployerService"

but getting "java.lang.ClassNotFoundException: org.jboss.deployment.SubDeployer"

after googling on this i found to download "jboss-system-3.2.1.jar" and place this jar to server/common/lib folder but after that i get :

"java.lang.NoSuchMethodError: org.jboss.system.server.ServerConfigLocator.locate()Lorg/jboss/system/server/ServerConfig;"

i am confused what i am doing wrong.

please guide me how to migrate my application from weblogic to jboss6.

thanks a lot.
 
reply
    Bookmark Topic Watch Topic
  • New Topic