Hi,

Please help me.  I have struggled with this problem for almost the whole
week....

I am trying to install Apache and jserv on unix solaris 2.7.  I followed
the instructions specified in the install documentation and
http://www.servletcentral.com/1999-01/jserv.dchtml, including
downloading jsdk 2.0, jdk 1.2.1, apache 1.3.6, jserv 1.0 (the one
released on May 14 1999). In addition, I have also installed autoconf
2.13, automake 1.4, libtook 1.2 before I do any configuration.

Below are the steps I have been through
>cd /dir/to/where/apacheIsExtracted
>./configure --prefix=/usr/local/apache
>make
>make installl

So far, everything works great.  When executing
'/usr/local/apache/bin/apachectl start', httpd did start.

Then
>cd dir/to/where/jservIsExtracted
>./configure --with-apache-src=dir/to/where/apacheIsExtracted

Although it said 'checking for working makeinfo... missing' and 'checking
if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no' and 'checking if
the linker (/usr/ccs/bin/ld) is GNU ld... no', I got the message saying
the configuration is complete and other message as below

----------------------- part of configuration result
Configuration complete. 

Apache Directory: /iil2/apache1.3.6 
Apache Version: 1.3 
Module Type:  static (mod_jserv will be statically compiled into server)
Apache include flags: -I/iil2/apache1.3.6/src/include 
-I/iil2/apache1.3.6/src/os/unix

Run make to compile the Java portion of Apache JServ.  (optional) Run
'make install' to make a .jar file, and copy it and the docs into the
directory you specified as --prefix: /usr/local/jserv

Then cd to /iil2/apache1.3.6 and run configure like so:  ./config.status
--activate-module=src/modules/jserv/mod_jserv

Then do a make in order to build the C portion of Apache JServ into your
Apache server. 

Then, to run the example configuration, put this in your httpd.conf: 
Include /iil2/Apache-JServ-19990514/example/jserv.conf

Then try visiting the URL:
http://hostname:Server_Port/example/Hello

----------------------- end of part of configuration result 

So, I continue to do the following.... 

>make 
>make install 

I confirm that there are two sub-directories, docs and lib, under
/usr/local/jserv and ApacheJserv.jar is under the subdirectory, lib.  So,
I continue to do the following

>cd /iil2/apache1.3.6 (where the apache files are extracted) 
>./config.status --activate-module=src/modules/jserv/mod_jserv
>make

No error messages.  So I continue and add the line 'Include
/iil2/Apache-JServ-19990514/example/jserv.conf' to the bottom of the
httpd.conf under /usr/local/apache/conf

Then, I use netscape to access to
http://hostname:Server_Port/example/Hello

I got the message, "The requested URL /example/Hello was not found on this
server.'

What can be wrong?  I noticed that mod_jserv.so never appear under
/usr/local/apache/libexec, is this normal?

I really appreciate all your help!


Shin





-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to