jamer schrieb:
> catch(Exception e){
> System.out.println(e.toString());
> }
> and it is ok in hosted mode, but if i compile the application and hold
> in apache tomcat it is not ok. Why?
instead of the System.out.println(e.toString());
use e.printStackTrace()
and report the complete stacktrace that you see in the log.
I assume that you don't have permission to read the property-
file or it can't be found on the filesystem.
Regards, Lothar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---