You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jaime Almeida <22...@alunos.isel.ipl.pt> on 2007/10/08 19:06:24 UTC

Exception in thread main????

Hello.
I've already solved the problem with the Tomcat specified directory, but now 
I have a new problem:
'Excpetion in thread "main"'.
What thread main? My application doesn't have any "main" - It's a jsp 
application and it doesn't need any main.
What is causing this problem? Can you tell me?
Best regards,
Jaime Almeida.
 --------------------------------------------
IPLNet WebMail http://www.net.ipl.pt/mail
 --------------------------------------------

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Exception in thread main????

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Jaime Almeida [mailto:22348@alunos.isel.ipl.pt] 
> Subject: Exception in thread main????
> 
> I have a new problem:
> 'Excpetion in thread "main"'.
> What thread main?

The "main" thread is just the initial one that creates the JVM and calls
the initial class; all Java programs have one.

> What is causing this problem? Can you tell me?

You've left out all interesting information, such as what the exception
really was and the stack trace associated with it.  You seem unfamiliar
with Java, so you might want to brush up a bit on that first.

 - 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org