Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi there.
You can include any file you want in the war by following this procedure:
- Create a War as normal, selecting an empty War Directory (say /home/wars/app1/).
- Get into that folder... you will see SoapUI created a 'default' WEB-INF folder for you with some other files that will make the war usable.
- Now, add your data files somewhere inside this folder (by hand or using a script).
- Create the War again, pointing to the same War Directory.
Now, the files you've added should be included in the war file.
Regards,
Renato
SmartBear Software
You can include any file you want in the war by following this procedure:
- Create a War as normal, selecting an empty War Directory (say /home/wars/app1/).
- Get into that folder... you will see SoapUI created a 'default' WEB-INF folder for you with some other files that will make the war usable.
- Now, add your data files somewhere inside this folder (by hand or using a script).
- Create the War again, pointing to the same War Directory.
Now, the files you've added should be included in the war file.
Regards,
Renato
SmartBear Software