cancel
Showing results for 
Search instead for 
Did you mean: 

Custom UI with BPM Task

Former Member
0 Kudos

Hi All,

I was trying to integrate a custom UI with the BPM task in 7.3 EHP1. I know, relative path of the UI has to defined to refer to the custom UI, but not sure on how to extract the relative URL. 

I have built a JSP page named Home.jsp and the absolute URL for this page is http://<host>:<port>/demo.sap.com~custom_ui_bpm~web/faces/Home.jsp. I tried to refer to this jsp page, by defining the relative path as /demo.sap.com~custom_ui_bpm~web/faces/Home.jsp in BPM task. But this is not working. When I try to access this task from UWL, I get "IE cannot find this page" browser error.

Please help me in identifying the relative path for the web application/jsp page deployed on the same server, to be used in BPM task. Also, please let me know, if I am missing any prerequisite step(s) in the above mentioned procedure.

Thanks & Regards,

Vishweshwara P.K.M.

View Entire Topic
ch_loos
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

the path you entered is correct.

Make sure to also set the http.baseurl property as described here:

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/e4/32ff7865fa483dba3686160f5c6dd0/content.htm?frame...

Regards,

Christian