Parsons Technical Services wrote:
Phil,

Okay, I'll go for 4 cents and throw out another one. I do not use a pool for
my IDE. Unless you are load testing the code in the IDE then what advantage
is there to using a pool? My current setup uses a direct connection in the
IDE via DriverManager and uses the pool when deployed to TC. For me a simple
if statement chooses where to get the connection. I am not familiar with
your IDE and this may not work but again just another suggestion.

Doug

----- Original Message ----- From: "Phil Campaigne" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, February 19, 2004 2:39 PM
Subject: Re: Servlet won't run init()




Shapira, Yoav wrote:

Howdy,



Now my IDEA IDE tech is telling me he thinks the problem is that the
init() method is running before the IDEA debugger getes a chance to
connect to tomcat. I don't see my println(..) messages in catalina.out.
1. Is there another log?
2. Would I likely run into similar problems using the
ServletContextListener approach?


I won't venture into debugging your IDE problems.  If you have issues
when running tomcat by itself, outside an IDE, I'll be glad to help ;)

Yoav Shapira



This e-mail, including any attachments, is a confidential business

communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Yoav, That sounds reasonable. Thanks for your help. I'm sure I speak for many others also, We'd be lost without you. Phil


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Thanks Doug, that may be my best bet. Phil


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to