• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Page cannot be displayed

 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have an enterprise application deployed in Websphere Application Server 5.0. I am able to login to the application but some users are not able to login using their workstation. But with the same loginIDs/pw, the same users were able to login into the system using other workstations? Is there any problem with their OS/Browser. The browser is IE 6.0 and OS is XP.

SAM..
[ November 09, 2005: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Would you provide more information on how they access the login page? Like the URL and portion of the login code.
 
Kuppusamy Venkatasubramanian
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<HEAD>




<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="IBM WebSphere Studio">

<META http-equiv="Content-Style-Type" content="text/css">
<LINK href="/xxxxxxx/theme/Master.css" rel="stylesheet" type="text/css">
<TITLE>xxxxxLogin.jsp</TITLE>
</HEAD>

<BODY>
<form action="../j_security_check" method="post" >


<CENTER><BR>
<BR>
<IMG border="0" src="/xxxxxx/images/xxxxx.GIF" width="210" height="146">
<BR>
<BR>
<BR>

<div align="center"><font color="blue" face="verdana" size="2"> Please Login to the RFQ Application </font></div>

<BR>

<TABLE border="0">
<TBODY>

<TR>
<TD class=textred>userid</TD>
<TD class=textred><input type="text" name="j_username"></TD>
</TR>

<TR>
<TD class=textred>password</TD>
<TD class=textred><input type="password" name="j_password"></TD>
</TR>
<TR> </TR>
<TR></TR>
<TR></TR>
<TR></TR>
<TR></TR>
<TR> </TR>
<TR></TR>
<TR></TR>
<TR>
<TD><!--<html:submit property="submit" value="Submit" />--></TD>
<TD><input type="submit" value="Logon" class="navFormButton">
<BR>
<BR>


</TD>
</TR>

<TR> <TD> <img src="/xxxxxx/images/identify.gif"> </TD>
<TD> Please identify yourself </TD>
<TR>
</TBODY>

</TABLE></CENTER>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><font size=1 face="Arial"><br>
This system is owned, operated and monitored by xxxxx and contains
confidential and proprietary information. Any access or use of this
system not authorized by xxxx management is not permitted and
may be reported to law enforcement authorities and/or be subject to
civil action. If you are not authorized to access or use this system,
disconnect now.</font></td>
</tr>
</table>

</form>
</BODY>
</html>

[ November 09, 2005: Message edited by: Kuppusamy Venkatasubramanian ]

For displaying the login page, no issue. but on clicking submit, "page cannot be displayed"
[ November 09, 2005: Message edited by: Kuppusamy Venkatasubramanian ]
 
A wop bop a lu bop a womp bam boom! Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic