> From: Jaime Almeida [mailto:[EMAIL PROTECTED] > Subject: Where can I find the thread main? > > Yesterday you've told me that all java applications need one > thread main.
Not need - have. > I have one main class - BD.java, where I define all the > functions needed by the web application to work. Don't confuse main thread with a main() method, nor the fact that your BD.java happens to be important to your application. Again, you need to get some basic understanding of Java in general before you plunge into servlets and app servers. There are numerous free tutorials available for both Java and servlets - Google is your friend. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]