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-pluginmaven-war-pluginmaven-install-pluginmaven-resources-pluginjaxb2-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 -