automate project deployment in tbc 6.2

15 views
Skip to first unread message

MSV

unread,
May 28, 2019, 7:03:48 AM5/28/19
to TopBraid Suite Users
Hi,
I currently use upload project option to move a project into tbc server.
Do we have any api in tbc to achieve this? I want to automate my upload project functionality.

Holger Knublauch

unread,
May 28, 2019, 6:57:39 PM5/28/19
to topbrai...@googlegroups.com
Hi MSV,

if you look at the EDG upload project page
(http://localhost:8083/tbl/admin/projectUpload) and monitor the network
traffic (e.g. using Chrome Dev tools) you can see that it issues a POST
request against

http://localhost:8083/tbl/unzipProject

You can run the same servlet programmatically, with the zipped project
as request payload.

HTH
Holger

MSV

unread,
May 29, 2019, 1:02:56 AM5/29/19
to TopBraid Suite Users
Thanks holger,let me try this.
Reply all
Reply to author
Forward
0 new messages