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): : : http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/ : webapp/HappyAxis.jsp?view=markup 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): http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/ webapp/HappyAxis.jsp?view=markup As for Solr classes - no reason not to JAR them up. Go for it. Erik

problematicly fetching manifest info from a war

2006-12-06 Thread Chris Hostetter
For what it's worth, i was trying to add a quick and diry little bit of code to _info.jsp so that we could display info about the current version of Solr being run by accessing the manifest file, ala... core.getClass().getPackage().getImplementationVersion(); ...and discovered it didn't