RE: HOW-TO : Mail session and authentication password

2004-06-17 Thread Q\. Werty
essage, use a javax.mail.Session object created > using a Properties instance (with your properties set) and the instance of > the Authenticator (as above) that has the username and password set. > > Hope that helps > > Carl > > > -Original Message- > From:

HOW-TO : Mail session and authentication password

2004-06-17 Thread Q\. Werty
How can I declare a JavaMail Session in server.xml with AUTHENTICATION informations? It's OK for some properties (mail.smtp.port|from|user|auth) but never found a way to indicate PASSWORD. Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 6

Re:Reloading an application non-interactively

2003-01-14 Thread Q. Werty
I agree ... > On 13 Jan 2003 at 17:35, Q. Werty wrote: > > > Try this : > > http://admin:password@localhost/manager/reload?path="/myapp > > > > Be aware : username and password can be catched on the wire and > > in log files ... > >

Re:Reloading an application non-interactively

2003-01-13 Thread Q. Werty
Try this : http://admin:password@localhost/manager/reload?path="/myapp Be aware : username and password can be catched on the wire and in log files ... > All, I would like to reload an application non- interactively. I do not > want to use Ant to do this because it will not be install

JK2, JkUriSet and virtual hosting

2003-01-13 Thread Q. Werty
Hi, I'am facing a problem with JK2 and virtual hosting. Configuration : Tomcat 4.1.18/Apache 2.0.43/JK2 2.0.2/Windows 2000 SP3. As said in previous messages and in some documentation, it's possible to configure URI mapping with JK2 in Apache httpd.conf file (as with mod_jk). There exis

Admin webapp bug with datasource?

2002-12-17 Thread Q. Werty
I'am facing with a problem in admin application. I added manually a datasource in server.xml with a custom factory (some extensions to DBCP). Then I went to admin application, and when I asked for this datasource with custom factory, admin application responded with a error (driverClassNa

mod_jk2 and shm explanations

2002-12-17 Thread Q. Werty
I'm experiencing Tomcat-4.1.17/mod_jk2/Apache-2.0.43/Windows- 2000. After some difficulties, the whole configuration seems to be OK but I haven't understood all what I've done ...! Particulary, in workers2.properties, [shm] component is still obscur to me and documentation il very poor on th

Re: Context management and virtual host

2002-08-26 Thread Q. Werty
OK, thanks a lot too. > > > On Mon, 26 Aug 2002, Q. Werty wrote: > > > Date: Mon, 26 Aug 2002 17:48:10 +0200 > > From: Q. Werty <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: "[utf-8] tomcat-user" &

RE: Context management and virtual host

2002-08-26 Thread Q. Werty
OK, I haven't saw this. Thanks a lot > Use the Remote Address Valve > > >allow="127.0.0.1" /> > > > More info is here -> > http://jakarta.apache.org/tomcat/tomcat-4.0- doc/config/valve.html > > - Andrew > > > -Origi

Re: Context management and virtual host

2002-08-26 Thread Q. Werty
cat 4.1, and the version of deploytool shipped with > the JWSDP <http://java.sun.com/webservices/>. > > People building plugins for IDEs should really be integrating support for > manager commands instead of trying to embed Tomcat inside their > environments. They'd find it a l

Context management and virtual host

2002-08-26 Thread Q. Werty
I'am looking for a way to manage all contexts installed on my server. I've got numerous virtual hosts and I'like NOT to install manager context in all virtual hosts. How can I do? - Is it possible to install a "cross-host" context in Tomcat? - I saw the administration interface in Tomcat 4.1 beta.