War from Bonitasoft 6.2

Hi,

Can anyone help me to export the .war file for my process on bonitasoft 6.2.

thank you 

Raouf

 

 

Raouf, from the previous question - you won't get any .war file (I think it worked in the previous / old versions). In the 6.2 you need to build the process (Server -> Build...), in the selected directory a .bar file will be created for each process pool. Then you can import the .bar files into the bonit portal (http://localhost:8080/bonita/portal/homepage#?_f=enabledprocesses&_p=processlistingadmin&_pf=2). Have fun.. Gabriel

Maybe we just don't understand - why do you want a .war file? Or you assume the forms themselves are deployed as a separate web application?

Hello

i wanna generate the .war of my process because i wanna deploy it in other server.

Raouf

 

Raouf, to the other (production) server you have to deploy Bonita Portal (easiest way is to download a bundle http://documentation.bonitasoft.com/tomcat-bundle-0) or follow the documentation to install Bonita Portal to an existing app server installation. Then you deploy exported .bar processes into the portal. So - it's not just copying a single .war file. (btw - the dev deployment is in the /workspace/ folder). Have fun .. Gabriel

Thank you Gabriel

Can i change the designe of the Bonita Portal,

Raouf

Raouf, now I hope we understand each other :) btw - you can display a pure form without the portal around (a link to the docs are in your previous question). And to change the portal design - yes you can (however it's not always very simple, depends what you want). There are few questions / answers in this forum, some documentation, search a little bit :) And - at the end - Bonita portal is a web app, yo ucan always update existing CSS. G.