RE: send a mail

2002-01-30 Thread Fought,Tom
This is what I found as necessary to make this work: First of all you need javamail-1.2 (of course) AND! jaf-1.0.1 I expect you have these. Next I found the following code snippet required, otherwise I got the same error... // using java mail Properties props = System.getProperties(); props.p

directory of web application

2002-01-14 Thread Fought,Tom
With all the tough questions here... this should be any easy one. How do I get the absolute directory or relative directory of where my webapp is running from a tomcat application? Thanks Tom