Link to home
Create AccountLog in
Java

Java

--

Questions

--

Followers

Top Experts

Avatar of Michael Houser
Michael Houser🇺🇸

IBM TS2900 (3572) Tape Autoloader Java?
I have a TS2900 (3572-S6H) Tape Autoloader using Java. But now because I updated to Firefox Version 52.0.1 I can no longer get into the the web interface with out using IE. Because of my hatred for IE I am wondering if this TS2900 (3572-S6H) Tape Autoloader's web interface has been updated to use HTML5 or something so I can access with out using IE..

Library Firmware: 0058.0000  
Driver Firmware Version: F9A1

Thanks

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of CEHJCEHJ🇬🇧

There probably is another way. Please post the source of the page

Avatar of Michael HouserMichael Houser🇺🇸

ASKER

Here you go.

<html>
<head>
<script language="JavaScript">
<!--
function setCookie(c,y,m,d){
exp=new Date();
day = 60 * 60 * 24 * d;
mon = 60 * 60 * 24 * 31 * m;
year = 60 * 60 * 24 * 366 * y;
exp.setTime(exp.getTime()+day+mon+year);
document.cookie = c + "; " + "expires=" + exp.toGMTString();
}
function getCookie(){
if(document.cookie){
return document.cookie;
}
return "";
}
-->
</script>
<title>IBM System Storage TS2900</title>
</head>
<body>
<div>
<applet
  codebase = "."
  code     = "webadmin.WebAdmin.class"
  archive  = "WebAdmin.jar"
  cache_option  = "NO"
  name     = "WebAdmin"
  width    = "980"
  height   = "585"
  hspace   = "0"
  vspace   = "0"
  align    = "middle"
  alt      = "Now loading an applet."
 MAYSCRIPT
>
<param name="SSLEnable" value="00">
<param name="cache_option" value="No">
</applet>
</div>
</body></html>

Avatar of JohnJohn🇨🇦

Also IE works, so if you need to use it for this application, use and move on. Use FF for all your other needs.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of CEHJCEHJ🇬🇧

Yes - so you can just use appletviewer (possibly in conjunction with a shortcut). JDK needs to be installed though

Avatar of CEHJCEHJ🇬🇧

Oops - hang on. I think the applet interacts with the page maybe? In which case you need a browser
You can also try first:
java -jar WebAdmin.jar

Open in new window

if not, then:
java -cp WebAdmin.jar webadmin.WebAdmin

Open in new window

Of course you need to 'download' the jar to do that

You can't use firefox because support for Java has been removed? Try the extended support release version as Java hasn't been removed from that.

https://www.mozilla.org/en-US/firefox/organizations/all/

Java may be removed from ESR in 2018 though, then you'll have a problem with your library again and I'll have problems with Brocade switches and tons of other kit.

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


ASKER CERTIFIED SOLUTION
Avatar of CEHJCEHJ🇬🇧

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Avatar of Michael HouserMichael Houser🇺🇸

ASKER

Thanks so much for the help with this

Avatar of CEHJCEHJ🇬🇧

:) So what did you do?

Avatar of Michael HouserMichael Houser🇺🇸

ASKER

https://www.mozilla.org/en-US/firefox/organizations/all/. Otherwise I can go to the auto-loader and eject the drive manually

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Oddly I found that solution on UKmail website, I had subscribed to this thread earlier but had no solution then today I went to ship some parts and there it was in big red letters - "if you use our label printers with Firefox then you need this version".

Avatar of CEHJCEHJ🇬🇧

So is the applet heavily involved with the page? Or is the functionality within the applet?
Java

Java

--

Questions

--

Followers

Top Experts

Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.