Unibet_Support
13 years agoContributor
[Resolved] Deploying mockservice as war
Hi,
Iam using soapuipro 4.5.1 and trying to use the mockserver as war so that i can deploy it alongside my main web app and run integration tests using mockserver.
So i have 2 questions in this regard
1)How to pass project properties to this mockserver servlet inside the war?
so if iam using something like
2)why does this export option always export in unarchived fashion?
Thanks
Iam using soapuipro 4.5.1 and trying to use the mockserver as war so that i can deploy it alongside my main web app and run integration tests using mockserver.
So i have 2 questions in this regard
1)How to pass project properties to this mockserver servlet inside the war?
so if iam using something like
def testFilesDir = context.expand( '${#Project#testfilesdir}' )in my mockserver script step,how would this work when i deploy it onto app server
2)why does this export option always export in unarchived fashion?
Thanks