NetGenesis and iPlanet portal server

Hi Group,
Has anyone used NetGenesis (I believe NetAnalysis is the actual name of the
product) to track web traffic data? Have you used it for an iPlanet portal
server web site? Can you track a portal site the same way as you would
track a regular website?
Thanks in advance.
CJ

I think the servlet container in Portal is meant to be "black boxed" - ie
you shouldn't use it to run anything except Portal.
So stick with your tomcat, and you can integrate it using the normal
Portal APIs and Provider API.
Regards
ws
Will Bohan wrote:
I am fairly new to iPlanet Portal Server 3.0 (have used Tomcat and Resin
before)
I was wondering where should I place a war file with this server to make
it work
(i.e. a war file placed in tomcat_install_dir/webapps will be extracted
and run with tomcat)
Is there a similar location for iPlanet Portal Server 3.0? I have been
reading the documentation
at docs.iplanet for days and cannot find the answer...
Thanks for the assistance
-Will

Similar Messages

  • How do we provide single sign on between iplanet messaging server 5.1 and iplanet portal server?

     

    iPS Mobility Access Pack is an add-on package to iPS
    It provides Calendar, Mail, and Address Book provider channels that easily integrate iMS, iCS, iDS, into Portal.
    It helps to have an external LDAP configuration also,
    this holds userid/passwords for both iMS and iCS and can be used for Portal to authenticate against. Just
    configure via Portal admin a domain, authentication, LDAP.
    Messaging needs some parameters configured.
    Using configutil, set the following:
    local.webmail.sso.enable 1
    local.webmail.sso.prefix ssogrp1
    local.webmail.sso.id msg50
    local.webmail.sso.singlesignoff 1
    service.http.ipsecurity no
    Restart everything, and as a user, login using LDAP
    authentication, then Edit your content enabling
    the Mail Provider. With the Mail Provider enabled,
    Edit the channel filling in the information based on
    your Messenger Express client.
    Good luck.

  • How do I restrict access by domain and the rest of the world to the documents in the public_html folder in iPlanet Portal Server?

    Hello,
    We have multiple domains configured in our iPlanet Portal Server 3 demo environment. In addition we are using the gateway.
    In one of these domains the userTemplate.html file is tailored to display Macromedia Flash components at dynamic positions on the page. The logical home for these Flash components (since the portal software cannot find them if we simply store them in iwtDesktop) is somewhere below the /opt/SUNWips/public_html directory.
    The problem is that once the file is stored here I can access it if I know the url (http://server:8080/file_path) without being authenticated in the domain.
    The allow/deny url policy settings are specific to a domain and seem to have no affect on the rest of the world.
    Any advice you can provide is greatly appreciated.
    Thanks!

    Joel,
    If your intent is to block access to the doc root, you can probably use access control lists (acl) to prevent anyone from accessing the files stored under public_html. You can get more information about how to create ACLs from the following URL
    http://docs.iplanet.com/docs/manuals/enterprise/41/ag/esaccess.htm#1005439
    You can even set up Basic Authentication for access to the direcory or ip based access or any which way you want. I've personally never blocked access to the doc root in portal, so I am not sure what the impact will be.
    Hope this helps!

  • I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing. Thanks, Tommy

    I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing? Thanks, Tommy

    // create the user profile, get the handle back,
    // and set the membership profile attributes.
    ProfileAdmin newProfile = null;
    try {
    // the users profile name is the domain      
    // he belongs to plus their userName
    // you will request.domain if your doing this from a servlet, domain_name is the domain_name the user belongs too
    String profileName = domain_name + "/" + user;
         if (debug.messageEnabled()) {
    debug.message("creating profile for " + profileName);
    // create the user profile object
    newProfile = ProfileManager.createProfile(
    getSession(), profileName ,Profile.USER);
    UserProfile userProfile = (UserProfile)newProfile;
         // set the role the user is a member of. Default is to set
         // the users to the default role of the domain they surfed to
         StringBuffer roleName = new StringBuffer(64);
    // request.domain instead of domain_name if your doing this from a servlet ..
    Profile dp = getDomainProfile(domain_name);
    roleName.append(dp.getAttributeString("iwtAuth-defaultRole"));
         if (debug.messageEnabled()) {
    debug.message("setting role for " + user + " = " + roleName);
    userProfile.setRole(roleName.toString());
    newProfile.store(false);
    } catch (ProfileException pe) {
         debug.error("profile exception occured: ",pe);
    return;
    } catch (ProfileException pe) {
         debug.error("login exception occured: ",le);
    return;
    HTH ..

  • Crawling iplanet portal server secured content.

    Hi, All,
    I am new on the iplanet portal server. Try to come up a solution to crawling
    the secured content with a valid user name and password. What this the
    authentication mechanism of iplanet portal server keep the user's session?
    is iPlanet Portal server using cookie to store the session id or pass it
    back and forth as a parameter? Where can I find more information about this?
    Any response is appreciated!
    Hao Huang

    currently there is no testing tool available as a part of the product.

  • POP3 support with iPlanet portal server

    Greetings,
    We are looking to use a web client (NetMail lite) or thin client (NetMail
    lite applet) with iPlanet Portal Server 6.0 sp3 out-of-the-box that will
    support POP3. It appears that NetMail lite used to support POP3, but it
    appears to only support IMAP now? Is this true?
    We are not using iPlanet Messenger Server, we are integrating with existing
    POP3 servers. Has anyone found an iPlanet client for this or used a third
    party tool for this?

    Mike Mahon wrote:
    Greetings,
    We are looking to use a web client (NetMail lite) or thin client (NetMail
    lite applet) with iPlanet Portal Server 6.0 sp3 out-of-the-box that will
    support POP3. It appears that NetMail lite used to support POP3, but it
    appears to only support IMAP now? Is this true?To my knowledge, NetMail, either the applet or lite) have never supported
    pop3.
    >
    We are not using iPlanet Messenger Server, we are integrating with existing
    POP3 servers. Has anyone found an iPlanet client for this or used a third
    party tool for this?The manual talkes about writing netlet rules that lets you your pop3 client,
    through the netlet, to access your pop3 server.
    Kent
    "For everything there is a season, and a time for every matter
    under heaven: ... a time to love, and a time to hate; a time
    for war, and a time for peace."
    -- Ecclesiastes 3:1,8

  • Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout).

    Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout). It is as if the server has decided that the client has timed out during the file upload. The default setting is 30 seconds for AcceptTimeout in the magnus.conf file. This should be ample to get the file across, even increasing this to 2 minutes just produces the same error after 2 minutes. Any help appreciated. Apologies if this is not the correct forum for this, I couldn't see one for iPlanet and Web, many thanks, Kieran.

    Hi,
    You didnt mention which version of IWS. follow these steps.
    (1)Goto Web Server Administration Server, select the server you want to manage.
    (2)Select Preference >> Perfomance Tuning.
    (3)set HTTP Persistent Connection Timeout to your choice (eg 180 sec for three minutes)
    (4) Apply changes and restart the server.
    *Setting the timeout to a lower value, however, may    prevent the transfer of large files as timeout does not refer to the time that the connection has been idle. For example, if you are using a 2400 baud modem, and the request timeout is set to 180 seconds, then the maximum file size that can be transferred before   the connection is closed is 432000 bits (2400 multiplied by 180)
    Regards
    T.Raghulan
    [email protected]

  • Does the iplanet Portal server support other existing standalone Webservers/application Servers the likes of weblogic, websphere etc?

    If so, will the session management aspect be looked after by the iPlanet Portal server?

    The new version of Portal (6.0 I believe) will run on weblogic or websphere as well as iAS.
    Kent

  • Iplanet portal server look and feel limitations

    does anyone know what's portal server look and feel limitations? Eg : what components that cannot be changed? Thanks a lot.:)

    Actually, you have an almost clean slate. You need to have some sort of header (though I suppose it could be 1 pixel high...), and by turning off the channel frames, you can eliminate the portal feel altogether. Take a look at www.tntvacations.com to see a portal server. The only way you can tell it is portal is through the URL... behind the scenes, it is set up with the thin-thick-thin channel layout, with 8 channel providers. The header and secondary menu components that are part of the customized desktop servlet.

  • Does anyone integrate siteminder with iPlanet Portal Server

    I am trying to integrate iPlanet and Siteminder using the secure access pack. Has anyone successfully integrated the two?

    yes,
    we did basic integration where the authentication will be done using siteminder. The trick is to protect the portal server web server and not the gateway. You also need to add a new authentication module for siteminder in the portal using ipsadmin. We are protecting the login html page only. We couldn't protect the desktop because it's built using servlets.

  • Solaris 8 and iPlanet Directory Server 5.1: Help

    Could anyone help with advice or where to find documentation of how to setup a Solaris 8 client machine to authenticate against iPlanet Directory Server 5.1? The only documentation (eg books, BluePrint articles) I can find cover iPlanet Directory 4.11 or 4.12 and a Solaris 8 client. Even the tools from the BluePrint Tools area at Sun only talk about using iPlanet Directory Server 4.11/12. Quite a lot seems to have change from iDS 4.12 to iDS5.1.
    Any help would be greatly appreciated.
    Thanks in advance,
    Stewart

    Hi Steven, I suppose that this question is identical to your other question: " Topic: solaris 8 client setup with solaris 9 ldap".
    So the answer will be the same.
    You may find what you are looking for in the following technical note: http://knowledgebase.iplanet.com/ikb/kb/articles/7966.html
    It is called: "Cookbook for Solaris 8 client with Directory Server 5.1/Solaris 9"
    Cheers / Damien.

  • IPlanet Portal Server admin page problem

    the orginal value of "Default Client Type" is "generic HTML" and after i hv updated it as "WML", I cant reach the admin page again.. can anyone show me how to change it back to its orginal value?

    Hi there,
    You could try exporting the current iwtClient configuration from the command line ie. : "/opt/SUNWips/bin/ipsadmin get component iwtClient > iwtClient.xml" once exported edit the file iwtClient.xml and look for : <iwt:Att name="iwtClient-clientTypes" ..
    find the <Val></Val> tags and put the following line into it : "clientType=genericHTML|contentType=text/html|genericHTML=true|cookieSupport=true|fileIdentifier=html|filePath=html"
    Save the file and import it again with "/opt/SUNWips/bin/ipsadmin change component iwtClient iwtClient.xml" note this command uses no director "< or >" . Restart the portal server and try it again.
    Hope this helps
    Regards

  • Has anyone every try using the iplanet portal server radius authentication module with cryptoCard?

    We are using the easyRadius server from CryptoCARD. When we run the radius server in debug mode, it appears ips is sending multiple access-request message. Also, the server is coming back with a challenge which we are not expecting.

    yes,
    we did basic integration where the authentication will be done using siteminder. The trick is to protect the portal server web server and not the gateway. You also need to add a new authentication module for siteminder in the portal using ipsadmin. We are protecting the login html page only. We couldn't protect the desktop because it's built using servlets.

  • Seamless Integration Between Weblogic and Oracle Portal Server

    Hi,
    Can someone please give me some insight into Seamless integration from Weblogic Portal Server to Oracle Portal Server.
    The Scenario is as:
    A user logs into the Weblogic Portal, this Portal desktop displays some portlets. Links on these portlets navigate the user to the portlets deployed on Oracle Portal.
    Is this feasible, and what version of the 2 servers would support this feature.
    Can someone please snd across online resources which deal with my doubt.
    many Tx.
    Regards,
    Mukta

    You might want to consider using WSRP to aggregate portlets deployed on
    Oracle into WLP. Check edocs and dev2dev for some info on WSRP in WLP.
    You can use 8.1 SP3 or later.
    Check with Oracle to find out which version of their product offers WSRP
    support.
    Subbu
    Mukta Shetye wrote:
    Hi,
    Can someone please give me some insight into Seamless integration from Weblogic Portal Server to Oracle Portal Server.
    The Scenario is as:
    A user logs into the Weblogic Portal, this Portal desktop displays some portlets. Links on these portlets navigate the user to the portlets deployed on Oracle Portal.
    Is this feasible, and what version of the 2 servers would support this feature.
    Can someone please snd across online resources which deal with my doubt.
    many Tx.
    Regards,
    Mukta

  • Does iPlanet Portal Server support ipsec (IP Security Protocol)

     

    IPSec operates at the operating system level, not the application level. Solaris 8 supports IPSec so you can use iPSec to set up tunnels between the gateway and the profile server to secure the connection.
    Does this answer your question?
    Kent

Maybe you are looking for

  • Getting Error While Opening the Oracle Form 6i in 10g

    Hi All , FRM-10102: Cannot attach PL/SQL library XXX. This library attachment will be lost if the module is saved. I am getting above error message while opening Oracle 6i Form in 10g. I get the following Alert message when I try to attach the librar

  • What's the best way to extend my wifi network w/ airport products?

    First off, thanks for your help in advance. I have a u verse triple play 2wire modem which is my base wifi, which I never use for anything, but it came as part of my uverse. To that I have 2 wifi routers hooked up, a cheap netgear n router and an air

  • Trying to speed things up...

    Hi I have a Macbook pro which was bought around Nov 2009 (Processor 2.8 GHz Intel Core 2 Duo, Memory  4 GB 1067 MHz DDR3). I have recenlty upgraded to Lion. I am working as a professional photographer and I spend a long time editing photos in Apertur

  • Trying to add photos to facebook, no photo albums showing

    Hi I've always added photos to facebook by selecting the photo first then selecting upload to facebook but for some reason my photo albums on Facebook are no longer showing (even though they are still there)? Still works ok on my husbands identical p

  • Posting block and Marked for Deletion

    Hi All, My clients wants to know the vendors who are either marked for deletion or blocked for posting when was the date for the block or marking it for deletion and the person  responsible. Though i can see that one by one through Vendor master but