IPlanet WebServer 4.1 + App Server 6.0 sp3

Hi,
I've got a problem with iWS 4.1 and iAS 6.0 sp3 on solaris. Both installation was successful so I deploy the helloworld ear for testing. It was completed without errors.
Then I visit the site
http://<host>:<port>/ias-samples/helloworld/docs/index.html
then i click the "clicking here" link which took me to
http://<host>:<port>/NASApp/helloworld/index.html, but it return a 404.
And
http://<host>:<port>/NASApp/helloworld/GreeterServlet
First I thought it was setup problem because it wasn't redirected to the app server. I followed the step for "Manually Configuring Web Connector Plug-In", but it didn't working.
I checked the Error Log in iWS and found this:
"send-file reports: can't find /opt/netscape/server41sp6/docs/NASApp/helloworld/index.html (File not found) "
And
"send-file reports: can't find /opt/netscape/server41sp6/docs/NASApp/helloworld/GreeterServlet (File not found) "
Please advise, Thank you

Hi,
Can you please let me know if fortune application works good ?.
Also please check the files under iPlanet\ias6\ias\APPS\helloworld to ensure the required files are present.
When I get this issue, I usually go in for reinstalling the app server without touching the webserver and this method always helped me.
Regards
Ganesh .R
Developer Technical Support
Sun Microsystems
http://www.sun.com/developers/support

Similar Messages

  • Problem in integrating sunone webserver with websphere app server

    Hello all
    I am trying to integrate sunone6.0 webserver with websphere5.0 app server. I did the following changes in sunone6.0 config files
    1) Added one directive to the obj.conf file after "<Object name=default>":
    Service fn="as_handler"
    2) Added two directives to the end of the magus.conf file:
    Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="/opt/WebSphere/AppServer/bin/libns41_http.so"
    Init fn="as_init" bootstrap.properties="/opt/WebSphere/AppServer/config/cells/plugin-cfg.xml"
    Can any one of u tell me how to check whether sunone webserver is redirecting request to webshere app server?
    i tried this url https://sunonewebserver:80/webapps/examples but i was not getting any result of that url.

    You might want to check here http://developers.sun.com/prodtech/webserver/
    and here http://developers.sun.com/
    These have forums and articles devoted to specific Sun products

  • Migration from iplanet webserver to Sun Directory Server

    Hi,
    I have Oracle Iplanet WebServer Enterprise edition V6.0 SP2 in my dev environment. I would want to migrate the system to Sun Java System Directory Server V6.0. I have looked up the migration guide for Sun DS V6.0. But i could not find any reference to Iplanet WebServers.
    Can anybody please let me know the migration procedure for migrating from Iplanet Server to Sun Directory server.
    Any help would be appreicated
    Thank you
    Nowfal

    Please ignore this question since we have dropped the plan to migrate, instead set a new DS instance from the beginning

  • Including static html file (WebServer)  with JSP (App server)?

    Hi,
    I want to know how can a static html file that runs on a Web Server (iPlanet) in a JSP that runs on an App Server (WebLogic 6.1).
    What would be the tag used and how the html file is referenced? Is there any other extra settings involved while integrating iPlanet with WebLogic 6.1?
    Responses are highly appreciated.
    Thanks and Regards,
    Madanlal.

    Web servers usually work with the MIME Types. In the mime type settings will determine how a request for a particular mime type is served. Usually HTML, JPG,GIF... are served by the web server itself. A JSP request will be forwarded to the APP Server for peocessing.
    The HTML and the image files need to be in a directory visible to the web server from the document root.
    See the files
    config\mime.types
    config\obj.conf
    under the web server installation directory.
    Refer to the web server's admin guide for more info.

  • Does anyone know where I can download the IPlanet App Server 6.0 SP3 to get rid of this f... SP2 installation night mare on win  NT

    Does anyone know where I can download the IPlanet Application Server 6.0 SP3 to get rid of this f... SP2 installation night mare on win NT

    Hi,
    You an download the iAS6.5 from http://wwws.sun.com/software/download/download/
    There is no place where you can download the SP3. Anyway 6.5 has more advance features. Anyway SP2 works fine with win NT. If you have any specific problem with installation, you can point them out. I would suggest you to use 6.5 instead.
    Thanks
    parsu

  • Is it possible to use commerce server with netscape webserver and weblogic app server

    Hello,
    We want to use Netscape webserver using NSAPI plug-in with WLS 5.1.
    In this scenario can we get full functionality of Weblogic Commerce server
    2.0.1 if we wnat to use above setup.
    This is urgent please.
    surya

    Surya,
    The NSAPI plug-in with WLS 5.1 should not adversely affect the way the
    Commerce Server works. Although this platform is not 'certified', the product
    is J2EE compliant and should work without error.
    Hope this helps!
    surya chavali wrote:
    Hello,
    We want to use Netscape webserver using NSAPI plug-in with WLS 5.1.
    In this scenario can we get full functionality of Weblogic Commerce server
    2.0.1 if we wnat to use above setup.
    This is urgent please.
    surya

  • Error  404 Not Found in  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

    Hi,
    Is your web server forwarding all requests to Application server (web logic). If so you need ti have those files in the app server doc root.
    give more details like what you are using passthrough or reverse proxy for request forwarding to Weblogic from Webserver.
    thx

  • 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

  • Migrating from Iplanet Application Server 6.0 to SUN ONE App Server 7.0

    Hi,
    I have an Iplanet App Server 6.0 and Iplanet web server 6.0 I would like to migrate to SUN ONE Appserver 7.0 .
    If I am migrating,then can I fit the existing web server(Iplanet 6.0) into SUN ONE or not.
    Also I want the migrations cost in detail.

    Please refer to the following url:
    http://www.sun.com/migration/sunonetools.html
    This should give u a head start on what needs to be done and how,. WIth respect to webserver , i guess you can use it or leave it depending on the architecture you require to deploy your solution.
    Hope this helps !

  • Follow up to web services question:  How do I expose java components as web services on iPlanet 6.0 app server?

    My task - my company has several legacy PowerBuilder applications that access a variety of Sybase and MS SQL databases. Rather than re-inventing the wheel by re-writing these applications in Java, we would like to enable these applications to call java components (EJBs) that will provide new functionality. I would need a piece of software called CSXtend (from www.cynergysystems.com) to allow PowerBuilder to call a web service. However, I am not sure how to expose my business functions (EJBs) as web services on the iPlanet 6.0 App server. Thanks for all previous responses! Any additional info would be greatly appreciated! Mike

    I have used Glue (http://www.themindelectric.com/products/glue/glue.html) to expose some of our stuff as Web Services. I recently found this on serverside. It's pretty good.
    http://www.theserverside.com/resources/article.jsp?l=Systinet-web-services-part-1
    I believe that the middleware they use can be plugged into IPlanet. There is also an article in the knowledge base on the IPlanet site.
    Jon

  • When i try to install iPlanet App Server on NT, I do not get screen to enter license key valid for evaluation. --- " cache File Read error"

    When i try to install iPlanet App Server on NT, I do not get screen to enter license key valid for evaluation.
    Also during installation screens an error window is displayed saying "cache File Read error -- Could not read ProductKey entry from the cache file "

    Hi,
    I also get the following message:
    "Could not read ProductKey entry from the cache file"
    I have no idea how to provide the installation software with the key. I also tried "keycheck.exe"
    Do you have a solution for this problem? Did you finish the installation?
    Christian

  • Problem with Connection to SQL Server via Servlet (in iPlanet 6 App Server)

    Hi ,
    I am using the iPlanet ApplicationServer 6.0 SP2 for development & testing of an internet application.
    I am facing a problem when I am trying to connect to MS SQL SERVER via the native jdbcodbc driver (obdc32.dll). The error is something like this :
    [26/Jul/2001 11:50:35:7] warning: DriverConnect: (28000): [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '\'.(DB Error: 18456)
    [26/Jul/2001 11:50:35:7] warning: ODBC-027: CreateConn: failed to create connection [new connection]: DSN=fadd,DB=cashbook,USER=test,PASS=xxxxxxxxx
    [26/Jul/2001 11:50:35:7] error: DATA-108: failed to create a data connection wit
    h any of specified drivers
    Error in connecting to the Database for cirrus :java.sql.SQLException: failed to
    create a data connection with any of specified drivers
    java.sql.SQLException: failed to create a data connection with any of specified
    drivers
    at com.netscape.server.jdbc.Driver.afterVerify(Unknown Source)
    at com.netscape.server.jdbc.Driver.connect(Unknown Source)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source)
    at gefa.util.DBConnection.jdbcConnectionOpen(DBConnection.java:65)
    at gefa.servlet.ServUpload.doPost(ServUpload.java:45)
    at gefa.servlet.ServUpload.doGet(ServUpload.java:29)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    I have configured a DSN with the name "fadd" on the machine with the application server and it used NT authentication. I have supplied an NT userid and password that has appropriate rights on the database "cashbook".
    When I write a java standalone program, it does connect but via a servlet it does not connect.
    Can some guide me with this problem please ?
    Anything one might have observed in the past ? (may be specific to iPlanet ?)
    Thanks a lot in advance
    ~Sunil

    I'm using iPlanet App server as well and experiencing similar problem. I load my SQL Server driver by Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver"), then use DriverManager.getDriver() to obtain the Driver.
    However, the Driver returned is not the SQLServerDriver as expected. The Driver returned is com.netscape.server.jdbc.Driver! And then when I do Driver.getConnection("jdbc:microsoft:sqlserver://MyServer"), it throws an SQLException saying that it doesn't accept a jdbc:microsoft:sqlserver subprotocol. Well, of course it doesn't, it's not a microsoft Driver at all.
    I suspect the problem is that the netscape Driver's acceptsURL() method ALWAYS returns true in iPlanet app server, thus when you getDriver(), the netscape Driver is always returned (and always returned as the first one since it's default?). Thus even though the same piece of code works fine as a standalone application, it just doesn't work on iPlanet app server.
    My work around is:
    Class.forName("my.Driver");
    Enumeration enu = DriverManager.getDrivers();
    Driver useThis = null;
    while (enu.hasMoreElements()) {
    Driver d = (Driver)enu.nextElement();
    if (d.getClass().toString().indexOf("my.Driver") > -1) {
    useThis = d;
    Mind that my above code does not have an performance issue. If you look into the source code of how DriverManager get a Driver for a particular URL, it also loads the whole set of available Drivers, then call acceptsURL() method on each of them to find the first "suitable" one. Thus time complexity is the same.
    I know this is not a very elegant solution and it defeats the purpose of having a DriverManager. Does any one else has a better way to solve this problem, like a way to specify the priority of each Driver so that SQLServerDriver is returned before the netscape Driver?
    Thanks a lot.

  • 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

  • IPlanet App Server 6.5 on Solaris Installation failed

    During installation of Application Server 6.5 I got the following errors:
    Error#1
    Setting up Administration Server Instance...
    ERROR: Ldap authentication failed (151:Unknown error.)
    Error#2
    ldap_simple_bind: Can't connect to the LDAP server - No route to host
    ERROR: Unable to connect to LDAP Directory Server
    Hostname: raptor.mycompany.com.unixport
    Port: 11024
    User: cn=Directory Manager
    Password: <password-for-cn=Directory Manager >
    Hostname figured out automagically by the iPlanet's setup script has fully qualified hostname followed by domainname somehow and I did not have a chance to fix it.
    /etc/defaultdomain contains unixport
    /etc/hosts has:
    127.0.0.1 localhost
    ipaddress raptor.mycompany.com raptor loghost
    Applied all the patches recommended for Solaris8 per installation doc.
    Installed iPlanet WebServer ( Enterprise ) 6.0SP4
    Has anyone faced a similar problem with this server on Solaris 8?
    Vamsi

    Really I have the same problem with iAS6 SP4 under Solari 2.6.
    I've got:
    0. *****************ERROR: Register_NASA: One of these variables was not defined:
    LDAP_Hostname [sirocco.uab.es] LDAP_ServerPort [391]
    LDAP_RootDN [cn=Directory Manager ] LDAP_RootDNPwd []
    ... skipping LDAP registration ...
    but I already have an installation with the SAME install.inf and userinput.log and it runs without problem. When I install it interactively I can't see this error msgs at all !!! but after all I can't connect like admin (I've got a msg "Cannot login....."
    In my /etc/hosts I have all kind of names :-((
    Oleg Mercader

  • JNDI Lokup for DSN in iPlanet 6.5 App server

    Hi ,
    I have been trying to implement Connection Pooling in my application using the built-in features of iPlanet App server 6.5 . For the same i have made the following entries:
    1. web.xml
    <resource-ref>
    <description>Ptrade Entry</description>
    <res-ref-name>jdbc/ptradeDataSource</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    2. ias-web.xml
    <resource-ref>
    <res-ref-name>jdbc/ptradeDataSource</ref-ref-name>
    <jndi-name>jdbc/ptrade/ptradeDB</jndi-name>
    </resource-ref>
    3. Also my class tries to ge the context using
    try {
    InitialContext ic = new InitialContext();
    ds = (DataSource)ic.lookup("java:comp/env/jdbc/ptradeDataSource");
    catch (NamingException ne) {
    System.out.println("Naming Exception" + ne);
    Connection dbc = ds.getConnection();
    return dbc;
    However i am getting an javax.naming.NameNotfoundException: can't locate jdbc/ptradeDataSource.
    Could somebody pls tell me what is wrong with my configuration and code?

    Well, it looks like you haven't actually configured a datasource with that name. You've only configured the use of the datasource were it to exist. I don't know iPlanet, so you'll have to consult the docs to find out how to create the DS.

Maybe you are looking for

  • Autosize stops working on Mac

    I have a SWF that loads text from an external outside file, then automatically updates its height using Autosize. However, then I run the swf on a Mac, I only get the first line of text. The tops of the letters on the second line can be seen, but onl

  • Stop appts changing time in calendar

    When I change time zones, my appointments change time as well. How do I stop this but be able to change time zones when I am flying interstate. I would have my appointments on the correct time wherever I am.

  • Some more details about hard drives with a T410s

    Hi all, So, needless to say, my T410s uses a 100 GB 1.8" Internal hard drive.  The 1.8" drives are seeming to be harder find and more expensive by the day.  I have recently purchased and installed the ultrabay hard drive adapter so I now have some qu

  • I put the ARDAgent in the trash, now i can't get rid of it.

    To solve another problem, I put the ARDAgent in the trash. Now I can't move it out of the trash, or delete the trash with ARDAgent in it. If I try to move ARDAgent out of the trash nothing happens. If I try to copy it out of the trash it just says "p

  • -48 error message & iTunes not copying to iPod

    Hi there. When hooking up to iTunes with my iPod (5th Gen) iTunes throws a -48 Error. I've wiped the iPod with disc utility and it's still happening. Also it starts copying files over yet stops and shows a -5.5MB or 35MB copied. Can anyone shed any l