Problem accessing WebLogic console from Konqueror 3.1.4-6 Red Hat
odjnewyork at mailworks.org
odjnewyork at mailworks.org
Mon Feb 2 13:59:25 GMT 2004
I am unable to access the WebLogic console with konqueror. I entered
http://localhost:7001/console. Instead of getting the login page I got a
prompt from konqueror asking whether I wanted to save the page. Note
that I have no problems accessing the login page with IE, Netscape 7, or
Mozilla 1.5.
The environment I am using is Fedora Core 1 on a Pentium 3. The HTTP
headers sent by WebLogic are (thanks to wget):
--08:38:42-- http://localhost:7001/console
=> `output.txt'
Resolving localhost... done.
Connecting to localhost[127.0.0.1]:7001... connected.
HTTP request sent, awaiting response...
1 HTTP/1.1 302 Moved Temporarily
2 Date: Mon, 02 Feb 2004 13:38:42 GMT
3 Location:
http://localhost:7001/console/login/LoginForm.jsp;ADMINCONSOLESESSION=AeSiHoEnDV6HhUcXP8fm3NVjoeDLBYiZoPMRJck6hBJeDZI1GRb1!-1885275382
4 Server: WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
5 Content-Type: text/html
6 Set-Cookie:
ADMINCONSOLESESSION=AeSiHoEnDV6HhUcXP8fm3NVjoeDLBYiZoPMRJck6hBJeDZI1GRb1!-1885275382;
path=/
7 Connection: Close
Location:
http://localhost:7001/console/login/LoginForm.jsp;ADMINCONSOLESESSION=AeSiHoEnDV6HhUcXP8fm3NVjoeDLBYiZoPMRJck6hBJeDZI1GRb1!-1885275382
[following]
--08:38:42--
http://localhost:7001/console/login/LoginForm.jsp;ADMINCONSOLESESSION=AeSiHoEnDV6HhUcXP8fm3NVjoeDLBYiZoPMRJck6hBJeDZI1GRb1!-1885275382
=> `output.txt'
Connecting to localhost[127.0.0.1]:7001... connected.
HTTP request sent, awaiting response...
1 HTTP/1.1 200 OK
2 Date: Mon, 02 Feb 2004 13:38:43 GMT
3 Server: WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
4 Connection: Close
[ <=> ] 16,859
914.66K/s
The HTML sent by the console web app follows:
<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<META HTTP-EQUIV="content-type" CONTENT="text/html" charset="null">
<STYLE TYPE="text/css" MEDIA="screen">
/*
Defines styles for all pages in the console. This page is
automatically included by HtmlHeadTag (which is a component
of PageTag).
The colors for the UI
1 style="BACKGROUND-COLOR: #ffffff; COLOR: black" (white)
2 style="BACKGROUND-COLOR: #e8f7f7; COLOR: black" (lightest green)
3 style="BACKGROUND-COLOR: #b8cece; COLOR: black" (light green)
4 style="BACKGROUND-COLOR: #608c8c; COLOR: white" (dark green)
5 style="BACKGROUND-COLOR: #000000; COLOR: white" (black)
6 style="BACKGROUND-COLOR: #325e5e; COLOR: white" (darkest green)
*/
/*
Available and Chosen select lists should open to 100%.
Netscape 4.x will not support this. Nor will Netscape 4.x
support a pixel-based width.
*/
.chooserList {
width : 100%;
}
/*
Defines width for TEXTAREA input fields.
IE will use this setting as an override to the 'cols=?' setting in the
HTML tag.
Netscape 4.x does not recognize this style, however. Netscape will use
the
'cols=?' setting in the tag only.
*/
TEXTAREA {
WIDTH: 90%;
}
.top-background {
COLOR: white;
BACKGROUND: #608c8c;
BACKGROUND-IMAGE: none
}
.wizardtitle-background {
COLOR: white;
BACKGROUND: #608c8c;
BACKGROUND-IMAGE: none
}
.steptitle-background {
COLOR: black;
BACKGROUND: #b8cece;
BACKGROUND-IMAGE: none
}
.step-background {
COLOR: black;
BORDER: solid #b8cece;
BACKGROUND: white;
BACKGROUND-IMAGE: none
}
.advanced-title-background {
COLOR: black;
BORDER: none;
BACKGROUND-COLOR: #b8cece;
ALIGN: left;
BACKGROUND-IMAGE: none
}
.advanced-background {
COLOR: black;
BORDER: solid #b8cece;
BACKGROUND-COLOR: white;
ALIGN: left;
BACKGROUND-IMAGE: none
}
.separator-background {
COLOR: black;
BORDER: none;
BACKGROUND-COLOR: #b8cece;
ALIGN: left;
BACKGROUND-IMAGE: none
}
.sidenav {
COLOR: black;
BACKGROUND: white;
BACKGROUND-IMAGE: none
}
.content-background {
BORDER: none;
BACKGROUND: white;
BACKGROUND-IMAGE: none
ALIGN: left;
}
.top-info-background {
COLOR: yellow;
BACKGROUND: black;
BACKGROUND-IMAGE: none
}
.behind-main-tabs-background {
COLOR: black;
BACKGROUND: #e8f7f7;
BACKGROUND-IMAGE: none
}
.tab-selected {
FONT-WEIGHT: bold;
MARGIN: 0px;
CURSOR: default;
COLOR: white;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
BACKGROUND-COLOR: #608c8c;
BACKGROUND-IMAGE: none;
FONT-SIZE: 80%;
}
.tab {
MARGIN: 0px;
CURSOR: default;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: black;
BACKGROUND-COLOR: #b8cece;
BACKGROUND-IMAGE: none;
TEXT-DECORATION: none;
FONT-SIZE: 80%;
}
.subtab-selected {
FONT-WEIGHT: bold;
MARGIN: 0px;
CURSOR: default;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: black;
BACKGROUND-COLOR: white;
BACKGROUND-IMAGE: none;
FONT-SIZE: 80%;
}
.subtab {
MARGIN: 0px;
CURSOR: default;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: black;
BACKGROUND-COLOR: #b8cece;
BACKGROUND-IMAGE: none;
TEXT-DECORATION: none;
FONT-SIZE: 80%;
}
.tab-dropshadow {
BACKGROUND-COLOR: black;
BACKGROUND-IMAGE: none
}
/* style used for welcome page heading */
.welcome-pageheader{
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
MARGIN-BOTTOM: 4pt;
MARGIN-TOP: 0pt;
FONT-SIZE:100%;
FONT-WEIGHT:bold;
TEXT-ALIGN: left;
COLOR: #325e5e;
}
/* style used for content/page heading */
.pageheader{
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
MARGIN-BOTTOM: 4pt;
MARGIN-TOP: 0pt;
FONT-SIZE:100%;
FONT-WEIGHT:bold;
TEXT-ALIGN: center;
COLOR: #325e5e;
}
.instructions {
FONT-STYLE: normal; /* using 'italic' to test */
}
.spacer {
FONT-SIZE: 30%;
}
BODY {
BORDER-RIGHT: 0px;
PADDING-RIGHT: 0px;
BORDER-TOP: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
BORDER-LEFT: 0px;
PADDING-TOP: 0px;
BORDER-BOTTOM: 0px;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
BACKGROUND-COLOR: #ffffff
}
/* ======= top nav bar ======= */
.topbarbig{
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
LINE-HEIGHT:22px;
COLOR:white;
FONT-SIZE:18px;
FONT-WEIGHT:bold;
}
/* style for first line of the product name in the top nav bar */
.topbarsmall{
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
LINE-HEIGHT:16px;
FONT-SIZE:14px;
COLOR:white;
}
/* style for white text */
.WHITETEXT {
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
LINE-HEIGHT:16px;
FONT-SIZE:12px;
COLOR:#FFFFFF;
}
A:link {
BACKGROUND: none transparent scroll repeat 0% 0%;
COLOR: #0000aa;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 100%;
}
A:active {
BACKGROUND: none transparent scroll repeat 0% 0%;
COLOR: #0000aa;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 100%;
}
A:visited {
BACKGROUND: none transparent scroll repeat 0% 0%;
COLOR: #0000aa;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 100%;
}
A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
COLOR: #aa00aa;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 100%;
}
.logout:link {
BACKGROUND: none transparent scroll repeat 0% 0%;
COLOR: #e8f7f7;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 100%;
}
.logout:active {
BACKGROUND: none transparent scroll repeat 0% 0%;
COLOR: #FF0000;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 100%;
}
.logout:visited {
BACKGROUND: none transparent scroll repeat 0% 0%;
COLOR: #e8f7f7;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 100%;
}
.logout:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
COLOR: #FFFFFF;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 100%;
}
td, li, dl, ol, ul, blockquote,span,br,p
{
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
CODE {
FONT-FAMILY: Courier
}
PRE {
MARGIN: 12pt
}
.log
{
font-size: 10pt
}
DIV.content {
PADDING-RIGHT: 4pt;
PADDING-LEFT: 4pt;
PADDING-BOTTOM: 4pt;
PADDING-TOP: 4pt;
MARGIN: 4pt;
}
P.content {
PADDING-RIGHT: 4pt;
PADDING-LEFT: 4pt;
PADDING-BOTTOM: 4pt;
MARGIN: 4pt;
PADDING-TOP: 4pt;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 80%;
}
span.banner
{
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 100%;
FONT-WEIGHT: bold;
COLOR: white;
}
.title {
COLOR: white;
}
.heading{
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 80%;
FONT-WEIGHT:bold;
BACKGROUND-COLOR: #b8cece;
}
.sub-heading{
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 80%;
FONT-WEIGHT:bold;
}
P.headerlink {
PADDING-RIGHT: 0pt;
PADDING-LEFT: 0pt;
PADDING-BOTTOM: 0pt;
MARGIN: 0pt 0pt 0pt 8pt;
PADDING-TOP: 0pt;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 80%;
HEIGHT: 0pt
}
P.dialoglink {
PADDING-RIGHT: 0pt;
PADDING-LEFT: 0pt;
PADDING-BOTTOM: 0pt;
MARGIN: 0pt;
COLOR: red;
PADDING-TOP: 0pt;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 80%;
HEIGHT: 0pt
}
span.wizardtitle {
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-WEIGHT: bold;
COLOR: white;
}
span.steptitle {
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-WEIGHT: bold;
COLOR: black;
}
SPAN.advancedtitle {
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-WEIGHT: bold;
COLOR: black;
BACKGROUND-COLOR: #b8cece;
}
SPAN.advancedlink {
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: black;
BACKGROUND-COLOR: #b8cece;
}
SPAN.separatortitle {
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-WEIGHT: bold;
FONT-SIZE: 80%;
COLOR: black;
BACKGROUND-COLOR: #b8cece;
}
SPAN.table-bold {
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-WEIGHT: bold;
FONT-SIZE: 80%;
COLOR: black;
}
SPAN.table-normal {
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: black;
FONT-SIZE: 80%;
}
SPAN.copyright {
FONT-SIZE: 80%;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
SPAN.headerstatus {
FONT-SIZE: 80%;
COLOR: #ffffff;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
span.bannerstatus {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: #FFFFFF;
FONT-SIZE: 80%;
}
span.smallHyperlinks {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 70%
}
span.mediumHyperlinks {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 80%
}
.column-header {
FONT-WEIGHT: bold;
MARGIN: 0px;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 80%;
BACKGROUND-COLOR: #b8cece
}
span.error {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
font-COLOR: #AD0E25;
FONT-WEIGHT: bold;
margin: 0;
}
span.errorlink {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
TEXT-DECORATION: underline;
COLOR: #AD0E25;
FONT-WEIGHT: bold;
margin: 0;
}
span.message-error {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: #AD0E25;
FONT-WEIGHT: bold;
margin: 0;
}
span.message-normal {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: black;
FONT-WEIGHT: bold;
margin: 0;
}
span.message-warning {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: black;
FONT-WEIGHT: bold;
margin: 0;
}
span.message-success {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
COLOR: #28AD0E;
FONT-WEIGHT: bold;
margin: 0;
}
SPAN.dialog-info {
COLOR: black;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-SIZE: 80%;
}
SPAN.dialog-label {
FONT-WEIGHT: bold;
FONT-SIZE: 80%;
COLOR: black;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
SPAN.dialog-label-disabled {
FONT-WEIGHT: bold;
FONT-SIZE: 80%;
COLOR: gray;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
SPAN.dialog-help {
COLOR: 333333;
FONT-SIZE: 80%;
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
SPAN.dialog-help-disabled {
COLOR: 333333;
FONT-SIZE: 80%;
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
span.group-link {
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
FONT-WEIGHT: bold;
}
SPAN.dialog-label-small {
FONT-WEIGHT: bold;
FONT-SIZE: 70%;
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
SPAN.dialog-content {
COLOR: 000000;
FONT-SIZE: 80%;
FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
SPAN.dialog-units {
FONT-WEIGHT: bold;
MARGIN: 0px;
FONT-SIZE: 80%;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
SPAN.alert {
FONT-WEIGHT: bold;
FONT-SIZE: 80%;
COLOR: #AD0E25;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
SPAN.message {
FONT-SIZE: 80%;
FONT-FAMILY:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
.buttons {
background-color: #e8f7f7;
font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
font-size:80%;
background: #b8cece;
border-bottom: 1px solid #325e5e;
border-right: 1px solid #325e5e;
border-left: 1px solid #b8cece;
border-top:1px solid #b8cece;
color:#000000;
text-decoration:none;
cursor: hand;
}
.chooserButtonsEnabled {
background-color: #e8f7f7;
font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
font-size:80%;
background: #b8cece;
border-bottom: 1px solid #325e5e;
border-right: 1px solid #325e5e;
border-left: 1px solid #b8cece;
border-top:1px solid #b8cece;
padding-left: 4px;
padding-right: 4px;
color:#000000;
text-decoration:none;
font-weight: bold;
cursor: hand;
}
.chooserButtonsDisabled {
background-color: #e8f7f7;
font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
font-size:80%;
background: #b8cece;
border-bottom: 1px solid #325e5e;
border-right: 1px solid #325e5e;
border-left: 1px solid #b8cece;
border-top:1px solid #b8cece;
padding-left: 4px;
padding-right: 4px;
color:#999999;
text-decoration:none;
font-weight: bold;
cursor: hand;
}
.logAndExceptionTable {
background-color:#EEEEEE;
border-color : #FFFFFF #CCCCCC #FFFFFF #CCCCCC;
border-bottom-width:0px;
border-left-width:1px;
border-right-width:0px;
border-top-width:1px;
}
</STYLE>
<TITLE>WebLogic Server 8.1 - Console Login</TITLE>
</HEAD>
<BODY leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0"
onLoad="document.loginData.j_username.focus()" onunload="syncTree();">
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
class="top-background">
<TR>
<TD valign="middle" align="left" nowrap>
<span class="topbarsmall">Administration
Console        </span>
<BR>
<span class="topbarbig">BEA WebLogic Server
8.1        </span>
</TD>
<TD valign="top" align="right" width=83 height=46 nowrap><img
src="/console/login/bea_logo.gif" width="83" height="46" alt="BEA
logo" border="0"></TD>
</TR>
<TR class="top-info-background">
<TD colspan="2"> </TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="5" align="left" width
="100%">
<TR>
<TD width="150" nowrap> </TD>
<TD valign="top" align="left" nowrap>
<BR>
<BR>
<span class="welcome-pageheader">WebLogic Server Administration
Console</span><BR>
<span class="dialog-info">Sign in to work with the WebLogic
Server domain</span> <span
class="dialog-label">mydomain</span><BR><BR><BR>
<FORM name="loginData" method="POST"
action="/console/j_security_check" onSubmit="return doSubmit()">
<TABLE border="0" cellspacing="0" cellpadding="5" width="100%">
<TR>
<TD align="right" valign="middle" nowrap><span
class="dialog-label">Username:</span></TD>
<TD align="left" valign="middle"><input type="text"
name="j_username" size="25" value=></TD>
<TD> </TD>
</TR>
<TR>
<TD align="right" valign="middle" nowrap><span
class="dialog-label">Password:</span></TD>
<TD align="left" valign="middle"><input type="password"
name="j_password" size="25" value=></TD>
<TD> </TD>
</TR>
<TR>
<TD> </TD>
<TD align="right" nowrap><input type="submit"
class='buttons' value="Sign In"></TD>
<TD width="100%"> </TD>
</TR>
</TABLE>
</FORM>
</TD>
<TD width="100%" nowrap> </TD>
</TR>
</TABLE>
</BODY>
</HTML>
<script language="JavaScript">
function doSubmit() {
var username = document.loginData.j_username.value;
var oneWeek = 7 * 24 * 60 * 60 * 1000;
var expireTime = new Date();
if (cookiesDisabled()) {
alert("The WebLogic Server administration console requires that
browsers support session cookies.\nPlease update the browser
configuration and try again.");
return false;
}
if (username.length > 0) {
expireTime.setTime(expireTime.getTime() + oneWeek);
document.cookie = "BEAWLSConsoleLastUsername="+username+";expires=" +
expireTime.toGMTString() + ";";
}
return true;
}
function cookiesDisabled() {
var result=true;
// some browser versions support this - use it if possible
if (navigator.cookiesEnabled)
return false;
// else try to set and read a cookie
document.cookie = "testcookie=yes;";
var cookieSet = document.cookie;
if (cookieSet.indexOf("testcookie=yes") > -1) {
result=false;
}
document.cookie = "testcookie=;expires=;";
return result;
}
function syncTree(){
if (window.parent != window.self &&
window.parent != null) {
window.parent.updateTree();
}
}
</script>
Any help will be appreciated.
Thanks
Orest
--
odjnewyork at mailworks.org
--
http://www.fastmail.fm - Does exactly what it says on the tin
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
More information about the kde
mailing list