Forum Discussion

martintr's avatar
martintr
New Contributor
7 years ago
Solved

"Deploy as war" can't run on Weblogic,

Hi,   Used "Deploy As War" in to create a war file to run mock service on a Weblogic instance.  As soon as the landing page is hit, it fails with 500 response:   Error 500--Internal Server Error ...
  • jchull's avatar
    7 years ago

    I got this working with SoapUI 5.2 with WLS 10.3.6 on JDK7 and created some deployment descriptors and maven target to create this from the SoapUI project file. I am pretty sure you will have trouble as long as you are trying to deploy just a WAR. Once I created an EAR, it all started working. (except for loading local XML response files when running in WLS, which is why I am searching around here now)

     

    I based my maven build off this gradle project, which is where I got the weblogic-application DD. 

    https://github.com/eveoh/weblogic-soapui-mock-ear