Questions tagged [sunone]

Sun ONE stands for Sun Open Net Environment. Sun ONE was a brand under which Sun Microsystems used to market server software products. The tag sunone can by used to ask programming related problems of the products of sunone brand like Sun ONE Studio 8 and Sun ONE Active Server Pages 4.0.

Sun ONE was a brand name under which Sun Microsystems used to market server software products. Sun ONE stands for Sun Open Net Environment. The Sun ONE brand was primarily used for products that resulted from Sun's alliance with Netscape Communications Corporation. The name was also applied to other Sun software products such as Sun ONE Studio 8 and Sun ONE Active Server Pages 4.0.

Sun ONE was introduced on April 15, 2002, to supersede the iPlanet brand name, following the end of the Sun-Netscape alliance. Sun ONE itself was superseded on September 16, 2003 by the Sun Java System brand.

Usage:

The tag can be used for programming related problems of Active Server Pages 4.0 and Sun ONE Studio 8. Please do not ask questions related to company profile and other off topic questions.

Source :

  1. http://en.wikipedia.org/wiki/SunOne
  2. http://www.oracle.com/technetwork/indexes/documentation/index.html
41 questions
15
votes
1 answer

ASP (Classic) on Linux Chilisoft Replacement

Sun's One Server worked great up until Sun Disappeared. Now looking around the landscape the classic ASP solutions are all abadoned. Apache::ASP appears to be perl wrapped in ASP tags. Chilisoft ASP no longer exists. Old versions won't compile…
TelsaBoil
  • 584
  • 1
  • 6
  • 14
6
votes
1 answer

How can i add an custom attribute and assign it to an existing custom object class in sun ds

I need to add an attribute to sun ds schema and assign it to an existing custom object class. I know how to add an attribute but how can i add the attribute to an existing custom object class. Please help. Thanks
user2818666
  • 185
  • 2
  • 2
  • 9
4
votes
3 answers

Web-based LDAP Browser

Is anyone aware of an "web-based" application that allows developers to browse an LDAP server and view objectClasses and attributeClasses? Ideally I would love something open source that is written in either Java or .NET.
McGovernTheory
  • 6,556
  • 4
  • 41
  • 75
3
votes
2 answers

How can I find out more about my classic ASP environment?

I'm trying to make some modifications to some old ASP pages running VBScript on a server that I don't have a lot of information about. The people who would have that information are off in another department/hard to track down/probably wouldn't be…
Spike Williams
  • 35,795
  • 13
  • 48
  • 60
2
votes
3 answers

How do I get sun webserver to redirect from

I have Sun webserver iws6 (iplanet 6) proxying my bea cluster. My cluster is under /portal/yadda. I want anyone who goes to http://the.domain.com/ to be quickly redirected to http://the.domain.com/portal/ I have and index.html that does a post…
Aaron
  • 874
  • 3
  • 17
  • 34
2
votes
0 answers

How do I give permission for ChromiumWebBrowser to access my microphone for speech input in c# WinForm

If I browse to Google's home page with Chrome, I can click the microphone icon and I'll be prompted with a dialog to allow access to the mic. If I agree, I can speak my search request. If I do this with CefSharp's ChromiumWebBrowser, I can click the…
2
votes
1 answer

Trouble Creating SSL Certificate

I'm trying to create a self-signed certificate for a test web server running Sun Webserver 6.1 using certutil. I am open to using keytool or openssl if someone has better instructions which work with Sun Webserver. Here are the commands that I…
Dave
  • 31
  • 1
  • 3
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
1 answer

How do I accomplish the following in LDAP?

I would like to accomplish this goal using AD/ADAM The ability to make an email or other attributeClass as part of inetOrgPerson globally unique across entries The ability to attach a regular expression to an attribute for validation purposes The…
McGovernTheory
  • 6,556
  • 4
  • 41
  • 75
1
vote
2 answers

LDAP: Is the memberOf/IsMemberOf attribute reliable for determining group membership: SunONE/ActiveDirectory / OpenLDAP

Context We're adding group membership filtering when importing members from an LDAP server into our application. (Previously we imported all members from a given ldap "base DN"; now administrators can restrict to certain groups, i.e. members…
user331465
  • 2,984
  • 13
  • 47
  • 77
1
vote
1 answer

LDAP & Standards: Extensible match functionality and "Matching Rule" names consistent across vendors?

This article discusses and gives examples of LDAP query syntax http://ff1959.wordpress.com/2011/09/21/mastering-ldap-search-filters/ It shows how the 'filter' portion of the query can give a matching rule. E.g, A filter can specify "exact match" as…
user331465
  • 2,984
  • 13
  • 47
  • 77
1
vote
1 answer

Alternative to ldap_rename for Sun Directory Servers

PHP provides a great function for copying or moving directory records within LDAP. Unfortunately this ldap_rename function doesn't seem to work on the Sun Directory. Do any alternatives exist to change an account's OU without having to create a new…
taiidani
  • 147
  • 1
  • 3
  • 10
1
vote
1 answer

how to configure Sun One in Eclipse?

I need a step by step method because I have never used a server like this in Eclipse. Do you have some installation tips and tutorial links for this kind of configuration?
shashi
  • 11
  • 1
1
vote
2 answers

EJB Dependency Version Conflict in Sun Application Server

To summarize the issue I'm encountering, I have an EJB which uses version A of a library (let's call it dep-vA.jar). dep-vA.jar is packaged in the root of the EJB's jar file. The domain lib folder in the application server contains version B of the…
jthg
  • 2,790
  • 3
  • 29
  • 32
1
vote
0 answers

Maximum header value allowed in Sun One web server 6.1

I'm getting 413 (Request entity too large) response from sunone web server (version 6.1).when i check the size of the request header, its 4588 bytes. Is there a maximum allowed size for HTTP header in SunOne? If so is it possible to change the…
1
2 3