Questions tagged [iplanet]

iPlanet was a product brand that was used jointly by Sun Microsystems and Netscape Communications Corporation when delivering software and services as part of a non-exclusive cross marketing deal that was also known as "A Sun|Netscape Alliance"

iPlanet was a product brand that was used jointly by Sun Microsystems and Netscape Communications Corporation when delivering software and services as part of a non-exclusive cross marketing deal that was also known as "A Sun|Netscape Alliance"

18 questions
3
votes
1 answer

Stickiness based on some request attribute instead of session in Iplanet server

We are using Iplanet web server an weblogic cluster as the application server in our project. Currently, we are using session based stickiness which makes sure the request from the same session goes to the same weblogic node. But because of this we…
mittalpraveen
  • 481
  • 3
  • 13
2
votes
1 answer

NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment

I am trying to use simplecaptcha-1.2.1.jar. It is throwing below exception. rt.jar has sun.awt.X11GraphicsEnvironment class. simplecaptcha-1.2.1.jar is working fine on Windows platform(Server Weblogic). java.lang.NoClassDefFoundError: Could not…
2
votes
3 answers

Deactivate/change default favicon in iPlanet 6.0

While there are many questions here about a favicon not showing, I have one that is showing out of nowhere... If I type in my browser http://localhost, I see the root of the web directory and no favicon.ico is there. Yet an icon shows up on the…
Djizeus
  • 4,161
  • 1
  • 24
  • 42
1
vote
0 answers

Redirection for specific string in obj.conf

I have made URL redirection in obj.conf file of Oracle iPlanet WebServer. The server domain is https://www.example.com Entry in obj.conf NameTrans fn="redirect" from="/Test/p" url=https://www.example01.com/myredirection.html So when I am hitting…
user3772505
  • 75
  • 1
  • 9
1
vote
1 answer

iPlanet removing HTTP header information

I want to remove these two details from HTTP response headers. I am using iPlanet Web Server. I could not find a way to do that in configuration file. Any suggestion on how to remove these info in iPlanet? Server: “Microsoft-IIS/7.5”, “nginx/1.0.11”…
McQueen
  • 460
  • 2
  • 9
  • 20
1
vote
0 answers

Deploying a WAR file to iPlanet with Class-Path specified

I develop a Java web application and deploy it on Oracle iPlanet 7. Currently, I deploy the library dependencies with the application, i.e. in WEB-INF/lib. What I would like to do is deploy the application in a WAR file, without the JAR files, and…
Sam Jones
  • 160
  • 9
0
votes
1 answer

Oracle iPlanet webserver migration to WAS Liberty profile

I would like to know the steps involved in migrating the Oracle Iplanet webserver(v6) to WAS Liberty profile. Also please let me know the feasibility and the challenges involved.
0
votes
1 answer

Iplanet Web Server Dynamic Directory Access

Hi I'm new to Iplanet web server. If the access url is abc.co.sg/XYZ -> would to show abc.co.sg/XYZ/index.html I can do static directory access in obj.conf NameTrans fn="rewrite" …
9ine
  • 879
  • 2
  • 8
  • 18
0
votes
0 answers

Setting location.href with relative path occasionally results in incorrect path

Quick Summary I am working on an issue that shows up in production that I cannot replicate. As a result I am debugging this based on tracing the code and looking in the server logs. The point of failure is there is a request for one servlet with…
Ukko
  • 2,236
  • 2
  • 21
  • 33
0
votes
1 answer

Export Excel shows a warning message and then shows file corrupted

I have an application deployed on WebLogic12c-- app was recently migrated to 12c. When I try to export a report to an excel, it shows me a warning message(the file you are trying to open is in a different format than specified by the file…
0
votes
1 answer

Disable HTTP TRACE METHOD Functionality In Oracle IPlanet Webserver

there was a requirement for me in my project which runs over Oracle iPlanet webserver. as per security concern, we had to disable the HTTP TRACE METHOD after digging and googling over I found Solution which is as follows goto…
Mahboob Ali
  • 165
  • 8
0
votes
1 answer

Updated Jsp Is Not Being Translated Into Java File In iplanet Web Server

I am new to an iPlanet web server. There is a requirement for my project: I need to debug it by placing: <%System.out.println("this working fine Kind of messages"+a);%>. I have updated some part of my JSP to debug whether the corresponding values…
Mahboob Ali
  • 165
  • 8
0
votes
1 answer

ClassNotFoundException thrown in servlet doPost method

I'm new in applet/servlet development, and I'm facing a problem that I haven't found a fix for. Environment is the following: OS: Solaris 5.10 AS: iPlanet6 sp8 JRE: j2re1.4.2_04 jsse.jar is included in servlet classpath. My servlet must connect to…
MackTheKnife
  • 101
  • 1
  • 6
0
votes
1 answer

What is the iPlanet 6.1 sp 17 download link?

I have looked all over oracle iPlanet Download site they only have iPlanet 7 avaliable for download. I cannot seem to find the download url for iPlanet 6.1 sp17 or 16. Any help would be greatly appreciated. Thanks.
roshan213
  • 243
  • 1
  • 5
  • 13
0
votes
1 answer

nsuser user ID is not properly defined to the system. Aborting install

I am trying to install iPlanet pacakage on a Solaris dev box using pkgadd. When I run it it gives me "nsuser user ID is not properly defined to the system. Aborting install." and installation fails. I am not sure what the error really means and…
roshan213
  • 243
  • 1
  • 5
  • 13
1
2