How to Confugure NSAPI Librarys in Sun ONE Web Server 6.1

Hi,

I'm trying to configure servelets to run using NSAPI in Sun ONE Web Server 6.1 like in iPlanet Web Server 4.1.

But I was unsuccessful. Am I following the currect approach, trying to use NSAPI or

is there a different way in Sun ONE Web Server 6.1 to cunfigure the server so thatservelets and java can be used.

Please Help...

[368 byte] By [dnranatunga] at [2007-11-26 11:46:00]
# 1
Check out these :Sun ONE Web Server 6.1 Programmer's Guide to Web Applications http://docs.sun.com/app/docs/doc/817-1833-10NSAPI Programmers guide http://docs.sun.com/app/docs/doc/817-1835-10
meena@wssun at 2007-7-7 11:56:09 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

web server 6.1 supports servlet 2.3 specifications . pl. check out servlet 2.3 specification from here.

http://jcp.org/aboutJava/communityprocess/first/jsr053/index.html

typcially, you will need to deploy the servlet either using a war file or using a directory deployment in the format mentioned within 2.3 specification

chilideveloper at 2007-7-7 11:56:09 > top of Java-index,Web & Directory Servers,Web Servers...