RE: Can I make Geronimo work with my own implementation of web server?

2009-09-07 Thread Simon Aquilina
Geronimo is pretty modular so you should have no difficulty integrating whatever you come up with in geronimo. Since you don't provide any details of what you are trying to do its difficult to do anything other than point you at the geronimo code base. If you provided more details

Re: Can I make Geronimo work with my own implementation of web server?

2009-09-07 Thread sim085
Quintin Beukes-2 wrote: Are you referring to the connector framework of Tomcat? Frankly I don't see how you can't do what you want with Geronimo+Tomcat. Hi Quintin, That is what I tried to do a few months ago. What I tried to do is build my own custom protocol handler within Tomcat

Re: Can I make Geronimo work with my own implementation of web server?

2009-09-07 Thread Quintin Beukes
Well, it is quite tricky doing custom protocols. Though I had a vague plan on implementing SMTP using the same Connector framework. The problem with the connector framework is that it revolves around something like an Adapter which works only with stream based protocols following the

Re: Can I make Geronimo work with my own implementation of web server?

2009-09-07 Thread Quintin Beukes
I just noticed the XML I gave was for a dev version. Here is another semi-production one I found lying around, which I used when testing against already balanced production servers, which shows some more magick you can do with Tomcat, mostly related to custom valves, custom config and custom