Error publishing project on weblogic server using eclipse IDE

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.

+5
source share
3 answers

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/' , , )

+5

, , Maven, , /WEB-INF/web.xml, on:

Properties -> Deployment Assembly

Spring Tool Suite Oracle Web Logic Server, Marketplace, Luna OEPE url WAR WebLogic 12.1.3

+1

.....

  • Oracle "".
  • Go to WebLogic> Publish
  • Select "Publish as Explosive Archive"
  • 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.

+1
source

All Articles