Re: Tomcat working with Netscape Enterprise Server on Solaris

2000-11-17 Thread Jason Kissinger

This file is included with NES/iPlanet.   You'll probably also have a problem
finding jni.h which is included with Java once you fix this one.  To fix,
Makefile looks for environment variables to these locations:

export SUITSPOT_HOME=/opt/netscape/server4/plugins(it differs for
different versions of NES, look for a dir that contains an include dir)
export JAVA_HOME=/opt/jdk

-Jason


Joan Xiao wrote:

> I tried "make -f Makefiel.solaris" in jakarta-tomcat/src/native/iis_netscape
> directory,
> and got the following error:
>
> jk_nsapi_plugin.c:71: nsapi.h: No such file or directory
> *** Error code 1
> make: Fatal error: Command failed for traget 'jk_nsapi_plugin.o'
>
> I used the souce code from release 3.1. There is no nsapi.h in this
> directory. Any help
> is highly appreciated.
>
> Joan




Re: Tomcat working with Netscape Enterprise Server on Solaris

2000-11-16 Thread Mike Anderson



nsapi.h is included with the webserver install.  It will 
be in an include directory underneath the main netscape directory.
 
Mike Anderson>>> [EMAIL PROTECTED] 
11/16/00 04:55PM >>>I tried "make -f Makefiel.solaris" in 
jakarta-tomcat/src/native/iis_netscapedirectory,and got the following 
error:jk_nsapi_plugin.c:71: nsapi.h: No such file or directory*** 
Error code 1make: Fatal error: Command failed for traget 
'jk_nsapi_plugin.o'I used the souce code from release 3.1. There is no 
nsapi.h in thisdirectory. Any help is highly appreciated. 
Joan


Tomcat working with Netscape Enterprise Server on Solaris

2000-11-16 Thread Joan Xiao

I tried "make -f Makefiel.solaris" in jakarta-tomcat/src/native/iis_netscape
directory,
and got the following error:

jk_nsapi_plugin.c:71: nsapi.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for traget 'jk_nsapi_plugin.o'

I used the souce code from release 3.1. There is no nsapi.h in this
directory. Any help 
is highly appreciated. 

Joan