I would say that there should be no reason you couldn't do what you want to natively within Tomcat.  You shouldn't need more than a modicum of java, if any at all to do it.  Tomcat should have some native handling of authentication to it's services, which you can use in conjunction with your applications.
<br><br>The big thing to remember is that although you have Apache and Tomcat linked using mod_jk, Tomcat is a standalone server, with it's own auth mechanisms and capabilities.&nbsp; Mod_jk simply allows the java content to be passed off to tomcat automagically through apache instead of having to directly address the server over port 8080 or whereever you set it up at.
<br><br>You probably know that, but just in case, I figured, I would expound as I know plenty of java developers that have very little clue about the workings of the app server and vice-versa.<br><br>In short, it should be able to be done, and I would say to leverage Tomcat to do what you need to do.
<br><br>brad<br><br><div><span class="gmail_quote">On 6/27/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;">It got a little out of hand but that was just some friendly banter. Merely<br>commenting on how sometimes someone here will ask a question and someone
<br>else will recommend that they change their distro or platform. I actually<br>completely agree with Brad. Enterprise (or &quot;Enterprisey&quot;) is nothing but<br>bullshit. Its all about a good language for the job at hand and a good
<br>design. And I try, God knows I try, but I hate Java for webprogramming.<br><br>So anyway, is it possible to verify someone's session and then dish out<br>the file (using Apache/Tomcat)? And I don't care what kind of file it is.
<br>Anything from txt to xml to pdf or jpg. I just don't want to use Java to<br>'stream' the file (even though that is the common answer I've seen) since<br>that is essentially duplicating code for something that Tomcat and Apache
<br>can already do.<br><br>And my deepest apologies to any &quot;Java lovers&quot; (if there is such a thing)<br>and &quot;Enterprisey believers&quot;. I know not what I do.<br><br>xo<br>-Josh<br><br>When we last left our adventurers...
<br><br>&gt; Since this is all started and I'm feeling feisty this morning, I'll add my<br>&gt; $.02 to the debate.<br>&gt;<br>&gt; I've supported and contributed to application devlopment using various<br>&gt; languages and platforms.&nbsp;&nbsp;I can say with all confidence that language has
<br>&gt; only a small part to play with stability or enterprise-worthy-ness.&nbsp;&nbsp;It's<br>&gt; about the coders and the project spec.<br>&gt;<br>&gt; Java is nice; it runs everywhere; and is OO by nature.&nbsp;&nbsp;Perl is Perl - it<br>
&gt; does what it does and makes coffee with the right CPAN modules.&nbsp;&nbsp;However, in<br>&gt; both of these cases, don't consider marketing propaganda, corporate dollars,<br>&gt; and press for reality.<br>&gt;<br>&gt; I've seen Java fail to accomplish the project's goals just as quickly as if
<br>&gt; it was spec'd for Perl.&nbsp;&nbsp;On the flip side, I've seen PHP create an app for a<br>&gt; quarter of the money and less than an 8th of the time of a comparable java<br>&gt; solution.&nbsp;&nbsp;Of course, I've also seen some awsome things being developed
<br>&gt; using Java.<br>&gt;<br>&gt; My complaint with Java is the complexity involved in setting up an efficient<br>&gt; environment.&nbsp;&nbsp;Tomcat is not a simple app to setup and run - especially if<br>&gt; you are linking it to dynamically serve regular html or some form of
<br>&gt; webscript pages like php.<br>&gt;<br>&gt; Perl is also a beast.&nbsp;&nbsp;The fact that it has a loosely defined form without<br>&gt; any real rigidity in its syntax makes for some very very very ugly code.<br>&gt; And don't get me started on CPAN.
<br>&gt;<br>&gt; In all, there is no perfect language out there now.&nbsp;&nbsp;A good programmer does<br>&gt; the best job he / she can with the best tool for the job.&nbsp;&nbsp;They don't simply<br>&gt; do it because they can or because the marketing says its good and
<br>&gt; &quot;enterprise ready&quot;.&nbsp;&nbsp;But that rule should hold for all things IT.<br>&gt;<br>&gt;<br>&gt;<br>&gt; On 6/27/06, Pete Cummings &lt;<a href="mailto:pete@linuxcowboy.com">pete@linuxcowboy.com</a>&gt; wrote:<br>
&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;Websphere !!!!! That's great if you want to &quot;port&quot; your freakin job to<br>&gt;&gt;&nbsp;&nbsp;India!&nbsp;&nbsp;enterprise software =Asian concentration camps!!! Stick with Open<br>&gt;&gt;&nbsp;&nbsp;Source and live free (or die).
<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;David J. Andruczyk wrote:<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;Use an enterprise application. i.e. don't ask your local LUG, ask the<br>&gt;&gt;&nbsp;&nbsp;enterprise vendors..<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;The first one that pops into my head is IBM's websphere. (only because
<br>&gt;&gt;&nbsp;&nbsp;of the 40+ servers I support most run it with oracle for all their web<br>&gt;&gt;&nbsp;&nbsp;stuff) and this is a large worldwide&nbsp;&nbsp;&quot;enterprise&quot; level site. Aside<br>&gt;&gt;&nbsp;&nbsp;from that I don't know much about websphere. (I support the boxes, not
<br>&gt;&gt;&nbsp;&nbsp;the customer apps)<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;--- <a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org</a> wrote:<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; Sing now while you can. Sure perl makes that little stuff easier. But
<br>&gt;&gt;&nbsp;&nbsp;when<br>&gt;&gt;&nbsp;&nbsp;you're writing enterprise applications you can't use a toy like that.<br>&gt;&gt;&nbsp;&nbsp;And<br>&gt;&gt;&nbsp;&nbsp;you want to talk about Scalable? I'd love to see you scale your hippy<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;programs across multiple servers!
<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;Love<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; -Josh<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Well i'm sure you're java solution will be scalable and enterprise<br>&gt;&gt;&nbsp;&nbsp;ready enough to allow you plenty of time to fix your tie while you
<br>&gt;&gt;&nbsp;&nbsp;reassess your paradigm for a more proactive approach.<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;On 6/26/06, <a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org</a> &lt;<a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org
</a>&gt;<br>&gt;&gt;&nbsp;&nbsp;&lt;<a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;Don't give me that &quot;right tool for the job&quot; malarky you freakin<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp; Perl
<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;hippy. Go back to the commune with all the other Perl, PHP, and<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp; Python<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;programmers.<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________
<br>&gt;&gt;&nbsp;&nbsp;nflug mailing list<br>&gt;&gt;&nbsp;&nbsp;nflug@nflug.orghttp://www.nflug.org/mailman/listinfo/nflug<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<br>&gt;&gt;&nbsp;&nbsp;nflug mailing list<br>&gt;&gt;&nbsp;&nbsp;
nflug@nflug.orghttp://www.nflug.org/mailman/listinfo/nflug<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dave J. Andruczyk<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;__________________________________________________<br>&gt;&gt;&nbsp;&nbsp;Do You Yahoo!?<br>&gt;&gt;&nbsp;&nbsp;Tired of spam?&nbsp;&nbsp;Yahoo! Mail has the best spam protection around
<br>&gt;&gt;&nbsp;&nbsp;<a href="http://mail.yahoo.com">http://mail.yahoo.com</a><br>&gt;&gt;&nbsp;&nbsp;_______________________________________________<br>&gt;&gt;&nbsp;&nbsp;nflug mailing list<br>&gt;&gt;&nbsp;&nbsp;nflug@nflug.orghttp://www.nflug.org/mailman/listinfo/nflug
<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;_______________________________________________<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;&gt;<br>&gt;&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>