Bugs item #652743, was opened at 2002-12-12 08:06
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=652743&group_id=22866

Category: JBossWeb
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Heiko W.Rupp (pilhuhn)
>Assigned to: Scott M Stark (starksm)
Summary: Jmx-console is requesting bg.gif

Initial Comment:
Hi,
when I access the jmx-console
(http://localhost:8080/jmx-console), this will give the
following error entry in the log:

----
127.0.0.1 - - [12/Dec/2002:14:50:56 +0000] "GET
/jmx-console/images/bg.gif HTTP/1.1" 404 1179
"http://localhost:8080/jmx-console/HtmlAdaptor";
"Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.2.1) Gecko/20021130"
-----

This is with 3.2.0 beta 2

Obviously there is a background image missing.

Either remove the image tag in
jboss-3.2.0-src/varia/src/resources/jmx/html/style_master.css:

BODY {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        background-color : White;
        background-image : url(images/bg.gif);
}
 

OR
add a little (one pixel is enough) file to 
server/{type}/deploy/jmx-console.war/images/
which should come from
jboss-3.2.0-src/varia/src/resources/jmx/html/images/




----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2002-12-13 15:48

Message:
Logged In: YES 
user_id=175228

The image reference has been dropped

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=652743&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to