whereabouts, in the init method?

can you post the servlet code?

have you properly enclosed it in a try { ... } catch(IOException ioe) {}?

it sounds like your code is causing the servlet to stop tomcat starting up by throwing an uncaught exception.


p



[EMAIL PROTECTED] wrote:
the line of the code is in a servlet i call mysite.com/myservlet

(but i don t have the exact line on me ) i will search it
the code i use is :
Source myfiletxt = new StreamSource(new File("/home/mast/myfile.txt"));
And where is this line of code, in a servlet, a listener, where?




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





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

Reply via email to