I get the error below when publishing projects on a WebLogic server (using the Eclipse IDE).
Error with publish task 'Split Source Mapping Generation Task'. Error processing split source mapping: 'C:/Projects/EnrollmentWS/implementation/lib'='/WEB-INF/lib' WebLogic split source deployment only supports resource folder mapping to EAR or web content root. Please change the deployment mode to exploded archive in Server Editor. Note: I tried after change deployement mode to explode archive.now im getting 'module exception'
Thanks in advance.
Perhaps this problem has already been resolved. I think the error message was due to not all the mappings supported in the deployment assembly.
Please right click web project:
Properties -> Deployment Assembly
and delete the / WEB -INF / lib line.
Here is the explanation:
- "" , , EAR - . ( , '/WEB-INF/classes/' , , )
, , Maven, , /WEB-INF/web.xml, on:
/WEB-INF/web.xml
Spring Tool Suite Oracle Web Logic Server, Marketplace, Luna OEPE url WAR WebLogic 12.1.3
.....
Oracle "".Go to WebLogic> PublishSelect "Publish as Explosive Archive"Go to your domain pathC:\Oracle\Middleware\user_projects\domains\Domain_Name\servers\AdminServer Delete all except security .Now restart the server. It will work fine.
Go to your domain path
C:\Oracle\Middleware\user_projects\domains\Domain_Name\servers\AdminServer
Delete all except security .
Now restart the server. It will work fine.