views:

36

answers:

2

I have two to three domains under a single glassfish installation. Is there a known way to customize admin console login page based on the domain I am trying to administrator? (host/port)

+1  A: 

If you use Firefox or Chrome as your browser then you could write a Greasemonkey script that would change the page's appearance for each admin console. It should be fairly trivial and there are lots of examples out there that you should be able to copy.

John Munsch
cool idea! though not exactly what I was looking for. But better change client side than to touch bundled software in prod. cool!
ring bearer
A: 

Based on your hint to Preston, I was able to change the banner image across the top. That file is lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\webui-jsf-suntheme.jar\com\sun\webui\jsf\suntheme\images\masthead\masthead-background.jpg.

Originally that file was a one-pixel wide gradient, but changed it to a 200 pixel wide image with the same height and it worked fine.

Jim