You may want to look into web_dav depending on what exactly you need.  Of course considering you are running tomcat, you may want to look at a java app that can do what you want if you need something more than just a simple setup.
<br><br>I would recommend leveraging what you have instead of changing architecture or adding complexity to your setup.&nbsp; Apache and Tomcat can be complex enough without adding more modules or variables that can go wrong.<br>
<br>brad<br><br><div><span class="gmail_quote">On 6/23/06, <b class="gmail_sendername">Pete Cummings</b> &lt;<a href="mailto:pete@linuxcowboy.com">pete@linuxcowboy.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Assembler is the way to go.<br><br><br>Jonathan Skulski wrote:<br><br>&gt; Have you ever considered mod_perl?<br>&gt;<br>&gt; Perhaps you could rewrite some of it in perl and use mod_perl. I think<br>&gt; there is a decline method in mod_perl that will pass back the request
<br>&gt; object to apache and then you will be all set.<br>&gt;<br>&gt; jsk<br>&gt;<br>&gt; On 6/23/06, <a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org</a> &lt;<a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org
</a>&gt; wrote:<br>&gt;<br>&gt;&gt; Not directly Linux related, but maybe someone can help me out.<br>&gt;&gt;<br>&gt;&gt; I have certain files that can only be accessed by the customers that<br>&gt;&gt; they<br>&gt;&gt; belong to. And they could be anything from txt or xml to jpg, pdf or
<br>&gt;&gt; foo.<br>&gt;&gt; I don't care. I use a Filter that handles the request and checks the<br>&gt;&gt; users<br>&gt;&gt; credentials. If they have access to the file then I want control<br>&gt;&gt; returned<br>&gt;&gt; to apache to serve it up. Or Tomcat can do it. I just want to avoid
<br>&gt;&gt; actually have to open the file and stream it. Is this possible? I'm<br>&gt;&gt; using<br>&gt;&gt; mod_jk.<br>&gt;&gt;<br>&gt;&gt; -Josh<br>&gt;&gt; _______________________________________________<br>&gt;&gt; nflug mailing list
<br>&gt;&gt; <a href="mailto:nflug@nflug.org">nflug@nflug.org</a><br>&gt;&gt; <a href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a><br>&gt;&gt;<br>&gt; _______________________________________________
<br>&gt; nflug mailing list<br>&gt; <a href="mailto:nflug@nflug.org">nflug@nflug.org</a><br>&gt; <a href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a><br>&gt;<br>&gt;<br>_______________________________________________
<br>nflug mailing list<br><a href="mailto:nflug@nflug.org">nflug@nflug.org</a><br><a href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a><br></blockquote></div><br>