My company has used the apache Jakarta project's parsers and tools.&nbsp; You can find it at <a href="http://xml.apache.org/">http://xml.apache.org/</a>&nbsp; as well as a bunch of others from the apache project.<br><br>I know the java devs here experimented with others, but in general, they found the apache project had some of the most stable code and tools.
<br><br>Just my $.02<br><br>brad<br><br><div><span class="gmail_quote">On 6/26/06, <b class="gmail_sendername"><a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org</a></b> &lt;<a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org
</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;">Jonathan: Thank you for your astute observation. However, if I was using
<br>mod_perl I would not be in this boat. I am looking specifically for a<br>Tomcat/Apache solution.<br><br>Brad: I think web_dav is going to be out of the question also because it<br>is a rather complex way in which the client login is handled. And it is
<br>handled through a bean. Unless there is a way for web_dav to handle the<br>request, send it to a jsp/servlet and then act accordingly on the<br>response. Or interface directly with the bean somehow.<br><br>While on the topic of Java, does anyone know any good XML parsers?
<br><br>-Josh<br><br><br>When we last left our adventurers...<br><br>&gt; You may want to look into web_dav depending on what exactly you need.&nbsp;&nbsp;Of<br>&gt; course considering you are running tomcat, you may want to look at a java
<br>&gt; app that can do what you want if you need something more than just a simple<br>&gt; setup.<br>&gt;<br>&gt; I would recommend leveraging what you have instead of changing architecture<br>&gt; or adding complexity to your setup.&nbsp;&nbsp;Apache and Tomcat can be complex enough
<br>&gt; without adding more modules or variables that can go wrong.<br>&gt;<br>&gt; brad<br>&gt;<br>&gt; On 6/23/06, Pete Cummings &lt;<a href="mailto:pete@linuxcowboy.com">pete@linuxcowboy.com</a>&gt; wrote:<br>&gt;&gt;
<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;Assembler is the way to go.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;Jonathan Skulski wrote:<br>&gt;&gt;<br>&gt;&gt; &gt;&nbsp;&nbsp;Have you ever considered mod_perl?<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;&nbsp;&nbsp;Perhaps you could rewrite some of it in perl and use mod_perl. I think
<br>&gt;&gt; &gt;&nbsp;&nbsp;there is a decline method in mod_perl that will pass back the request<br>&gt;&gt; &gt;&nbsp;&nbsp;object to apache and then you will be all set.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;&nbsp;&nbsp;jsk<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;&nbsp;&nbsp;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;&gt; &gt;<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;Not directly Linux related, but maybe someone can help me out.
<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;I have certain files that can only be accessed by the customers that<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;they<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;belong to. And they could be anything from txt or xml to jpg, pdf or
<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;foo.<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;I don't care. I use a Filter that handles the request and checks the<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;users<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;credentials. If they have access to the file then I want control
<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;returned<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;to apache to serve it up. Or Tomcat can do it. I just want to avoid<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;actually have to open the file and stream it. Is this possible? I'm<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;using
<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;mod_jk.<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;-Josh<br>&gt;&gt; &gt;&gt; _______________________________________________<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;nflug mailing list<br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;<a href="mailto:nflug@nflug.org">
nflug@nflug.org</a><br>&gt;&gt; &gt; &gt;&nbsp;&nbsp;<a href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a><br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; _______________________________________________
<br>&gt;&gt; &gt;&nbsp;&nbsp;nflug mailing list<br>&gt;&gt; &gt;&nbsp;&nbsp;<a href="mailto:nflug@nflug.org">nflug@nflug.org</a><br>&gt;&gt; &gt;&nbsp;&nbsp;<a href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug
</a><br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt;&nbsp;&nbsp;nflug mailing list<br>&gt;&gt;&nbsp;&nbsp;<a href="mailto:nflug@nflug.org">nflug@nflug.org</a><br>&gt;&gt;&nbsp;&nbsp;<a href="http://www.nflug.org/mailman/listinfo/nflug">
http://www.nflug.org/mailman/listinfo/nflug</a><br>&gt;&gt;<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>