iplanet

What might cause CSS to fail to load occassionally on all browsers?

I'm working on a webapp, and every so often we run into situations where pages will load without applying CSS. This problem has shown up in IE6, IE7, Safari 3, and FF3. A page refresh will always fix the problem. There are 3 CSS files loaded, all within the same style block using @import: <STYLE type="text/css"> @import url([base cs...

What is the best way to configure iPlanet/Sun ONE be the HTTP/HTTPS front end to a JBoss/Tomcat application?

What is the best way to configure iPlanet/Sun ONE be the HTTP/HTTPS front end to a JBoss/Tomcat application? Are there any performance considerations? How would this compare with the native integration between Apache httpd and Tomcat? ...

In iplanet 6, where is the webapp directory defined?

I'm trying to deploy my first war file on an existing iplanet 6 install, and the only place in the config directory that specifies what looks like the web app directory is in server.xml: ... But when I put my war file in /WWW/ns-home/docs/olc nothing happens. Is there somewhere else I should be looking? ...

iPlanet LDAP and C# PageResultRequestControl

I am trying to do a paged search on an iPlanet LDAP. Here's my code: LdapConnection ldap = new LdapConnection("foo.bar.com:389"); ldap.AuthType = AuthType.Anonymous; ldap.SessionOptions.ProtocolVersion = 3; PageResultRequestControl prc = new PageResultRequestControl(1000); string[] param = new string[] { "givenName" }; SearchRequest re...

Removing expired certificates from LDS (new ver of ADAM)

Hi all. This is my situation: We are in the process of replacing a certificate store currently hosted on Sun's iPlanet with Microsoft's Lightweight Directory Services (new version of ADAM with Server 2008). These certificates have been imported into LDS into an application partition (say o=myorg, C=AU). Under this structure I have ...

Applet problem with IPlanet and Firefox (class not found)

I have an applet which loads nicely when accessed locally (both IE and Firefox). However, when I put my webpage in a webserver (local IPlanet), it refuses to load on Firefox (but still fine on IE). I get the following error in the java console: load: class XXX.localprinting.LocalPrintingApplet.class not found. java.lang.ClassNotFoundEx...

Applet: problem with cookie encoding for jar request (Firefox - Iplanet)

I have an applet working with a JAR file. When the JVM sends the request to the webserver for the JAR file, it adds to the request the existing domain cookies. However, one of these cookie is encoded, and on Firefox with Iplanet (webserver), it prevents the jar from being downloaded (server returns error 400). Below the HTTP request (as...

url rewrite on sun web server 7

Hi, I am developing a php application with Kohana framework which enables url rewriting by default. I need to translate these rules defined in the htaccess file but I can't figure it out. # Turn on URL rewriting RewriteEngine On # Installation directory RewriteBase /kohana/ # Protect hidden files from being viewed <Files .*> Order...