accessing files within webapps

2004-11-24 Thread Kantartzis Vasilis
Hi all, i have build a small form that sends e-mail messages containig an attachment. i have tested the application in 2 separate environments 1 in on a win200 environment 2.the other in a suse linux . i am able to send the message with the attached content on win200. The linux tests have

tomcat working space permisions and javamail - linux

2004-11-23 Thread Kantartzis Vasilis
Hello all, I am dealing with a problem combining java mail and tomcat that might have to do with read permitions 1.I am trying to add a file in a multipart mesage to construct a mail attachment. 2. The file is placed in one of the tomcat webapps applications (file is uploaded there through a

RE: tomcat working space permisions and javamail - linux

2004-11-23 Thread Kantartzis Vasilis
-posted it. I THOUGHT THAT THIS POST IS RELEVANT TO BOTH LISTS On Tue, 2004-11-23 at 05:34, Kantartzis Vasilis wrote: Hello all, I am dealing with a problem combining java mail and tomcat that might have to do with read permitions 1.I am trying to add a file in a multipart mesage to construct

compatible javamail vsersio n with tomcat-5.5.4

2004-11-15 Thread Kantartzis Vasilis
Hi all i am developing a web-based e-mail system. i have encountred the following prioblem. while testing the methods that post e-mails through a java stand alone application the code works fine When a call the same methods from a servlet i get the following message in tomcat logs

RE: compatible javamail vsersio n with tomcat-5.5.4

2004-11-15 Thread Kantartzis Vasilis
to construct a new InternetAddress object with a null for the email address string. Could you double check what's being passed to the constructor and post a relevant snippet of your code? --David Kantartzis Vasilis wrote: Hi all i am developing a web-based e-mail system. i have encountred