Re: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread Johnny Kewl
- Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, October 05, 2008 7:12 AM Subject: Re: adding servlet definition to context on the fly :Tomcat 5.5 Hi Johnny, Th code i used is basically the one you have in your last email.

Re: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread Johnny Kewl
- Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, October 05, 2008 7:12 AM Subject: Re: adding servlet definition to context on the fly :Tomcat 5.5 Hi Johnny, Th code i used is basically the one you have in your last email.

RE: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread Martin Gainty
f a confidential nature and > > Sender does not endorse distribution to any party other than intended > > recipient. Sender does not necessarily endorse content contained within > > this transmission. > > > > > >> Date: Sat, 4 Oct 2008 23:12:11 -0600 > >

Re: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread Johnny Kewl
- Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, October 05, 2008 7:12 AM Subject: Re: adding servlet definition to context on the fly :Tomcat 5.5 Hi Johnny, Th code i used is basically the one you have in your last email.

RE: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread ram . sriharsha
f a confidential nature and > Sender does not endorse distribution to any party other than intended > recipient. Sender does not necessarily endorse content contained within > this transmission. > > >> Date: Sat, 4 Oct 2008 23:12:11 -0600 >> Subject: Re: adding servlet defin

RE: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Sat, 4 Oct 2008 23:12:11 -0600 > Subject: Re: adding servlet definition to context on the fly :Tomcat 5.5 > From: [EMAIL PROTECTED] &g

Re: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Hi, > I had written some code to dynamically add a servlet to a context in a > deployed applicaiton in Tomcat 4.1. This code basically uses the catalina > loader to obtain the server->engine->host->and context, and invokes the > addChild method after configuring a Standar

Re: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread Mark Thomas
Johnny Kewl wrote: > I'd luv to see that code... the stuff you playing with is in Tomcat > core... must have been difficult to debug... perhaps its an embedded app? > > But I think this answers your question... > >public void addChild(Container child) { > >throw new IllegalStateExcep

Re: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-04 Thread ram . sriharsha
ame); } > > - Original Message - > From: "Johnny Kewl" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Sunday, October 05, 2008 5:40 AM > Subject: Re: adding servlet definition to context on the fly :Tomcat 5.5 > > >> >> -

Re: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-04 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, October 05, 2008 5:40 AM Subject: Re: adding servlet definition to context on the fly :Tomcat 5.5 - Original Message - From: "Martin Gainty&qu

Re: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-04 Thread Johnny Kewl
- Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, October 04, 2008 11:39 PM Subject: RE: adding servlet definition to context on the fly :Tomcat 5.5 doctor john to followup with the addChild method and

RE: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-04 Thread Martin Gainty
rom: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: adding servlet definition to context on the fly :Tomcat 5.5 > Date: Sat, 4 Oct 2008 21:20:39 +0200 > > > - Original Message - > From: <[EMAIL PROTECTED]> > To: > Sent: Saturday, October 04, 20

Re: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-04 Thread Johnny Kewl
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, October 04, 2008 5:34 PM Subject: adding servlet definition to context on the fly :Tomcat 5.5 Hi, I had written some code to dynamically add a servlet to a context in a deployed applicaiton in Tomcat 4.1. Thi

adding servlet definition to context on the fly :Tomcat 5.5

2008-10-04 Thread ram . sriharsha
Hi, I had written some code to dynamically add a servlet to a context in a deployed applicaiton in Tomcat 4.1. This code basically uses the catalina loader to obtain the server->engine->host->and context, and invokes the addChild method after configuring a StandardWwrapper to represent the servlet