• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Process Portal CSS

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am installing IBM BPM 7.5.
I have finished the installation after having a lot of problems (i bet the people who created the installation guide never did test it, because it just doesn’t work)

So, I start the Process Portal of one of my installed and running process servers, and to my surprise, the CSS is lacking and it just looks like shit.
Again, trying to resolve installation issues, i found a page that explains how to "customize" the CSS for the Portal, and the instructions start like this:


1 Make a back-up copy of the existing Portal.ear file. The Portal.ear file is in the <install-root>/BPM/Lombardi/process-server/applications directory.
2 If an unpacked Portal.ear directory is not present in <install-root>/BPM/Lombardi/tools/portal-app, unpack the Portal.ear file by running the redeployPortal utility (in the same portal-app directory) without parameters as follows: redeployPortal [.bat or .sh]

Ok, 1 was very easy to execute.
The 2, un the other hand, started with problems. I didnt have an unpacked Portal.ear, so i tried to execute the command as explained.

(path specified = <install-root>/BPM/Lombardi/process-server/)

Error number 1: ws_ant.sh was missing...so i checked, and it wasn’t in the specified path, so i copied i from the /bin of my process server profile, and continued
Error number 2: another *.sh wasn’t found. At this point, i just copied the directory bin from the process server profile to the path that it is looking for, so this type of error wont happen again, and continued
Error number 3: java not found in the path specified...so now i understand, that it needs the whole structure of the websphere bin and java in the path specified.. which for me is pathetic, because the guide says nothing about this....it seems some one didn’t really test what they wrote.... so i copied the Java directory to where it was looking for...and continued...
Error number 4: ClassNotFounException: com.ibm.ws.install.commandline.utlis.CommandLineUtils

Here is where i stopped. I do not know how to resolve this issue. Tried to google it, and nothing.
So now i guess im stuck with the default CSS of the process portal which is pretty ugly.

I have to say that IBM guides are just useless. Something that i estimated as 30 minutes...is taking way more then that.
All the activities for the installation of the solution also present some problems, that i have overcome till now.
these guys really need to learn how to write guides that are tested by other users...because as this is a new product, the only help i have is the stupid guide


If anyone can help me with this issue, please!!!
 
Ofir Shani
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So, solving the issue, all that is needed is:

In the application web context root, modify the "/portal" to "/"
Restart the browser.
Modify the context root back to "/portal"
restart the browser.

And there you go.
If only this would of worked on the fly...
 
incandescent light gives off an efficient form of heat. You must be THIS smart to ride this ride. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic