• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Guidelines to migrate a Maven Multi module java project From Tomcat To Weblogic?

 
Greenhorn
Posts: 6
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a maven based multi module project in tomcat which is working and functional. Now I am setting it up to deploy on weblogic 12c using eclipse.

I thought it will be easy but doing so giving lots of errors during deployment on weblogic

My Questions:

1. are there any guidelines to follow when migrating multi module project from Tomcat to Weblogic (using eclipse as IDE)?

2. Does the project building sequence matters during maven build and war preparation?

3. Does below plugins -
  • maven-compiler-plugin
  • maven-war-plugin
  • maven-install-plugin
  • maven-resources-plugin
  • jaxb2-maven-plugin

  • from my main pom.xml file still useful under weblogic server?

    NOTE: I have already tried to deploy a simple web application war to weblogic which is working fine.

    Whereas Deploying my multi module project war to Weblogic gives me below errors -
     
    Climb the rope! CLIMB THE ROPE! You too tiny ad:
    a bit of art, as a gift, the permaculture playing cards
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic