WebDAv with Iplanet Webserver 4.1

Hi,
I want use Webdav with Iplanet Webserver 4.1 for publication . It's
possible ?
Regards,
herve

I tried this with apache slide.
With no luck.
I think the problem was due to not being able to configure a servlet to
receive the http request for the urls from the web dav root.
For example.
http://mserver/dav
may be the root
then you would have a file at
http://mserver/dav/files/etc
I could not configure the servlet in the rules.properties file to say
/dav/* is servlets WebdavServlet.
However you can do this with tomcat and I hope now that iWS 6.0 supports the
web.xml for deploying servlets that you now will be able to do this.
If you get this working I would like to know how you did it.
Warwick
"herve Merdrignac" <[email protected]> wrote in message
news:[email protected]..
Hi,
I want use Webdav with Iplanet Webserver 4.1 for publication . It's
possible ?
Regards,
herve

Similar Messages

  • While integrating Weblogic server with Iplanet webserver

    Hi ,
    I am facing issues while connecting weblogic application server with Iplanet webserver:
    while i hit the desired url, it showing the below log, it is not providing me proper page (weblogic console page )
    Sat Mar 23 06:12:37 2013 <1535513639993579> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 302 Moved Temporarily]
    Sat Mar 23 06:12:37 2013 <1535513639993579> URL::parseHeaders: StatusLine set to [302 Moved Temporarily]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[Date]=[Sat, 23 Mar 2013 00:42:37 GMT]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[Transfer-Encoding]=[chunked]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[Location]=[http://10.11.12.231/console/login/LoginForm.jsp]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[X-WebLogic-JVMID]=[-420809910]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    Sat Mar 23 06:12:37 2013 <1535513639993579> parsed all headers OK
    Sat Mar 23 06:12:37 2013 <1535513639993579> sendResponse() : uref_p->getStatus() = '302'
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs to client (add):[date]=[Sat, 23 Mar 2013 00:42:37 GMT]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs to client (add):[Location]=[http://10.11.12.231/console/login/LoginForm.jsp]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs to client (add):[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    Sat Mar 23 06:12:37 2013 <1535513639993579> canRecycle: conn=1 status=302 isKA=1 clen=-1 isCTE=1
    Sat Mar 23 06:12:37 2013 <1535513639993579> closeConn: pooling for '10.11.12.231/7001'
    Sat Mar 23 06:12:37 2013 <1535513639993579> request [console/] processed successfully..................
    Please help me.
    Thanks,
    Chinna

    Hi,
    First thing are you seeing any request coming to weblogic server? if not then,
    What configuration you have added in server.xml and virtual server instance object conf file for weblogic integration.
    It is pretty straight forward,
    1. add weblogic plugin libproxy_61.so in plugin/weblogic directory on webserver.
    2. add WLS cluster server/ standalone server information in server.xml
    3. in object file create a new object of type="magnus-internal/directory" add WL specific configuration and then add condition to select WLS object created or make it default object for handling all request.
    Thanks,
    Ranjan

  • WebDav with changed folder

    Hi together
    I have enabled on my Mac mini server with OS X 10.6.4 WebDAV over SSL. Everything works fine.
    What I missing or I do not know is, how to done the following:
    I want the standard folder "Library\Web...\..." leave. In addition, I would like to access on the second internal hard drive a further folder. Can I do this with aliases and if so, what have i to do? Thank you for your help.
    Regards
    Hermann

    I tried this with apache slide.
    With no luck.
    I think the problem was due to not being able to configure a servlet to
    receive the http request for the urls from the web dav root.
    For example.
    http://mserver/dav
    may be the root
    then you would have a file at
    http://mserver/dav/files/etc
    I could not configure the servlet in the rules.properties file to say
    /dav/* is servlets WebdavServlet.
    However you can do this with tomcat and I hope now that iWS 6.0 supports the
    web.xml for deploying servlets that you now will be able to do this.
    If you get this working I would like to know how you did it.
    Warwick
    "herve Merdrignac" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I want use Webdav with Iplanet Webserver 4.1 for publication . It's
    possible ?
    Regards,
    herve

  • IPlanet WebServer 6.0 with WebSphere Application Server 5.0

    How can I connect WebSphere Application Server with iPlanet WebServer?
    I have start the iplanet and the websphere but my images (that are in
    C:\iPlanet\Servers\<serverId>\images) are not found!
    In WebSpherer ApplicationServer I have jsp, and classes (inside web-inf). In iPlanet WebServer I have html, images,applets and styles.
    Anyone knows why images don't appear? Thanks

    Sounds messy. I wouldn't mix environments like that. You could even end up with different versions of jdk, jsp and servlet specs.
    Just leave the jsp/servlets on websphere, use iplanet for the static pieces. Let the proxy forward the dynamic stuff to websphere. Then you can also have the ability to load balance sessions etc..

  • How can I connect to Oracle database from Iplanet webserver running on a Linux box and a database running on a Solaris box?

    Hi - I'm new to this group and wonders whether you guys can help me.
    I'm trying to connect to my Oracle9i database via a Java servlet but
    got the following error message in the web browser:
    Internal error: exception thrown from the servlet service function
    (uri=/servlet/HelloWWW6): java.lang.NullPointerException, Stack:
    java.lang.NullPointerException
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1743)
    at oracle.jdbc.oci8.OCIEnv.getEnvHandle(OCIEnv.java:69)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:452)
    at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:287)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance
    (OracleDriver.java:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:172)
    at HelloWWW6.doGet(HelloWWW6.java:40)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.iplanet.server.http.servlet.NSServletRunner.invokeServletService
    (NSServletRunner.java:897)
    at com.iplanet.server.http.servlet.NSServletRunner.Service
    (NSServletRunner.java:464)
    My class path is:
    Java VM
    classpath: /u01/iplanet/servers/plugins/servlets/examples/legacy/beans
    .10/SDKBeans10.jar:/usr/local/javamail-1.2/mail.jar:/usr/local/jaf-
    1.0.1/activation.jar:/u02/app/oracle/product/9i/lib:/u02/app/oracle/pr
    oduct/9i/jdbc/lib:/u02/app/oracle/product/9i/jdbc/lib/classes12.zip:/u
    02/app/oracle/product/9i/jdbc/lib/nls_charset12.zip:/u01/iplanet/serve
    rs/bin/https/jar/NSServletLayer.jar:/u01/iplanet/servers/bin/https/jar
    /NSJavaUtil.jar:/u01/iplanet/servers/bin/https/jar/NSJavaMiscUtil.jar:
    /u01/iplanet/servers/bin/https/jar/servlet.jar:/u01/iplanet/servers/bi
    n/https/jar/servlet-2.3-filters-
    api.jar:/u01/iplanet/servers/bin/https/jar/jsp092.jar:/u01/iplanet/ser
    vers/bin/https/jar/jaxp.jar:/u01/iplanet/servers/bin/https/jar/crimson
    .jar:/u01/iplanet/servers/bin/https/jar/xalan.jar:/u01/iplanet/servers
    /bin/https/jar/jspengine.jar:
    My LD_LIBRARY_PATH is:
    /u02/app/oracle/product/9i/lib:/u02/app/oracle/product/9i/jdbc/lib:/u0
    2/app/oracle/product/9i/jdbc/lib/classes12.zip:/u02/app/oracle/product
    /9i/jdbc/lib/nls_charset12.zip
    Can anyone help? This is currently driving me nuts. I was able to
    connect when I changed it to an application.
    I am using the Iplanet Webserver 6.0 on a Linux 7.2 platform. Like I
    said, sqlplus works fine, standard java application works fine but
    when I change it to a servlet (which means it now goes through the
    webserver, I get this error message)
    Does anyone know what the source code is trying to do at
    OCIDBAccess.java:1743 ?
    Thanks guys!

    Tony, could you please explain me better the procedure that you wrote?
    What are the boxes? My situation is similar:
    | ServerSocket (1) |
    | (192.168.1.100, 5555) |
    |
    |
    |
    |
    | Proxy |
    | Someone wants to connect to the ServerSocket (1) |
    That is not true. You CAN do it but you need a box
    outside the firewall with proper IP address to help
    you. I am not sure if Sergio still wants the answer
    today after more than a year from the original post (I
    did not see the post until today when I try to search
    for something else). Anyway, if such a box is
    available (I call it 2nd box), you could first
    establish a socket between the two boxes by HTTP
    tunneling (I assume it is a http proxy). You have to
    initiate the socket from the 1st box. Then start
    another server socket on the 2nd box, forwarding the
    traffic it gets from outside back to the 1st box using
    the established channel. That is it.
    Tony

  • Iplanet webserver 4.1 JSP problem

    Hi I am using iplanet webserver 4.1, whenever i change my jsp file, i have to restart my webserver instance otherwise ia gm getting error..is ther any way i can prevent to restart the webserver?

    this is the script.
    mv /logs/https-`uname -a`-443/access /logs/https-`uname -a`-443/access.yesterday
    compress /logs/https-`uname -a`-443/access.yesterday
    /opt/netscape/server4/https-`uname -a`-443/restart
    the moving and compressing works properly but the restart command doesn't actually kill the and restart the httpd process, and doesn't create the access or error log.
    The restart is a graceful restart will not ask for password, the same setting was working fine for a long time. it suddenly started to give this problem.
    the webserver is working fine(taking requests ,etc) except that the log files are not being written.
    i did a truss and the data collected is above i see that it is giving error #91 ERESTART many times
    there is another server with same settings which is working fine the only difference is that its patch level is lower.

  • IPlanet-WebServer-Enterprise/6.0SP6 for JDK1.6 upgrade issue

    I want to upgrade iPlanet Web Server 6.0 with JDK/jre 6.0. currently iPlanet Web Server 6.0 is refferring to JDK1.5.0_17 in our lab. I see following error in logs.Any ideas which state is this upgrade is valid or a resolution for the below error would be great.
    I tried increasing stack size(StackSize 7168000 in magnus.conf),increasing Sun os filedescriptors and stacksize,jvm.minHeapSize=8388608 and jvm.maxHeapSize=33554432( in jvm12.conf)
    Thanks in advance
    iPlanet-WebServer-Enterprise/6.0SP6 B06/23/2003 14:40
    [18/Dec/2009:09:44:27] info ( 3351): Installing a new configuration
    [18/Dec/2009:09:44:27] info ( 3351): [LS ls1] http://stg-bobowww02.attws.com, port 9090 ready to accept requests
    [18/Dec/2009:09:44:27] info ( 3351): A new configuration was successfully installed
    [18/Dec/2009:09:44:27] config ( 3351): Error occurred during initialization of VM
    [18/Dec/2009:09:44:27] config ( 3351): java.lang.StackOverflowError
    [18/Dec/2009:09:44:27] config ( 3351):
    [18/Dec/2009:09:44:27] config ( 3351): at java.lang.String.hashCode(String.java:1482)
    [18/Dec/2009:09:44:27] config ( 3351): at java.util.Hashtable.get(Hashtable.java:334)
    [18/Dec/2009:09:44:27] config ( 3351): at java.util.Properties.getProperty(Properties.java:932)
    [18/Dec/2009:09:44:27] config ( 3351): at java.lang.System.getProperty(System.java:653)
    [18/Dec/2009:09:44:27] config ( 3351): at java.lang.Class$3.run(Class.java:2897)
    [18/Dec/2009:09:44:27] config ( 3351): at java.security.AccessController.doPrivileged(Native Method)
    [18/Dec/2009:09:44:27] config ( 3351): at java.lang.Class.checkInitted(Class.java:2881)

    Thanks for the reply.
    curretnly i see from logs we have servicepack 6 for iplanet6.0 in my box. If i upgrade with new servicepack can i use JDK1.6? because i don't see that kind of statement with even in any of the documents.The documents only talk upto 1.4.2
    secondly upgrading to newer version,I think for this we need to take new licences and is there will be a cost factor for 7.0 upgrade.Because i see the free download is only for 60 day evaluation. For upgradation i need to talk to my management for getting approval i need to atleast show them we cannot do it with the existing 6.0 server with SP6.
    I use the default value intially,and i was getting the StackOverFlow error.Some sites suggested in increasing the stacksize value for remedy to StackOverFlow error.So i increased it in an increments of 1MB. And thought this would be the peak value and stopped over there.

  • JRun 4.0 initialization in iPlanet-WebServer fails

    We are facing problem with JRun 4.0 initialization in iPlanet
    Web Server 6.0SP9.
    Recently sun patch was applied with details as follows:
    NAME: Solaris 8 Recommended Patch Cluster
    DATE: Oct/04/06
    And after this we have observed the JRun 4.0 initialization
    fails reporting the following error in iPlanet error log:
    [16/Apr/2007:12:36:30] info (20514): successful server
    startup
    [16/Apr/2007:12:36:30] info (20514):
    iPlanet-WebServer-Enterprise/6.0SP9 B11/04/2004 06:35
    [16/Apr/2007:12:36:31] info (20514): jrNSAPI[init] reports:
    JRun 4.0 (Build 54102) NSAPI Extension - Oct 23 2002 11:10:21
    [16/Apr/2007:12:36:31] warning (20514): jrNSAPI[init]
    reports: initProxy failed to fetch server properties
    [16/Apr/2007:12:36:31] warning (20514): jrNSAPI[init]
    reports: could not initialize Server_1:172.29.27.86:51002
    [16/Apr/2007:12:36:31] warning (20514): jrNSAPI[init]
    reports: Couldn't initialize from remote server, deferring init
    till request time.
    [16/Apr/2007:12:36:31] info (20514): pssFilter: Init
    [16/Apr/2007:12:36:32] warning (20515): On group group1,
    servername prbpluww32.bp.com does not match subject "MANTA.BP.COM"
    of certificate Server-Cert.
    [16/Apr/2007:12:36:32] warning (20515): In secure virtual
    server https-prbpluww32.bp.com, urlhost prbpluww32.bp.com does not
    match subject "MANTA.BP.COM" of certificate Server-Cert.
    [16/Apr/2007:12:36:32] info (20515): Installing a new
    configuration
    [16/Apr/2007:12:36:32] info (20515): [LS ls1]
    https://prbpluww32.bp.com, port 443 ready to accept requests
    [16/Apr/2007:12:36:32] info (20515): A new configuration was
    successfully installed
    [16/Apr/2007:12:36:32] info (20515): Using the Solaris VM
    v1.2.2 from Sun Microsystems Inc.
    [16/Apr/2007:12:36:32] info (20515): Java VM classpath:
    /asera/apps/iplanet/servers/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar:/ase ra/apps/iplanet/servers/bin/https/jar/NSServletLayer.jar:/asera/apps/iplanet/servers/bin/h ttps/jar/NSJavaUtil.jar:/asera/apps/iplanet/servers/bin/https/jar/NSJavaMiscUtil.jar:/aser a/apps/iplanet/servers/bin/https/jar/servlet.jar:/asera/apps/iplanet/servers/bin/https/jar /servlet-2.3-filters-api.jar:/asera/apps/iplanet/servers/bin/https/jar/jsp092.jar:/asera/a pps/iplanet/servers/bin/https/jar/jaxp.jar:/asera/apps/iplanet/servers/bin/https/jar/crims on.jar:/asera/apps/iplanet/servers/bin/https/jar/xalan.jar:/asera/apps/iplanet/servers/bin /https/jar/jspengine.jar:
    [16/Apr/2007:12:36:32] info (20515): Loading
    IWSSessionManager by default.
    [16/Apr/2007:12:36:32] info (20515): IWSSessionManager:
    Maximum number of sessions is 1000
    [16/Apr/2007:12:36:32] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[1] reports: serverstore
    /asera/apps/jrun4/lib/wsconfig/1/jrunserver.store
    [16/Apr/2007:12:36:32] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[1] reports: bootstrap 172.29.27.86:51002
    [16/Apr/2007:12:36:32] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[1] reports: initProxy failed to fetch
    server properties
    [16/Apr/2007:12:36:32] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[1] reports: could not initialize
    Server_1:172.29.27.86:51002
    [16/Apr/2007:12:36:32] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[1] reports: Couldn't initialize from
    remote server, JRun server(s) probably down.
    [16/Apr/2007:12:36:33] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[57984] reports: serverstore
    /asera/apps/jrun4/lib/wsconfig/1/jrunserver.store
    [16/Apr/2007:12:36:33] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[57984] reports: bootstrap
    172.29.27.86:51002
    [16/Apr/2007:12:36:33] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[57984] reports: initProxy failed to fetch
    server properties
    [16/Apr/2007:12:36:33] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[57984] reports: could not initialize
    Server_1:172.29.27.86:51002
    [16/Apr/2007:12:36:33] warning (20515): for host 0.0.0.0
    trying to GET /, jrNSAPI[57984] reports: Couldn't initialize from
    remote server, JRun server(s) probably down.
    Finally we were forced to uninstall the sun patch and after
    that we didn't come accross with error. Are there any identified
    limitations with JRun on this sun patch? Can anybody help us in
    resolving this problem.
    Thanks,
    Mohan

    put classes12.jar path in jvm12.conf file of web server. You can configure this through GUI also. try renaming classes12.jar to classes12.zip also
    Ananda Rao

  • Help! configure openldap with iplanet

    Hello,
    i am new to openldap. I have to configure openldap to start and stop the iplanetwebserver 6.0 with non-root id.Our os is solaris 8.0
    I have to know
    1) how to compile openldap
    2) how to include iplanetwebserver schema in it.
    now i am getting,
    $ ./start
    iPlanet-WebServer-Enterprise/6.0SP2 B11/13/2001 00:49
    chiliasp: module started, version 3.6.2.24
    startup failure: could not bind to port 80 (Permission denied) .
    Please help me regarding this problem.
    thanks in advance
    balachandar.

    Ports below 1024 are privileged. If you want non-root to be able to bind to them you need to either relax the permissions on those ports, or you need to grant temporary root access to the non-root (sudo is an excellent program for this).

  • Func_exec reports:  no handler function given for directive  in iPlanet webserver 4.1

    Hi,
    I am trying to run servlets on iPlanet webserver fasttrach edition 4.1 on Windows NT,The web server starts ok as well, but when I try to connect to it I receive a server error and the following messages are in the error log:
    for host 124.163.117.31 trying to GET /servlet/sample, func_exec reports: no handler function given for directive.
    could you please give me some solution for this.
    Thanks&Regards,
    Anne.

    means there is an issue with the the Init Loadmodules line. Normally, check the syntax, make sure the shared objects are where the web server thinks they are.
    If all is good, in unix, check to make sure the init line is all ONE LINE with no line breaks.

  • Iplanet webserver response is not compressed

    Hi,
    I have a Iplanet webserver sp6 on Sun solaris OS. The problem is that the response to the client is not in compressed form. I have conmpared the setting with another webserver which is working fine and I do not see any difference in the magnus.conf or obj.conf.
    Appreciate if somebody could hlp
    Regards,

    I don't understand. iPlanet Web Server 6.0 SP6 never compresses responses. The first version of Web Server to implement HTTP compression was Sun ONE Web Server 6.1.

  • Pb with Iplanet 3.6 SP7 (OK with 3.6 no SP)

    Hi
    First sorry but my english is bad !!.
    I have a problem when a server of my society try to connect with another server through Iplanet proxy.
    In the access log file :
    10.107.116.102 - - [15/Jun/2005:09:56:21 +0200] "CONNECT re7bam.targetserver.fr:443 HTTP/1.0" 400 0 "-" "-" CONNECT connect://re7bam.targetserver.fr:443 - "-" 0 0 0 0 0 0 0 0 125 - - - - -
    In the error log file :
    [15/Jun/2005:09:56:21] failure: for host 10.107.116.102, http-parse-request reports: while scanning proxy HTTP headers, read failed, error is Op�ration r�ussie.
    I haven't this problem with Iplanet 3.6 (no service pack) with the same configurations files. Our server use a specific tool to connect.
    Are there diagnostic tools for my problem ?
    Any suggestions/recommendations are mostly welcome !!!

    Unfortunately, since your code is doing a "CONNECT" instead of a "GET" there is no way to see the actual url that the tool is requesting. The connect statement is basically telling the proxy that the client wants to start its own session to the remote server. The proxy doesn't participate in the http part of the CONNECT request.
    The only ways you can see the actual client requests are if you control either the client or server side. If you control the server side, then you can simply look in the webserver log file. If you only control the client side (and its a special tool) then you have to figure out a way to get the tool's writer to log his/her requests somewhere. (if you have control of the server side, and have a copy of the keys, then potentially you can decrypt the traffic in ethereal or ssldump)
    There are other man in the middle techniques also, but they involve setting up a type of reverse proxy that terminate and re-creates the ssl session. (i think one such tool is called grinder)
    This is strange, yes
    -rich

  • In iPlanet WebServer getRuntime.exec() not running

    Hi
    We are using iPlanet webserver 4.1 SP5 for unix.
    In the servlet in the init method the following command
    is not getting called
    Process ps = Runtime.getRuntime().exec("application");
    "application" is written in c.
    Even with the java class this is not called.
    Process ps = Runtime.getRuntime().exec("java sample");
    I have given the class path and path correctly.
    It is not throwing any exceptions also.
    But if i set the MaxProcs 4 in the magnus.conf file
    it is throwing java.io.IOException Badfile number
    I have set the CGIWaitPid on.
    I haven't given the cgi directory since we are not using cgi programs
    I could not understand whether this iPlanet web server does
    *support native interface
    *in unix will it create fork command to execute an
    application
    * do i have to change the setup in config files
    If any of you could clarify this it would be of great help to me
    Thanks in advance

    Even I am facing the same problem, but with Apache-Tomcat combination.
    Hope you have got the solution (being +ve 'cos its long since u posted it here), please write back to me                                                                                                                                                                                                                                                                                                                                                               

  • Erro 404 Not Found  iplanet webserver

    Hi,
    We have application to hosted in iplanet webserver and weblogic application server.
    we/users accesing one URL like http://domain.com/context/folder1/index.jsp.
    some request fails(intermittently) and giving 404 not found error to user page.we checked the iplanet access and error logs. in logs we saw 404 not found error.
    we got some solution to change KeepAliveTimeOut param from 30 sec to 300 sec. we did the same . but after that also we are facing the issue.
    please any one knows . please help us.
    Regards
    karthik

    Thanks for the reply.
    we are using two iplanet server hosted in different machine with frontend cisco content switches (CCS). so the request first goes to CCS and then CCS forward to the iplanet.
    We are facing this problem in production. so we couldn't do the profiling in production.
    we are geeing 404 error only in access log. no information in error.log
    203.101.69.254 - - [31/Jan/2007:06:03:53 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 200 5829
    203.101.69.254 - - [31/Jan/2007:06:05:38 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 404 1317
    203.101.69.254 - - [31/Jan/2007:06:09:25 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 200 5829
    203.101.69.254 - - [31/Jan/2007:06:12:38 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 200 5829
    203.101.69.254 - - [31/Jan/2007:06:23:29 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 200 5829
    203.101.69.254 - - [31/Jan/2007:07:12:30 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 200 5829
    203.101.69.254 - - [31/Jan/2007:07:13:09 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 404 1317
    203.101.69.254 - - [31/Jan/2007:07:42:35 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 200 5829
    203.101.69.254 - - [31/Jan/2007:07:42:44 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 200 5829
    203.101.69.254 - - [31/Jan/2007:07:42:51 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 404 1317
    203.101.69.254 - - [31/Jan/2007:07:43:06 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 200 5829
    203.101.69.254 - - [31/Jan/2007:07:43:09 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 404 1317
    203.101.69.254 - - [31/Jan/2007:07:43:15 +0000] "GET /dynamic/search/index.jsp HTTP/1.0" 200 5829
    Some request only giving 404 NOT Found Error.if we try the URL in IE 10 times, 2 0r 3 request giving 404 Error and remaining request gives successful pages.
    Please give us any other suggestion.
    Regards
    karthik

  • To block iplanet webserver version in http header

    Please let me know how to block the iplanet version being displayed in http header.
    I am using iplanet webserver 4.1 sp12

    Please refer to http://docs.sun.com/source/817-0533-10/rn41sp12.html#39181
    Hope this helps.

Maybe you are looking for

  • I have a problem when update tables with a database link (APEX)

    Hi, I search answers for my problem and I not found a solution. My problem start when I open page with database link statement in APEX. I drop tables and execute this for update the tables in APEX. EXECUTE IMMEDIATE 'CREATE TABLE XXXXXXX AS SELECT A1

  • Subtotal in alv after sort

    i have six fields,    based upon the sorting of all 5 fields, i should get the subtotal for sixth field in the alv list report(i have used func module alv_list_display'). How can I set the sorting sequence in IT_SORT? and display the sub-total.

  • Very strange behaviour (Image Squished) every time I export

    I have a strange issue happening. On one of my mobile pages if I export my HTML the image appears squished. However if I make any adjustment to the image in Muse prior to exporting. i.e./  Shift its X or Y property, etc and then export again .. it ap

  • Report Queries and collections

    Hello! I want to intergrate a collection query into the report query for pdf-printing. (Home>Application Builder>Application 111>Shared Components>Report Queries>Edit Report Query) I trigger the report generation by a submit button. Wheras the collec

  • Xml output emails are not coming

    Hi, We have an issue in our prod EBS 11i environment, suddenly we are unable to get mails for xml output. Other emails are coming. How to find the issue? please help. Thanks, Kavitha