javajspjbpmkie-wb

How to change front end of kie workbench of jbpm 6.5?


This is Login page of kie wb Home page of kie-wb 1. How to remove "KIE IDE" Logo from Login Page and insert other Logo Or add any other String? 2. Is there possible any way to change only Menu items name (e.g Authoring to Developer Job) ?

I want to customise Kie-wb.jsp ? But went into location jbpm-installer/lib, there i found kie-server-6.5.0.Final-wildfly-10.0.0.Final.war file, but i couldnt find kie-wb.jsp page in that war ?


Solution

  • You are probably looking at the wrong place since KIE Server is just an execution server with remote APIs and does not provide any GUI. What you want to edit is KIE Workbench (or jBPM Console) WAR file where you will find login.jsp. You can edit this file to change the logo or make some changes in styles/login-screen.css to customize background etc.

    When it comes to your second question, most of the strings in KIE Workbench (including menu items) are localized so it should not be hard to find Authoring or other names you want to replace. But I am not sure where exactly they are located.