Re: Processing form uploaded files

2002-11-18 Thread Kiev
://jakarta.apache.org/commons/fileupload you can find the FileUpload component that can help you do that. hope it helps, Kiev - Original Message - From: Trevor MacPhail [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 10:31 AM Subject: Processing form uploaded files I would

TOMCAT + IIS

2002-11-11 Thread Kiev
a jk_nt_service. Is it the same thing as the NT Service install option? Thanks, Kiev -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: TOMCAT + IIS

2002-11-11 Thread Kiev
Message- From: Kiev [mailto:kiev.gama;pbt.com.br] Sent: Monday, November 11, 2002 1:01 PM To: Tomcat Users List Subject: TOMCAT + IIS Hi, Would anybody get me a link to a tutorial showing how to make the IIS execute JSPs and Servlets using tomcat 4.0.4 Note: I've chosen

Trouble loading properties file

2002-06-20 Thread Kiev Gama
to do in order to get that to work? Thanks, Kiev Gama _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: Trouble loading properties file

2002-06-20 Thread Kiev Gama
Milt, I was using the following: Properties p = new Properties(); p.load(new FileInputStream(filename)); but I'll try the getServletContext().getResource(filename) Thanks a lot! Kiev Gama From: Milt Epstein [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users

Tomcat 3.2.4 - Loading jar files in the lib Directory

2002-06-18 Thread Kiev Gama
in that directory and make them available for the application. It's not working. Do I have to change any option in the server.xml file or other file? (I've already set the reloadable=true in the Context for my application.) Thanks in advance, Kiev Gama