Imgaes redirection in Iplanet 6.1 SP4

Hi all,
We have a webapp with iPlanet 6 and Weblogic 8.1. The entire application is deployed on Weblogic, while the iPlanet is just a Web Server directing all requests to the Weblogic server.
The iPlanet is configured to use the domain www.some_company.com/ebill and that was configured as the context in the Weblogic.
The issue we have is with static URLs in the JSP pages like �/images/a.jpg� or �../images/b.jpg� are not displayed when running under this URL context. Only when the iPlanet and Weblogic are configured to use the root context "/" they are displayed.
Also, when changing the application code to use �images/a.jpg� without the �/� in the beginning the images are being presented. However, I would like get an opinion if it is possible to solve this via iPlanet configuration and not thru code changes.
My obj.conf is attached below. Please advise.
# You can edit this file, but comments and formatting changes
# might be lost when the admin server makes changes.
<Object name="default">
AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
NameTrans fn="ntrans-j2ee" name="j2ee"
NameTrans fn="redirect" from="/hostname:8443/ebill/loginPage.jsp" url="http://www.some_company.com:8443/loginPage.jsp"
NameTrans fn="pfx2dir" from="/mc-icons" dir="/opt/app/hostname/iplanet/ns-icons" name="es-internal"
NameTrans fn="document-root" root="$docroot"
PathCheck fn="unix-uri-clean"
PathCheck fn="check-acl" acl="default"
PathCheck fn="find-pathinfo"
PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
ObjectType fn="type-by-extension"
ObjectType fn="force-type" type="text/plain"
Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
Service method="TRACE" fn="service-trace"
Error fn="error-j2ee"
AddLog fn="flex-log" name="access"
</Object>
<Object name="j2ee">
Service fn="service-j2ee" method="*"
</Object>
<Object name="cgi">
ObjectType fn="force-type" type="magnus-internal/cgi"
Service fn="send-cgi" user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
</Object>
<Object name="es-internal">
PathCheck fn="check-acl" acl="es-internal"
</Object>
<Object name="send-compressed">
PathCheck fn="find-compressed"
</Object>
<Object name="compress-on-demand">
Output fn="insert-filter" filter="http-compression"
</Object>
<Object name="ebill" ppath="*/ebill/*">
Service fn="wl_proxy" WebLogicHost="app_hostname" WebLogicPort="8080"
</Object>

We have changed default thin driver to 920 from 817 in 610sp4. If you are using 817
dbserver, please put 817 classes12.zip in your classpath before weblogic.jar and you will
be ok.
Mitesh
Harish SK wrote:
Our application used to update a NUMBER(15) column in Oracle with current time
in milliseconds.
After migrating from SP3 to SP4 I observed that ORA-01438 was being thrown during
the update intermittently.
Increasing the size to default NUMBER, I observed that the values getting inserted
are sometime random like 59, 81 digits long!
The update code just does a prepared statement and does setObject of a java.lang.Long.
I am using the oracle thin driver in oracle's classes12.zip.
I am sure that this is happening since using SP4, have anyone faced similar problems?

Similar Messages

  • IPlanet 6.0 SP4 crashes for large file uploads

    Environment:
    iPlanet 6.0 SP4,iPlanet App Server 6.5, with maintenance update 3 installed running on the same machine on Solaris 8.0 (Sparc)
    When I try to upload large file( > 10 MB) using HTTP POST MULTIPART/FORM-DATA the web server crashes with the following errors.
    [18/Oct/2002:16:52:02] catastrophe ( 600): Server crash detected (signal SIGSEGV) [18/Oct/2002:16:52:02] info ( 600): Crash occurred in function memmove from module /export/home/iplanet/web60sp4/bin/https/lib/liblibdbm.so [18/Oct/2002:16:52:02] failure ( 376): Child process admin thread is shutting down [18/Oct/2002:16:52:05] warning ( 624): On group ls2_default, servername oberon does not match subject "192.168.0.35" of certificate Server-Cert. [18/Oct/2002:16:52:05] info ( 624): Installing a new configuration [18/Oct/2002:16:52:05] info ( 624): [LS ls1] http://oberon, port 80 ready to accept requests [18/Oct/2002:16:52:05] info ( 624): [LS ls2] https://oberon, port 443 ready to accept requests [18/Oct/2002:16:52:05] info ( 624): A new configuration was successfully installed [18/Oct/2002:16:52:05] info ( 624): log.cpp:openPluginLog() reports: Environment variable IAS_PLUGIN_LOG_FILE is not set. All plugin messages will be logged in the web server log file
    [21/Oct/2002:10:40:02] catastrophe ( 1210): Server crash detected (signal SIGSEGV) [21/Oct/2002:10:40:02] info ( 1210): Crash occurred in NSAPI SAF gxrequest [21/Oct/2002:10:40:02] info ( 1210): Crash occurred in function __1cIGXBufferLAllocMemMap6ML_L_ from module /export/home/iplanet/app65mu3/ias/gxlib/libgxnsapi6.so [21/Oct/2002:10:40:02] failure ( 715): Child process admin thread is shutting down [21/Oct/2002:10:40:05] warning ( 1230): On group ls2_default, servername oberon does not match subject "192.168.0.35" of certificate Server-Cert. [21/Oct/2002:10:40:05] info ( 1230): Installing a new configuration [21/Oct/2002:10:40:05] info ( 1230): [LS ls1] http://oberon, port 80 ready to accept requests [21/Oct/2002:10:40:05] info ( 1230): [LS ls2] https://oberon, port 443 ready to accept requests [21/Oct/2002:10:40:05] info ( 1230): A new configuration was successfully installed
    Do I need to set anything in the web server or app server? Any help is appreciated.

    Be sure to rollback to 16.0.1; the initial v16 update had serious security flaw.

  • IPlanet 6.0 SP4 - NSAPI SAF

    Hi,
    I wrote a NSAPI SAF and is used to validate the client certificate. It is called from AuthTrans directive using:
    <Object name="default">
    AuthTrans "<SAF Name>"
    </Object>
    During Web Server startup and while loading the configuration file from Server Manager Console, web server calls this SAF (it was not so in previous releases of iPlanet). My SAF fails as there is no client certificate for validation during startup.
    I noticed that during both instances, SAF is called as if the request is coming from client with 0.0.0.0 IP address. Since in real life there is no 0.0.0.0 IP adress, is it fair assumption to ignore the requests coming from 0.0.0.0 IP adress?
    Thanks!!!

    I tried to separate the authrization decision and enforcement using AuthTrans and PathCheck directives by adding following lines in default object of obj.conf
    AuthTrans fn=basic-auth auth-type=basic userfn="mySAF"
    PathCheck fn=require-auth auth-type=basic realm=test
    Now, the web server asks for username/password after asking for client certificate.
    The documentation talks about verifying/setting username & password in AuthTrans/PathCheck directives, whereas I want to deal with certificates.

  • Iplanet portal sp4 ?? still no docs and software ?

    Thank you for registering for the iPlanet Portal Server SP4 webcast scheduled for February 7, 2002.
    This webcast event has been RESCHEDULED for:
    Thursday, February 14, 2002 at 10:ooam PST.
    We apologize for the technical difficulties you may have encountered during the webcast
    Archive
    Available within 5-7 days of live broadcast
    it's now over 2 weeks when will it be available ??

    SP4 is expected to be released by this month. We are eager as well.
    Thanks,
    Raj_indts
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • Using a question mark in a obj.conf redirect

    We seem to have a problem with the following obj.conf entry on iPlanet v6.1 SP4:
    NameTrans fn="redirect" from="/xxxxxxxxx/?" url-prefix="http://www.domain.com/directory/?rid=zzzzzzzzz&"
    The "?" is not recognized by the server so the redirect is never executed. We have also tried:
    NameTrans fn="redirect" from="/xxxxxxxxx/%3f" url-prefix="http://www.domain.com/directory/?rid=zzzzzzzzz&"
    This is also not recognized. Is the "?" a special character for iPlanet configuration?
    Any help would be appreciated in solving this problem. Thanks

    The from parameter specifies a path prefix. Paths don't include query strings (the stuff beginning with "?" in the URL).
    I can't think of any easy way to do what you want in Sun ONE Web Server 6.1. However, the following could be used in Sun Java System Web Server 7.0:
    <If defined $query>
    NameTrans fn="redirect" from="/xxxxxxxxx/" url="http://www.domain.com/directory/?rid=zzzzzzzzz&$query"
    </If>In 6.1, you'll probably need to write some code (Java Servlet, Java Filter, CGI program, or NSAPI plugin) to get the functionality you want.

  • Out of "Request thread waiting" in KJS iAS SP4

    We are developing a J2EE aplication in iPlanet Application Server SP4. When we load the main page (Servlet), that composes a HTML page with 3 frames, the KJS of iAS takes 2 threads to process the request of the upper frame (call to a HttpServlet) and left frame (another call to a HttpServlet). After a time we can see the upper and left frame (we've got the HTML code that has been generated by the servlets) , but the browser hasn't finished to load the images of these frames. These images are on a iPlanet Web Server 4.1 SP 7. Some time later the web server time out expires and stop our browser and the images are no loaded.
    The third frame is never loaded (the request never go to the iAS as we see on the web server log).
    We expected that the 2 threads that are processing our request wil be freeded after processing the request, but that doesn't happen. The threads are blocked and doesn't return to de thread pool althougth the request are totally processes.
    We have the same application deployed on a iAS SP2 and we have never get these problem.
    Could anyone help me.
    Thank you.

    It seems that some dead lock has occured.
    Can you please send the kjs logs for sp4 and if possible can you also send the servlet code which is giving errors. With that I can proceed.
    Thanks,
    Rakesh.

  • Problems with iWS6.0 SP4 after JDK change / upgrade

    Solaris8 SPARC
    iPlanet 6.0 WebServer SP4
    I recently upgraded from JDK 1.3.1_02 to JDK 1.3.1_07 .
    In both cases .... the JDK was installed at /usr/j2se.
    iPlanet 6.0 SP4 was already using JDK 1.3.1_02 before ( /usr/j2se ).
    Now after the JDK upgrade, in an attempt to restart the admserv. I am getting the exception below:
    iPlanet-WebServer-Enterprise/6.0SP4 B07/17/2002 14:04
    warning: daemon is running as super-user
    [LS ls1] http://soft2, port 8888 ready to accept requests
    java.lang.NoClassDefFoundError
    at java.security.Policy$1.run(Policy.java:144)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.Policy.getPolicyNoCheck(Policy.java:141)
    at java.security.SecureClassLoader.getPermissions(SecureClassLoader.java:133)
    at java.net.URLClassLoader.getPermissions(URLClassLoader.java:415)
    at sun.misc.Launcher$AppClassLoader.getPermissions(Launcher.java:289)
    at java.security.SecureClassLoader.getProtectionDomain(SecureClassLoader.java:157)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
    The errors logs say:
    [04/Apr/2003:18:36:58] info (20837): successful server startup
    [04/Apr/2003:18:36:58] info (20837): iPlanet-WebServer-Enterprise/6.0SP4 B07/17/2002 14:04
    [04/Apr/2003:18:36:59] info (20838): Installing a new configuration
    [04/Apr/2003:18:36:59] info (20838): [LS ls1] http://soft2, port 8888 ready to accept requests
    [04/Apr/2003:18:36:59] info (20838): A new configuration was successfully installed
    [04/Apr/2003:18:37:00] failure (20838): Internal error: unable to locate: com/iplanet/server/http/util/LogUtil
    [04/Apr/2003:18:37:00] failure (20838): Internal error: Unable to initialize utility classes
    [04/Apr/2003:18:37:00] failure (20838): Late initialization failed: Error running init function(late) NSServletLateInit: unknown error
    The class com/iplanet/server/http/util/LogUtil is in NSJavaUtil.jar ... which is included in the CLASSPATH in the start-jvm file, show below:
    NSES_JDK=/usr/j2se; export NSES_JDK
    NSES_JRE=${NSES_JDK}/jre; export NSES_JRE
    NSES_JRE_RUNTIME_LIBPATH=${NSES_JRE}/lib/sparc:${NSES_JRE}/lib/sparc/server:${NSES_JRE}/lib/sparc/classic:${NSES_JRE}/lib/sparc/native_thread
    s; export NSES_JRE_RUNTIME_LIBPATH
    NSES_JDK_RUNTIME_CLASSPATH=${NSES_JRE}/lib/ext/iiimp.jar:${NSES_JRE}/lib/i18n.jar:${NSES_JRE}/lib/rt.jar:${NSES_JDK}/lib/tools.jar:${NSES_JDK
    }/lib/dt.jar; export NSES_JDK_RUNTIME_CLASSPATH
    # DO NOT CHANGE ANYTHING BELOW THIS LINE
    NSES_SERVER_HOME=/usr/iplanet/servers; export NSES_SERVER_HOME
    NSES_CLASSPATH=${NSES_SERVER_HOME}/bin/https/jar/NSServletLayer.jar:${NSES_SERVER_HOME}/bin/https/jar/NSJavaUtil.jar:${NSES_SERVER_HOME}/bin/
    https/jar/AdminNativeUtil.jar:${NSES_SERVER_HOME}/bin/https/jar/NSJavaMiscUtil.jar:${NSES_SERVER_HOME}/bin/https/jar/servlet.jar:${NSES_SERVE
    R_HOME}/bin/https/jar/servlet-2.3-filters-api.jar:${NSES_SERVER_HOME}/bin/https/jar/jsp092.jar:${NSES_SERVER_HOME}/bin/https/jar/jaxp.jar:${N
    SES_SERVER_HOME}/bin/https/jar/crimson.jar:${NSES_SERVER_HOME}/bin/https/jar/xalan.jar:${NSES_SERVER_HOME}/bin/https/jar/jspengine.jar; expor
    t NSES_CLASSPATH
    LD_LIBRARY_PATH=${NSES_JRE_RUNTIME_LIBPATH}:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
    ...and the JAR file itself exists:
    soft2:/usr/iplanet/servers/https-admserv >ls -alt /usr/iplanet/servers/bin/https/jar/NS*
    -rw-r--r-- 1 root other 191337 Jul 17 2002 /usr/iplanet/servers/bin/https/jar/NSServletLayer.jar
    -rw-r--r-- 1 root other 2856 Jul 17 2002 /usr/iplanet/servers/bin/https/jar/NSJavaMiscUtil.jar
    -rw-r--r-- 1 root other 29941 Jul 17 2002 /usr/iplanet/servers/bin/https/jar/NSJavaUtil.jar
    Here I show that the class iPlanet is complaining is in the NSJavaUtil.jar file:
    soft2:/usr/iplanet/servers/https-admserv >jar tvf /usr/iplanet/servers/bin/https/jar/NSJavaUtil.jar | grep Log
    3403 Wed Jul 17 13:54:22 GMT+10:00 2002 com/iplanet/server/http/util/LogUtil.class
    502 Wed Jul 17 13:54:22 GMT+10:00 2002 com/iplanet/server/http/util/LogUtil$LogWriter.class
    If I modify the start-jvm file so that NSES_JDK points to an older version of the JDK ( /usr/Solaris_JDK_1.2.2_07 ) ... or a newer one ( /usr/j2sdk1.4.0_02 ) ... then the admserv instance starts up.
    Having said that, in an effort to try to replicate the problem, I tried the same JDK upgrade on another Solaris8 SPARC installation, also with iPlanet 6.0 SP4. That one worked fine with any problems. The admserv instance started fine after the upgrade.
    The only different thing that I did was:
    1) I first told iPlanet6 to point to a different JDK location ( JDK 1.3.1_03 in /usr/j2sdk1_3_1_03 ) before the upgrade ....
    2) restarted the admserv instance ...
    3) install JDK 1.3.1_07 ( /usr/j2se )
    4) told iplanet6 to point to the JDK 1.3.1_07 ( /usr/j2se )
    5) restart the admserv instance
    Why would it not work with one installation and not the other ?

    This maybe the final clue. I did a truss via:
    truss -f ./start -start 2&> err
    ... and this is what I get just before the NoClassDefFoundError exception ( look at the SIGSEGV ):
    22780: lwp_mutex_lock(0xFEBC5558) = 0
    22780: lwp_sema_post(0xFCE03E30) = 0
    22780: lwp_sema_wait(0xFCE03E30) = 0
    22780: lwp_mutex_wakeup(0xFEBC5558) = 0
    22780: lwp_mutex_lock(0xFEBC5558) = 0
    22780: Incurred fault #6, FLTBOUNDS %pc = 0xF900A8FC
    22780: siginfo: SIGSEGV SEGV_ACCERR addr=0xFE427F68
    22780: Received signal #11, SIGSEGV [caught]
    22780: siginfo: SIGSEGV SEGV_ACCERR addr=0xFE427F68
    22780: sigprocmask(SIG_SETMASK, 0xFEBBEFE8, 0x00000000) = 0
    22780: mprotect(0xFE424000, 16384, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
    22780: sigprocmask(SIG_SETMASK, 0xFEBCAD68, 0x00000000) = 0
    22780: setcontext(0xFE42B938)
    22780: time() = 1049546821
    22780: poll(0xFD007A40, 0, 10) = 0
    22780: getpid() = 22780 [22778]
    22780: write(6, " [ 0 5 / A p r / 2 0 0 3".., 111)     = 111
    22780: lwp_sema_post(0xFCE03E30) = 0
    22780: lwp_sema_wait(0xFCE03E30) = 0
    22780: lwp_mutex_wakeup(0xFEBC5558) = 0
    22780: lwp_mutex_lock(0xFEBC5558) = 0
    22780: getrlimit(RLIMIT_STACK, 0xFFBEAFAC) = 0
    22780: mprotect(0xFFB72000, 16384, PROT_NONE) = 0
    22780: mprotect(0xFFB70000, 8192, PROT_NONE) = 0
    22780: poll(0xFD007A40, 0, 10) = 0
    22780: brk(0x004BB7F0) = 0
    22780: brk(0x004BD7F0) = 0
    22780: time() = 1049546821
    22780: getpid() = 22780 [22778]
    22780: write(6, " [ 0 5 / A p r / 2 0 0 3".., 93)      = 93
    java.lang.NoClassDefFoundError22780: write(2, " j a v a . l a n g . N o".., 30) = 30

  • Check compatibility with Oracle 11gR2 ( Iplanet & SunOne)

    hi, there is a document and / or link to check the versions of SunOne 7 and iPlanet 6.0 SP4 / iPlanet 6.1 if they have compatibility with Oracle 11gR2.
    I need detailed information where specified drivers compatibilities with Oracle 11gR2 SunOne and iPlanet.
    thanks

    +... the question is outside the scope of this DB forum.+
    You should have posted it to a SunOne or an IPlanet forum since that's what you are using.+
    Thread locked, particularly becausde you multi-posted it.
    The specified item was not found.

  • Debugging weblogic proxy for iPlanet

    Hi,
              We are using iPlanet 4.1 as webserver and Weblogic 4.5.1 (SP11) as app
              server.I need to analyze the request processing time by weblogic app
              server. Weblogic online documentation says that if "Debug" flag is set
              to "ON" in obj.conf file of webserver, it will write all this response
              times and some other useful information in /tmp/wlproxy.log file (on
              unix box). I tried this and do not see any wlproxy.log file in /tmp
              directory of webserver machine.
              If you have a sample obj.conf file which has this Debug flag turned "ON"
              and worked properly, can you send me that file.
              Thanks
              

    Looks like you have a typo. it should be libproxy.so
              "Massimo Santarelli" <[email protected]> wrote in message
              news:3bda77a4$[email protected]..
              > We configured, in obj.conf, iplanet (4.1) to work with WLS 5.1 (SP7). We
              get this error at iPlanet start up:
              > -------------------------------------------
              > [https-rmcare04]: start failed. (2: unknown early startup error)
              > [https-rmcare04]: /usr/lib/dld.sl: Unresolved symbol: __head (data) from
              /usr/lib/libC.2
              > [https-rmcare04]: conf_init: Error running init function load-modules:
              dlopen of /iplanet/netscape/server4/https-rmcare04/config/libproxy.sl failed
              (Unresolved external)
              > [https-rmcare04]: server exit: status 1
              > ---------------------------------------
              > The same WLS instance works when we used iplanet 4.0 SP4.
              >
              > Is it a known pb?
              > Is there someone who can help us?
              >
              > Thanks in advance.
              >
              

  • IPlanet Plug-in does not recognize all cluster members

              We are running 7 WLS 6.1 SP2 server instances on two Solaris 2.8 machines. (3 on
              machine A , 4 on machine B). The admin server is also running on Machine A.
              All the cluster members appear to join the cluster correctly on startup, at least
              as far as the WLS console shows. No logged errors.
              We are using the IPlanet 6.0, sp4 with the Weblogic NSAPI plug-in to load-balance
              across the cluster.
              However the Plug-in will only recognize the server instances on machine A or machine
              B during any one life of the IPlanet. We can never get the plug-in to recognize
              all instances at one time, only on one machine or the other. We can see this from
              the results of a __WebLogicBridgeConfig.
              Using same configuration WLS configuration, run where machine A and B are domains
              on the same physical machine uses both A and B servers.
              We suspect this has to do with a multicast problem, running MulticastTest between
              machines A and B fail to receive messages.
              My questions are,
              A) Why would we be seeing all server instances as having successfully joined the
              cluster, if multicast is failing?
              B) How would multicast have any effect on how the NSAPI plug-in sees the cluster
              members?
              C) Why would the cluster instances seen by the NSAPI plug-in alternate between
              machine only A or B, after each shutdown and start-up ?
              WLS 6.1 SP2 on Solaris 2.8, IPlanet 6.0 sp4.
              

    I am seeing a similar problem. I have three machines - each with four managed servers running on them. All 12 servers in the cluster are are specified in the obj.conf for NSAPI. Only eight of the servers get used, however. The wierd part is that machine1 contains managed servers 1, 4, 7, and 10. Machine 2 contains managed servers 2, 5, 8, and 11. Machine 3 contains managed servers 3, 6, 9, and 12. In the obj.conf, we list the machines in ourder 1 to 12 for the cluster. For some reason the NSAPI is skipping managed servers 3, 6, 9, and 12. I have checked both the connectivity for the ip and the port. The fire wall seems fine.
              Did you ever get a response or figure out what was causing this problem.
              Thanks,
              Mark

  • WLS 6.0 and Iplanet 4.1 proxy problems

    Could someone confirm what is the latest version of IPlanet webserver
    that is supported under WLS 6.0 SP2.
    We are running under AIX 4.3.3 and have a Iplanet 4.0 sp4 webserver
    running a connection to a backend WLS 6.0 sp2 instance also on AIX.
    We are also running the libproxy_4x.so wl proxy file which allows us
    to specify which IP in the obj.conf to have WLS 6.0 respond to vs. the
    default ip on the server. The webserver runs on an aliased IP address
    and due to firewall restrictions we must have WLS 6.0 talk back to the
    IP that called the wl proxy. This does work correctly.
    We have tried to duplicate this configuration under IPlanet 4.1 sp8
    and we are getting the following errors with the wl proxy file:
    [13/Oct/2001:03:42:15] failure (20564): for host x.x.x.x trying to GET
    /testpath, wl-proxy reports: exception occurred for backend host
    'x.x.x.x/6100': 'CONNECTION_REFUSED [os error=78, line 1282 of
    URL.cpp]: x.x.x.x:6100'
    This leads me to believe that it is the version of IPlanet server that
    is causing the problem when it is calling the wl proxy. If someone is
    running Iplanet 4.1 on AIX and using the wl proxy could you reply with
    which service pack for Iplanet 4.1 works. We need to upgrade our
    IPlanet to the latest version that will work with this configuration.
    Any help would be appreciated.
    Thanks,
    Jamin Kumelski
    Internet System Administrator
    AdvancePCS

    I have a question. Will WebLogic only listen to connections being
    established from NES on the aliased IP? From what it looks like, with the
    version of NES that you have, the NSAPI plugin is trying to establish a
    connection to Weblogic on the primary IP, not the aliased IP.
    There was a new feature added to the NES Plugin that allows you to bind the
    plugin to a certain IP address in the case that you are using an IP Alias.
    When the plugin makes a connection to WebLogic, it will first bind to the
    specified IP address in the obj.conf.
    The new parameter is: WLLocalIP.
    I do believe the latest service pack for 6.1 (SP01) has the AIX plugin that
    has this new parameter.
    Regards,
    Eric
    BEA WebLogic
    "Jamin Kumelski" <[email protected]> wrote in message
    news:[email protected]...
    Could someone confirm what is the latest version of IPlanet webserver
    that is supported under WLS 6.0 SP2.
    We are running under AIX 4.3.3 and have a Iplanet 4.0 sp4 webserver
    running a connection to a backend WLS 6.0 sp2 instance also on AIX.
    We are also running the libproxy_4x.so wl proxy file which allows us
    to specify which IP in the obj.conf to have WLS 6.0 respond to vs. the
    default ip on the server. The webserver runs on an aliased IP address
    and due to firewall restrictions we must have WLS 6.0 talk back to the
    IP that called the wl proxy. This does work correctly.
    We have tried to duplicate this configuration under IPlanet 4.1 sp8
    and we are getting the following errors with the wl proxy file:
    [13/Oct/2001:03:42:15] failure (20564): for host x.x.x.x trying to GET
    /testpath, wl-proxy reports: exception occurred for backend host
    'x.x.x.x/6100': 'CONNECTION_REFUSED [os error=78, line 1282 of
    URL.cpp]: x.x.x.x:6100'
    This leads me to believe that it is the version of IPlanet server that
    is causing the problem when it is calling the wl proxy. If someone is
    running Iplanet 4.1 on AIX and using the wl proxy could you reply with
    which service pack for Iplanet 4.1 works. We need to upgrade our
    IPlanet to the latest version that will work with this configuration.
    Any help would be appreciated.
    Thanks,
    Jamin Kumelski
    Internet System Administrator
    AdvancePCS

  • Copying SSL Certificates from one server to another.

    I have a question that hopefully someone might have the answer for... I have a IPlanet 6.0 SP4 server that has an SSL certificate I'm trying to move to a new server that's on SunOne 6.1. I was under the impression that I could easily copy the <Iplanet_Root>/alias/https-<ServerInstance>-<server>-<key3/cert7>.db files to the new server from that server's alias directory. However before I copied the files, I immediately noticed the new server's cert file is called cert8 instead of cert7 and is 64K as opposed to the 6.0 server's 16K.
    I stopped the web instance and renamed the current db files and copied in the new and changed the cert7 to cert8. When I restarted the server, it stayed up and didn't report any problems. However, when I go the security tab and click on any of the links on the left column, an internal server error (http500) page is displayed. No additional errors show up in the errors log.
    Unfortunately, we don't have the original certificate request. I'm sure when it was applied for; it was cut and pasted into the install certificate page. Otherwise, I'd simply do the install on the other server. Is there a simply means to copy an already installed cert from one sever to another?
    Any assistance would be greatly appreciated.

    Migration from 6.0 to 6.1 should take care of this. You don't have to rename the files to cert7.db after the migration, just leave them with their new names and size as is. The new file created in 6.1(after migration is complete) will be called cert8 and this is fine because 6.1 uses newer version of security libs. Doc links:
    http://docs.sun.com/source/817-1830-10/migrate2.html
    http://docs.sun.com/source/817-1831-10/agcert.html#wp1017112
    Thanks,
    Manish

  • Unable to connect servlet on web server

    Hi all,
    I have wrote the following program to connect to the servlet to the web server:
    public class HTTPTest
         public HTTPTest() {
    public static void main(String[] args) {
         HTTPTest httptest = new HTTPTest();
              httptest.sendHTTP();
    public void sendHTTP() {          
              try
                   URL url = new URL("http://myserver/myServlet");
                   HttpURLConnection conn = (HttpURLConnection)url.openConnection();
                   conn.setDoOutput(true);
                   conn.setRequestMethod("POST");
                   conn.setRequestProperty("Content-type", "application/x-www-form-urlencoded");
                   PrintWriter dos = new PrintWriter (conn.getOutputStream ());
                   dos.println("content=" + URLEncoder.encode("ABC"));
                   dos.println("signature=" + URLEncoder.encode("CDE"));
                   dos.flush();
                   dos.close();
                   conn.disconnect();
              catch(Exception e)
    My servlet does contains some code that write log to the web server log. However, when I examine the log after running this program, nothing was written. But when I access my servlet using an HTML page, it works!
    I am using iPlanet 4.0 SP4, JDK 1.3. Can anyone tell me why? thanks very much!
    Walter

    Thanks very much! It works.
    However, another problem comes. For the two fields that I "POST"ed, it seems that one can reach the servlet but one cannot. When I retrieve the values from the servlet using "req.getParameter("XXX")", one of them got null. But obviously my applet does not send null values.
    Any other thing is needed? Thanks!

  • Crystal reports and JSP

    Hi there, I would like to call crystal reports from JSP. How can I do that?
    My system is:
    Webserver: iPlanet 4.0 SP4
    Crystal reports: 8.5 Developer version
    Database: Oracle 8i version 8.1.6
    S.O.: Solaris.
    I tried the documentation from Seagate but there isn't examples and explanations in how to do this.
    Do I need some component? Where can I get it, if I do?
    Thankyou,
    Gines

    Please visit:
    www.geocities.com/pmk16
    Regards,
    pmk16

  • Urgent:BiG Problem with accents.

    Hi,
    I have a problem with accents in IPlanet 4.0 sp4.
    I have a form in a html page and a servlet that takes the words that i
    put in the form.
    The problem is if i put accents in the word iplanet don' t serve the
    correct caracters..
    Please i need help...
    Manu

    Try this
     http://www.dhakamobile.com/nokia-fourth-generation-dct-4/9423-nokia-n97-hard-reset-keys.html
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

Maybe you are looking for

  • Few Questions on my Iphone 3G

    Had the iphone 3G for about a week now, and love it, but just got a couple of questions as there is no manual as such. 1. Can iphone 3G downlaod adobe acrobat/pdf reader/word (pages) or numbers) to see attachements? 2. Alot of video content on google

  • Query cfl problem in matrix

    hi all good morning.... i have one problem i assigned query cfl for matrix field. the value fetch based on header level.... the query fetch the data but its not show the CFL window..here i pasted my code Case "matvariant"                         Sele

  • Can Acrobat 8 Professional coexist with FrameMaker 8.0?

    I run FrameMaker 8.0p273 on a Dell Latitude D630 laptop running Windows XP Professional Version 2002, Service Pack 2. When I try to install Acrobat 8 Professional, I get a setup message stating "Setup has detected that you already have a more functio

  • Hide empty column

    hello, I am looking for the easiest way to hide empty columns in 'REUSE_ALV_GRID_DISPLAY'. I know i can work my way through the field catalog. I am just curious if there is a parameter that helps me to achieve this goal. thank you! Werner

  • I am disappointed apple assistance in Italy, kindly can you help?

    I am disappointed apple assistance in italy, kindly can you help me?