> Nutch itself doesn't require tomcat. Tomcat is just a
> free implementation of the Java Servlet and JSP specs.
> I personally use Resin :)  As far as riding your JVM
> on top of a webserver that is entirely up to you, but
> the purpose of application servers is usually
> independant of the purpose of a web server so i would
> argue it isn't bloat but functionality.  The ability
> to load balance your jvm's, share statefull connection
> pools and use the features of the application server
> you choose are what makes Java a great language to
> use.
Yes you are right Resin/Tomcat is not required as a whole, but you do
require it for jsp pages, As per this discussion. My point is that I can
provide the means for people to use ASP.NET as there application server
of choice an alternative to jsp or java if you will. So if your
application server of choice happens to be php/apache asp.net/IIS or
even xsp/apache "mono's ASP.NET". Then running Tomcat along side would
be bloat.

> I think I have less of a concern of what the site is
> running, but more of a concern of a focus for the
> project.  (assuming you mean the site running the
> nutch search engine to begin with).  I'm hoping for
> simplicity in design and scope that we're platform
> independent in the sense of running within a jvm and
> not platform independent in the scope of maintaining
> or including ports to the different virtual machines
> themselves.
> 
> To me a complete nutch implementaiton in .net sounds
> like a fantastic idea, however not a contribution but
> more of a fork.
> 
> just my 2 cents :)  
> 
> Nothing against .net or even having a contribution
> tarball- i just don't see the shelf life of the
> current port of the jsp pages lasting very long with
> the enhancements that are currently being adopted and
> the risk of having to support feature bases across
> independent virtual machine platforms. (or commiting
> to such)
> 

This is by no means a port at all. I'm simply reusing the nutch byte
code in a .net format. The only porting done are the jsp pages and even
that is minimal at best.

In summary,  I can provide ASP.NET support right now and possible PHP
support in the future. I'm willing to provide this as a tar package for
the benefit of the Nutch community. It would however make it easier for
me to maintain this if we were to add it as a contrib module to cvs
since I'll have to make some build scripts that work off of the existing
src to convert built jars to .net assemblies . 

Regards,

Mike





-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to