You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Scott Archer <sc...@its.state.ms.us> on 2001/11/01 20:47:02 UTC

Nightly mod_webapps Build

Where can I find a copy of the Nightly mod_webapps build. (I have looked and looked and cannot find it)

I was told it could possibly address the problem listed below.

Thanks

------------------------
Tomcat 4.01 + Apache 1.3
------------------------
I have mod_webapps installed, and everything works fine except when I try to use the com.oreilly.servlet package to try to upload a file via http.(multipart form) The same servlet works fine when connecting directly to tomcat standalone (8080) but when going through the apache web server and the mod_webapps
connector I get corrupted files (jpegs).

It sounds very similar to the first bug described here
http://www.servlets.com/soapbox/bugs.html

Is there any way to patch the source or work around this?
(I'm running virutal hosts so i'd like to use the warp connector)

---------------------------------------------------------------------------
This message has been posted through the Jakarta Tomcat 4.0 F.A.Q.
on line forum, and can be seen at:
<http://nagoya.apache.org:8080/jive/thread.jsp?forum=1&thread=17>
For more informations about the on-line Jakarta forums, please go to:
<http://nagoya.apache.org:8080/jive/>
---------------------------------------------------------------------------

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Nightly mod_webapps Build

Posted by Pier Fumagalli <pi...@betaversion.org>.
Scott Archer at scarcher@its.state.ms.us wrote:

> Where can I find a copy of the Nightly mod_webapps build. (I have looked and
> looked and cannot find it)

http://nagoya.apache.org/~pier/

> I was told it could possibly address the problem listed below.

Indeed it does...

    Pier


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Nightly mod_webapps Build

Posted by Scott Archer <fo...@jakarta.apache.org>.
--Note I did not write this I am pasting it from an e-mail I recieved--

<someone>
Today I had some extra time so got back down to working on this problem
and found this:

  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3534

So I checked out the latest (as of today) "jakarta-tomcat-connectors"
module from the Apache project CVS:

  http://www.apache.org/foundation/cvs.html

It took a little bit of effort to get the mod_webapp.so and warp.jar to
compile because the instructions in README.txt are incorrect about how
to get it to build warp.jar - you need to run './configure --help' to
see the correct command-line.  Finally everything built properly.

I installed the new mod_webapp and the new warp.jar on my Linux box
running Apache 1.3.20 and Tomcat 4.0 and tried a file upload through
apache into Tomcay using the com.oreilley filter classes and it worked!

Of course, YMMV.

If anyone wants me to make the compiled mod_webapp.so and/or warp.jar
available, let me know and I'll stick them online someplace.


> Son Lai <So...@roundpeg.com> wrote:
> 
> Hey unfortunate guys,
> 
> Well i compiled the nightly builds. And it doesnt seem to work either.
> 
> (I compiled the 20011101 version and the 20011026 version as well).
> I even tried the mod_webapp.c V 1.28 (not included in any gz file yet)
> and it still doesnt work. I guess someone has to look into the code to
> fix it or ask Pier to do it ;-)
-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#!/usr/bin/perl -w
$_='while(read+STDIN,$_,2048){$a=29;$b=73;$c=142;$t=255;@t=map
{$_%16or$t^=$c^=($m=(11,10,116,100,11,122,20,100)[$_/16%8])&110;
$t^=(72,@z=(64,72,$a^=12*($_%16-2?0:$m&17)),$b^=$_%64?12:0,@z)
[$_%8]}(16..271);if((@a=unx"C*",$_)[20]&48){$h=5;$_=unxb24,join
"",@b=map{xB8,unxb8,chr($_^$a[--$h+84])}@ARGV;s/...$/1$&/;$d=
unxV,xb25,$_;$e=256|(ord$b[4])<<9|ord$b[3];$d=$d>>8^($f=$t&($d
>>12^$d>>4^$d^$d/8))<<17,$e=$e>>8^($t&($g=($q=$e>>14&7^$e)^$q*
8^$q<<6))<<9,$_=$t[$_]^(($h>>=8)+=$f+(~$g&$t))for@a[128..$#a]}
print+x"C*",@a}';s/x/pack+/g;eval 

usage: qrpff 153 2 8 105 225 < /mnt/dvd/VOB_FILENAME \
    | extract_mpeg2 | mpeg2dec - 

         http://www.cs.cmu.edu/~dst/DeCSS/Gallery/
http://www.eff.org/                   http://www.anti-dmca.org/
   http://www.sciencemag.org/cgi/content/full/293/5537/2028
---------------------------------------------------------------------------
This message has been posted through the Jakarta Tomcat 4.0 F.A.Q.
on line forum, and can be seen at:
<http://nagoya.apache.org:8080/jive/thread.jsp?forum=1&thread=17>
For more informations about the on-line Jakarta forums, please go to:
<http://nagoya.apache.org:8080/jive/>
---------------------------------------------------------------------------

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>