Re: problematicly fetching manifest info from a war

2006-12-08 Thread Chris Hostetter
: A good example of putting some diagnostic help into a JSP page is : Axis happy.jsp (now called HappyAxis.jsp): : : that's a pretty cool looking page (judging by the source) ... ironicly

Re: problematicly fetching manifest info from a war

2006-12-07 Thread Erik Hatcher
A good example of putting some diagnostic help into a JSP page is Axis happy.jsp (now called HappyAxis.jsp): As for Solr classes - no reason not to JAR them up. Go for it. Erik

Re: problematicly fetching manifest info from a war

2006-12-06 Thread Yonik Seeley
On 12/6/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: One thing we might want to consider, is puting the solt.jar in the solr.war's lib directory, instead of adding all of the classes directly ... it would deal with this problem, and it would make our war look a little cleaner when/if it is unpa