To All,
Yep, I was'nt to sure of the diff file or how to apply it,
but with the help of Jim I was doing to try it later on
tonight.
With the command line of..
> localhost:~/JWS/JavaWebServer1.1$ patch -p1 < jwebs-linux.diff
But at the moment I am trying to get to grips with the
solaris version of jws1.1 (and with the help of Joe, it appears
to work ok) I am still trying to get to grips with the sample
of MailServlet but thats another story...
When I try running the jws1.1 under linux without applying the patch
by running httpd.nojre, I get the errors of can't find the libs
etc and when they do the result is as expected (not a elf file etc..)
as it was ment for a Solaris box).
Jim have you attempted to run the httpd.nojre after applying
the patch ?
Many thanks
Matt
> From: jim watson <[EMAIL PROTECTED]>
>
> > Matt Zagni wrote:Is there an easy way to apply the diff's, or is it a manual
>
> i went and got the JavaWebServer1.1 and applied the diffs from
> http://www.blackdown.org/java-linux/products.html
>
> most of the diffs succeeded so i guess i have done it correctly, but a number
> of the diffs rejected:
>
> it stopped at the start so i told it to look for startup_wrapper, but there is
> no such file...
>
> is the diff out of date?
> ===============================================
> localhost:~/JWS/JavaWebServer1.1$ patch -p1 < jwebs-linux.diff
>
> Hmm... Looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |--- ../../sparc-S2/bin/startup_wrapper Thu Oct 30 14:42:05 1997
> |+++ startup_wrapper Thu Mar 5 00:39:06 1998
> --------------------------
> File to patch: localhost:~/JWS/JavaWebServer1.1$ patch -p1 < jwebs-linux.diff
> Hmm... Looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |--- ../../sparc-S2/bin/startup_wrapper Thu Oct 30 14:42:05 1997
> |+++ startup_wrapper Thu Mar 5 00:39:06 1998
> --------------------------
> File to patch: startup_wrapper
> No file found--skip this patch? [n] y
> Skipping patch...
> Hunk #1 ignored at 10.
> Hunk #2 ignored at 87.
> 2 out of 2 hunks ignored--saving rejects to startup_wrapper.rej
> Hmm... The next patch looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |
> |--- ./bin/jserv.cls Wed Feb 4 15:52:32 1998
> |+++ ./bin/jserv Thu Mar 5 01:19:54 1998
> --------------------------
> Patching file bin/jserv using Plan A...
> Hunk #1 succeeded at 560.
> Hmm... The next patch looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |--- ./native/Makefile.lnx.cls Thu Mar 5 01:21:16 1998
> |+++ ./native/Makefile.lnx Thu Mar 5 01:36:14 1998
> --------------------------
> (Creating file native/Makefile.lnx...)
> Patching file native/Makefile.lnx using Plan A...
> Hunk #1 succeeded at 1.
> Hmm... The next patch looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |--- ./native/UNIXUser.c.cls Wed Feb 4 15:34:15 1998
> |+++ ./native/UNIXUser.c Thu Mar 5 01:28:16 1998
> --------------------------
> Patching file native/UNIXUser.c using Plan A...
> Hunk #1 failed at 35.
> 1 out of 1 hunks failed--saving rejects to native/UNIXUser.c.rej
> Hmm... The next patch looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |--- ./native/UNIXUserEnumeration.c.cls Wed Feb 4 15:34:15 1998
> |+++ ./native/UNIXUserEnumeration.c Thu Mar 5 01:27:52 1998
> --------------------------
> Patching file native/UNIXUserEnumeration.c using Plan A...
> Hunk #1 failed at 57.
> 1 out of 1 hunks failed--saving rejects to native/UNIXUserEnumeration.c.rej
> Hmm... The next patch looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |--- ./etc/java-server.startup.cls Wed Feb 4 15:53:24 1998
> |+++ ./etc/java-server.startup Thu Mar 5 01:42:22 1998
> --------------------------
> Patching file etc/java-server.startup using Plan A...
> Hunk #1 succeeded at 80.
> Hunk #2 succeeded at 92.
> Hunk #3 succeeded at 111.
> Hunk #4 failed at 168.
> 1 out of 4 hunks failed--saving rejects to etc/java-server.startup.rej
> done
>
>