----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


I've also been having problems installing the
recent JServ beta.  I keep getting in jserv.log ...

  Connections from cauchy.clarkevans.com/209.9.30.66 are not allowed.

I've read the FAQ, switched to several versions of the JVM, checked
the paths, ran jserv manually, etc...  Same problem.  I'm running
RH 6.1 on a Pentium Pro class box.
 
So... going through the mailing list, the only decent advice was
to download the recent snapshot.  So I did.  Unfortunately, there
isn't a "configure" script.  This is ok, you use autoconf to
generate it... no luck.  So, I read README.build, it says to 
run the following commands in order:  aclocal, autoconf, automake
 
Just to make sure I didn't have anything messed up, I took a
fresh snapshot and tried this, receiving several errors:
                                                              
.......................................

cvs server: Updating jserv/src/scripts/package/zip
U jserv/src/scripts/package/zip/make.package.bat
cvs server: Updating jserv/src/scripts/package/zip/tools
U jserv/src/scripts/package/zip/tools/sweep.com
[root@cauchy java.apache.org]# ls
co  jserv
[root@cauchy java.apache.org]# cd jserv
[root@cauchy jserv]# tail README.build
Now, to use these tools, run the following:
 
# aclocal
# autoconf
# automake
 
There shouldn't be any output to these commands -- if there is, make sure
you have the versions specified above, and if the problems persist, contact
the developer mailing list.
 
[root@cauchy jserv]# aclocal
aclocal: configure.in: 39: macro `AM_DISABLE_STATIC' not found in library
aclocal: configure.in: 40: macro `AM_PROG_LIBTOOL' not found in library
[root@cauchy jserv]# autoconf
autoconf: Undefined macros:
configure.in:395:AC_PROG_JAVATOOL(JAVA,java,[    Java runtime])
configure.in:396:AC_PROG_JAVATOOL(JAVAC,javac,[   Java compiler])
configure.in:397:AC_PROG_JAVATOOL(JAVADOC,javadoc,[ Java documentation compiler],
configure.in:399:AC_PROG_JAVATOOL(JAR,jar,[     Java Archiver])
configure.in:401:AC_PATH_JAVACLASS(JSDK,JSDK2.0,javax.servlet.Servlet,[    Where to 
find the JSDK 2.0 classes])
configure.in:404:AC_PATH_EXTRA(JSDK)
configure.in:452:AC_PROG_JAVATOOL(JARSIGNER,jarsigner,[JAR file signer])
[root@cauchy jserv]# automake                 





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

Reply via email to