Re: running! a servlet at tomcat startup

2007-11-05 Thread Wade Chandler
up prep of the cache then a single first connection will work fine. It depends on exactly what is going on. Wade - Original Message From: Pid <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, November 5, 2007 12:08:25 PM Subject: Re: running! a servlet at tomcat startup Wade

Re: running! a servlet at tomcat startup

2007-11-05 Thread Pid
your populating starts before the pages are available. p > - Original Message > From: "Caldarale, Charles R" <[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Monday, November 5, 2007 10:39:47 AM > Subject: RE: running! a servlet at tomcat startup >

Re: running! a servlet at tomcat startup

2007-11-05 Thread Wade Chandler
: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, November 5, 2007 10:39:47 AM Subject: RE: running! a servlet at tomcat startup > From: loredana loredana [mailto:[EMAIL PROTECTED] > Subject: Re: running! a servlet at tomcat startup > > In ca

RE: running! a servlet at tomcat startup

2007-11-05 Thread Caldarale, Charles R
> From: loredana loredana [mailto:[EMAIL PROTECTED] > Subject: Re: running! a servlet at tomcat startup > > In case ur wondering why I used a servlet to fill > the cache is because I need some variables like > request.getContenxtPath, getRealPath() etc. Wouldn't a Se

Re: running! a servlet at tomcat startup

2007-11-05 Thread loredana loredana
AIL PROTECTED]> To: Tomcat Users List Sent: Monday, November 5, 2007 4:44:33 PM Subject: Re: running! a servlet at tomcat startup I can see why you might want to load on startup, but the ability to actually perform a get when there is not client makes no sense at all to me. What exactly are you pl

Re: running! a servlet at tomcat startup

2007-11-05 Thread Wade Chandler
gt; To: users@tomcat.apache.org Sent: Monday, November 5, 2007 3:32:01 AM Subject: running! a servlet at tomcat startup This issue is a classic one already I think. I've googled it and haven't found anything that could help solving this problem. I'm probably not the one to think ab

Re: running! a servlet at tomcat startup

2007-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Loredana, loredana loredana wrote: > This issue is a classic one already I think. Hardly anyone actually wants to do this. Why do /you/ want to do this? - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with

Re: running! a servlet at tomcat startup

2007-11-05 Thread Martin Gainty
No access to request??? Which AppServer are you running??? M-- - Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, November 05, 2007 6:16 AM Subject: Re: running! a

Re: running! a servlet at tomcat startup

2007-11-05 Thread Wade Chandler
See Servlet.getServletConfig() and ServletConfig.getServletContext(). Wade - Original Message From: Johnny Kewl <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, November 5, 2007 6:16:17 AM Subject: Re: running! a servlet at tomcat startup OK, now I'm officiall

Re: running! a servlet at tomcat startup

2007-11-05 Thread Johnny Kewl
egorz Borkowski" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, November 05, 2007 12:52 PM Subject: Re: running! a servlet at tomcat startup Johnny Kewl wrote: --- HARBOR: http://coolha

Re: running! a servlet at tomcat startup

2007-11-05 Thread Grzegorz Borkowski
Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, November 05, 2007 12:18 PM Subject: Re: running! a servlet at tomcat startup --- HARBOR: http://coolha

Re: running! a servlet at tomcat startup

2007-11-05 Thread Johnny Kewl
ohnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, November 05, 2007 12:18 PM Subject: Re: running! a servlet at tomcat startup --- HARBOR: http://coolharbor.100free.com/index.htm Now

Re: running! a servlet at tomcat startup

2007-11-05 Thread Johnny Kewl
edana loredana" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, November 05, 2007 11:48 AM Subject: Re: running! a servlet at tomcat startup thanks for the response johnny. That's probably the only way it can be done.. Unfortunatelly for me, I need variab

Re: running! a servlet at tomcat startup

2007-11-05 Thread loredana loredana
t;[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, November 5, 2007 10:58:54 AM Subject: Re: running! a servlet at tomcat startup --- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a co

Re: running! a servlet at tomcat startup

2007-11-05 Thread Johnny Kewl
edana loredana" <[EMAIL PROTECTED]> To: Sent: Monday, November 05, 2007 10:32 AM Subject: running! a servlet at tomcat startup This issue is a classic one already I think. I've googled it and haven't found anything that could help solving this problem. I'm probably n

running! a servlet at tomcat startup

2007-11-05 Thread loredana loredana
This issue is a classic one already I think. I've googled it and haven't found anything that could help solving this problem. I'm probably not the one to think about this but...if you would add the 1 to a servlet, and from the init() method you would somehow try to call the doGet() method, wou