RE: Starting point...

2005-06-22 Thread Frank W. Zammetti
Head-First Servlets & JSP by Basham, Sierra & Bates, O'Reilly, ISBN 0-596-00540-7 is one of the better books I've found on this kind of thing (not sure it would cover exactly this question, but in general I'm talking). I recommend it. It sometimes comes across a bit childish, but it gets the info

Re: Starting point...

2005-06-22 Thread Scott West
Thanks! Well, not a book covering this precisely, but maybe something covering servlets in the large. Just wondernig if there was one that was better than others :) Regards, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Starting point...

2005-06-22 Thread Yoav Shapira
Hi, > So basically (from the Servlet end), a JspServlet is initialized, this > creates a RuntimeContext. Then, when the service is invoked it looks > for some JspServletWrapper already associated with this .jsp in this > context. If none exist, it creates JspServletWrapper which is a less > ser

Re: Starting point...

2005-06-21 Thread Scott West
Okay, I'm going to just state a few things just to make sure evertying gels in my head :) So basically (from the Servlet end), a JspServlet is initialized, this creates a RuntimeContext. Then, when the service is invoked it looks for some JspServletWrapper already associated with this .jsp in this

Re: Starting point...

2005-06-20 Thread Scott West
] > > Sent: Monday, June 20, 2005 12:44 PM > > To: tomcat-dev@jakarta.apache.org > > Subject: Starting point... > > > > Hello all, > > > > I applied for one of the google coding awards, and I was thinking that > > to get started, I could start trying to d

RE: Starting point...

2005-06-20 Thread Yoav Shapira
mailto:[EMAIL PROTECTED] > Sent: Monday, June 20, 2005 12:44 PM > To: tomcat-dev@jakarta.apache.org > Subject: Starting point... > > Hello all, > > I applied for one of the google coding awards, and I was thinking that > to get started, I could start trying to document the d

Starting point...

2005-06-20 Thread Scott West
Hello all, I applied for one of the google coding awards, and I was thinking that to get started, I could start trying to document the design of the compiler. I still have no idea if I have the job or not, but I figure this wouldn't be a fruitless task in either case. So anyway, I was just wonderi

Re: A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread Andy Armstrong
___[_] > EMAIL : [EMAIL PROTECTED](. .) > PGP KEY : 697ECEDD...oOOo..(_)..oOOo... > PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 > > >-Original Message- > >From: Andy Armstrong [mailto:[EMAIL PROTECTED]] > >Sent: Friday, J

RE: A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread GOMEZ Henri
-- >From: Andy Armstrong [mailto:[EMAIL PROTECTED]] >Sent: Friday, June 01, 2001 9:58 PM >To: [EMAIL PROTECTED] >Subject: Re: A starting point for ajp13, ajp14/warp anyone? > > >Thanks for that Kevin. Pardon my ignorance ;-) > >kevin seguin wrote: >> >> to

Re: A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread Andy Armstrong
Thanks for that Kevin. Pardon my ignorance ;-) kevin seguin wrote: > > tomcat 4 is not the right place to look for ajp13 examples. ajp14 is > still in the early stages, so you're probably better off starting with > ajp13. jakarta-tomcat-connectors/jk is probably the best place to look > for ex

Re: A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread kevin seguin
tomcat 4 is not the right place to look for ajp13 examples. ajp14 is still in the early stages, so you're probably better off starting with ajp13. jakarta-tomcat-connectors/jk is probably the best place to look for examples. there are ajp13 connectors for apache, iis and netscape. you're domin

A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread Andy Armstrong
Hi, This weekend I'm going to look at making the Domino connector we released this week use ajp13 or ajp14 or both. Can anyone give me a quick pointer to which source I should grab from where (or a meta pointer to something I can read to find out) to get started. I had a quick look at the Tomcat