Re: MultipartRequest

2002-12-19 Thread Toni . Kielo
On 2002-12-19 MURAT BALKAS wrote: Hi, I'm trying to write a FileUploadServlet. It'll be called from a direct link like http://my.server.com/servlet/FileUploadServlet?file=c: \test.txt. But, I get following error : java.io.IOException: Posted content type isn't multipart/form-data

Re: RE: Apache-Tomcat

2002-10-24 Thread Toni . Kielo
On 2002-10-25 Christie I wrote: Hi Thank you very much John. It worked!. I have one last problem. Iam running Openssl. Iam having *.jsp files in my webapps/myproject directory that some of the files needs to be accessed by https and not thru http? How to do this? for eg

Problem with setContentType in https-connection with security-constraints

2002-10-16 Thread Toni . Kielo
Hi. I'm having problems with https-connection to tomcat 4.0.2. I have a jsp-page that sets content-type to application/pdf (with response.setContentType) and prints the pdf with iText. This works fine with http-connection and https without security-constraints. Has someone tested this? It

Re: Tomcat cluster

2002-10-10 Thread Toni . Kielo
On 2002-10-10 Ricardo de Souza Moura wrote: Has anybody any book online, or tutorial about how use Tomcat in cluster ? Thanks !!! Hi. You might wanna try http://www.theserverside.com/resources/index.jsp and select link Clustering Technologies: In Memory Session Replication in Tomcat 4. -

Re: Debugging servlets !!!

2002-09-27 Thread Toni . Kielo
about JBuilder. - Toni Kielo Ineo Oy - -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat processes stay alive after shutdown

2002-04-04 Thread Toni . Kielo
Does your program use threads? Does it have connections to other machines via jdbc/etc? These can keep the process alive until they are closed properly. - Toni -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

switching user from root to normal user

2002-03-12 Thread Toni . Kielo
Hi. I'm trying to change user on linux after starting tomcat 4.0.2. I need root-access because using ports 80 443, but don't want the program itself to run with root-access, so i was wondering is there a way to change user to a normal user after running it? Toni Kielo Ineo Ltd

logging tomcat log to syslog

2002-03-12 Thread Toni . Kielo
Hi. Is it possible to log tomcat-logs (version 4.0.2) directly to syslog with out-of-the-box installation, or do i have to create my own syslogger class whitch uses eg. Log4J ? Toni Kielo Ineo Ltd -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED