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 Ben Souther
You'd have to give us a little more information. Are you squashing exception output with try/catch blocks? You would see an exception if your app was trying to read a file and couldn't. Are you able to mail from your app without attachments? Are you sure the file is there? If so, have you

RE: tomcat working space permisions and javamail - linux

2004-11-23 Thread Kantartzis Vasilis
-Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 1:58 PM To: Tomcat Users List Subject: Re: tomcat working space permisions and javamail - linux You'd have to give us a little more information. Are you squashing exception output with try