RE: query problem

2005-08-07 Thread Marot Laurent
Hello, Are you sure you don't have another filed name=username somewhere else in your jsp code ? Lau/ -Message d'origine- De : ganesan malairaja [mailto:[EMAIL PROTECTED] Envoyé : lundi 8 août 2005 06:28 À : tomcat-user@jakarta.apache.org Objet : query problem i am extracting info

RE: .pst file type unknown in tomcat

2005-05-31 Thread Marot Laurent
Message- From: Philippe Johan [mailto:[EMAIL PROTECTED] Sent: May 31, 2005 8:49 AM To: Marot Laurent; Tomcat Users List Subject: RE: .pst file type unknown in tomcat There's nothing that's available really: http://filext.com/detaillist.php?extdetail=pst Even Microsoft did not provide a type

.pst file type unknown in tomcat

2005-05-30 Thread Marot Laurent
Hi all, I'm trying to manage .pst files stored on my Tomcat server. But unfortunately when i click on a pst file link it opens the file in a pop-up (an of course content is not readable). How could i pevent tomcat from serving the file this way but better propose do save it on user's local

RE: .pst file type unknown in tomcat

2005-05-30 Thread Marot Laurent
' Objet : RE: .pst file type unknown in tomcat .pst file mime type is not decalred by default in web.xml So, why don't you declare it? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Marot Laurent [mailto:[EMAIL PROTECTED] Sent

RE: jsp on windows/linux

2004-12-03 Thread Marot Laurent
are you sure you've got a jdk and not only a jre on that server ? -Message d'origine- De : Jiang, Peiyun [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 décembre 2004 21:02 À : 'Tomcat Users List' Objet : jsp on windows/linux I have my jsps on windows working fine. But after I moved to

Rights Management on small multi-user webapp

2004-11-22 Thread Marot Laurent
Hi all, I want to create a small webapp that should work froms 1 to 20 users. Each of them should have a protected directory for uploading and storing his own files without any read rights on other user files. How can i design such an application with tomcat realm security if i want users to

RE: Connection Pooling using JNDI DataSource

2004-10-15 Thread Marot Laurent
: you don't configure anything in web.xml, you only declare a resource reference there. The declaration and configuration of the resource itself is all in server.xml. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Marot Laurent [mailto:[EMAIL PROTECTED] Sent

Connection Pooling using JNDI DataSource

2004-10-13 Thread Marot Laurent
Hi all, Could you please confirm me that when using JNDI DataSource described there http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html#Database%20Connection%20Pool%20(DBCP)%20Configurations (just defining the Datasource in your server.xml file and configuring

RE: Read MS Word using Java?

2004-09-09 Thread Marot Laurent
Hi, Have a look there: http://jakarta.apache.org/poi/hwpf/index.html Laurent -Message d'origine- De : Aris Javier [mailto:[EMAIL PROTECTED] Envoyé : vendredi 10 septembre 2004 06:32 À : [EMAIL PROTECTED] Objet : Read MS Word using Java? Hello everyone! I know this is out of tomcat

RE: Read MS Word using Java?

2004-09-09 Thread Marot Laurent
guess...? do you know other workaround? Thanks again! aris -Original Message- From: Marot Laurent [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 12:41 PM To: Tomcat Users List Subject: RE: Read MS Word using Java? Hi, Have a look there: http://jakarta.apache.org/poi/hwpf

RE: javascript and servlets.

2004-09-03 Thread Marot Laurent
use getParameterNames public java.util.Enumeration getParameterNames() to get the name of all input fields and then getParameter to get the value(s) oh each parameter Laurent -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoy : vendredi 3 septembre 2004 09:16

[OT] RE: javascript and servlets.

2004-09-03 Thread Marot Laurent
] Objet : RE: javascript and servlets. -Original Message- From: Marot Laurent [mailto:[EMAIL PROTECTED] Sent: 03 September 2004 08:33 To: Tomcat Users List Subject: RE: javascript and servlets. use getParameterNames public java.util.Enumeration

RE: javascript and servlets.

2004-09-03 Thread Marot Laurent
i've just realised that you want to use input type=FILE. so you have to post FORM ACTION=... ENCTYPE=multipart/form-data METHOD=POST form -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoy : vendredi 3 septembre 2004 15:15 : [EMAIL PROTECTED] Objet : RE:

RE: Propeties file

2003-12-01 Thread Marot Laurent
sorry guys, i did have a look at tomcat archives and googled that query too but couldn't find anything for my need as a run tomcat on win2k platform and i don't want the file to be acceesed for security reasons, i can't cant put it under my webapp root, ( of course i can't use tomcat realm

Please Help on Java Mail / tomcat

2001-04-26 Thread Marot Laurent
I'm trying to get the content of an e-mail box on a pop3 server. Everything run all right with Jrun but doesn't with Tomcat 3.2 Could somenone explain ??? thanks %@ page import=javax.mail.* % %@ page import=javax.mail.internet.* % %@ page import=java.util.* % %@ page import=java.io.* % HTML

RE: Please Help on Java Mail / tomcat

2001-04-26 Thread Marot Laurent
Mail / tomcat You should provide some more information about the kind of error or symptoms you see. -Ursprüngliche Nachricht- Von: Marot Laurent [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 26. April 2001 12:58 An: [EMAIL PROTECTED] Betreff: Please Help on Java Mail / tomcat

how to run tomcat on a standalone server

2001-03-28 Thread Marot Laurent
Hi all, i've been trying to use Tomcat fo a few days. everything is ok when i work on my notebook connected to my LAN but doesn't work when i'm not plugged. something to do ??? thanks

guidelines

2001-02-28 Thread Marot Laurent
I'm a new tomcat user. I' ve installed it on Win2K platform and I'm now trying to implement it on Solaris. where could i find guidelines for this. thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,