RE: 2 tomcat beginer problems

2007-10-29 Thread Auke Noppe
You could initiate the request and response by hand and call de doGet method and pass your own response and request. And of course set your params in the request or response. -Oorspronkelijk bericht- Van: loredana loredana [mailto:[EMAIL PROTECTED] Verzonden: maandag 29 oktober 2007

Re: 2 tomcat beginer problems

2007-10-29 Thread Grzegorz Borkowski
Why do you want to call doGet on init? it looks like invalid approach. You hava init method for this, or application listeners; doGet is for handling HTTP requests, not for initializing servler... G. loredana loredana wrote: 1. I have installed tomcat 6.0.14. Everytime I make a modification