My company has used the apache Jakarta project's parsers and tools. You can find it at <a href="http://xml.apache.org/">http://xml.apache.org/</a> 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> <<a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org
</a>> 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>> You may want to look into web_dav depending on what exactly you need. Of<br>> course considering you are running tomcat, you may want to look at a java
<br>> app that can do what you want if you need something more than just a simple<br>> setup.<br>><br>> I would recommend leveraging what you have instead of changing architecture<br>> or adding complexity to your setup. Apache and Tomcat can be complex enough
<br>> without adding more modules or variables that can go wrong.<br>><br>> brad<br>><br>> On 6/23/06, Pete Cummings <<a href="mailto:pete@linuxcowboy.com">pete@linuxcowboy.com</a>> wrote:<br>>>
<br>>><br>>><br>>> Assembler is the way to go.<br>>><br>>><br>>> Jonathan Skulski wrote:<br>>><br>>> > Have you ever considered mod_perl?<br>>> ><br>>> > Perhaps you could rewrite some of it in perl and use mod_perl. I think
<br>>> > there is a decline method in mod_perl that will pass back the request<br>>> > object to apache and then you will be all set.<br>>> ><br>>> > jsk<br>>> ><br>>> > On 6/23/06,
<a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org</a> <<a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org</a>> wrote:<br>>> ><br>>> > > Not directly Linux related, but maybe someone can help me out.
<br>>> > ><br>>> > > I have certain files that can only be accessed by the customers that<br>>> > > they<br>>> > > belong to. And they could be anything from txt or xml to jpg, pdf or
<br>>> > > foo.<br>>> > > I don't care. I use a Filter that handles the request and checks the<br>>> > > users<br>>> > > credentials. If they have access to the file then I want control
<br>>> > > returned<br>>> > > to apache to serve it up. Or Tomcat can do it. I just want to avoid<br>>> > > actually have to open the file and stream it. Is this possible? I'm<br>>> > > using
<br>>> > > mod_jk.<br>>> > ><br>>> > > -Josh<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>>> > ><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>>> ><br>>> ><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>>><br>><br>><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>