JNDI Realm with HP-UX passwords (DES crypt use to generate passwords)

2005-05-17 Thread David . Delbecq
, encrypted with a DES algorithm. So i provided DES as messagedigest. And guess what? There is no such messageDigest. any idea what i should use? -- David Delbecq Royal Meteorological Institute of Belgium - To unsubscribe, e-mail

Re: Tomcat hang everyday

2005-06-29 Thread david . delbecq
be the problem? and how can I resolve it. If anyone give me the solutions i would appricate. Rajasekar V.R -- David Delbecq Royal Meteorological Institute of Belgium - Is there life after /sbin/halt -p? - To unsubscribe, e-mail

Re: java.util.zip.ZipException: invalid block type

2005-06-30 Thread David Delbecq
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- David Delbecq Royal Meteorological Institute of Belgium - To unsubscribe, e-mail: [EMAIL

Re: JNDIRealm autehentication

2005-08-19 Thread David Delbecq
}) / and I need to provide 2 userBase´s userBase=ou=people,dc=mycompany,dc=com and userBase=ou=people2,dc=mycompany,dc=com is it posssible ? I don´t want to search in my uppper level, because it´s really big. Thanks in advance, Rogerio. -- David Delbecq

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread David Delbecq
/web_xml.html I appreciate your assist... (__[TomCigar]___~~~ -- David Delbecq Royal Meteorological Institute of Belgium - Is there life after /sbin/halt -p? - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Manager webapp and virtual hosts

2005-08-25 Thread David Delbecq
) === tomcat.domain.com/webapp2 ? -- David Delbecq Royal Meteorological Institute of Belgium - Is there life after /sbin/halt -p? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where Is A ...

2005-08-26 Thread David Delbecq
, e-mail: [EMAIL PROTECTED] -- David Delbecq Royal Meteorological Institute of Belgium - Is there life after /sbin/halt -p? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

use php in servlet engine.

2005-09-06 Thread David Delbecq
for administration and JSP compilation tasks. Has anyone here already tried this and experiences issue with this servlet? Thanks for sharing your experience. -- David Delbecq Royal Meteorological Institute of Belgium - Is there life after /sbin/halt -p

Re: use php in servlet engine.

2005-09-06 Thread David Delbecq
a bit of downtime too). Anyway, I'll check. Thanks. Viorel Dragomir . .. --- - Original Message - From: David Delbecq To: Tomcat Users List Sent: Tuesday, September 06, 2005 10:00 Subject: use php

Re: Redeploy a war host without reboot

2005-09-13 Thread David Delbecq
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- David Delbecq Royal Meteorological Institute of Belgium - Is there life after /sbin/halt -p? - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Cannot load JDBC driver class 'org.gjt.mm.mysql.Driver'

2005-09-14 Thread David Delbecq
Boudreau SID - Université du Québec [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- David Delbecq Royal Meteorological Institute of Belgium

Re: Resizing JPEG Images

2005-09-20 Thread David Delbecq
the all new Yahoo! Security Centre. http://uk.security.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- David Delbecq Royal Meteorological Institute of Belgium

Re: tomcat does not find my web application

2005-09-20 Thread David Delbecq
: [EMAIL PROTECTED] -- David Delbecq Royal Meteorological Institute of Belgium - Pingouins dans les champs, hiver méchant - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't connect to X11

2005-09-22 Thread David Delbecq
You are not supposed to use awt or swing on a java web server. remove calls to awt/swing or use headless java. Iin Nurhidayat a écrit : Hi All, I found this error : java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. on UNIX

Need to contact mailing list admin regarding delivery issues

2005-09-26 Thread David Delbecq
Hello, I need to contact the admin of this mailing list regarding delivery issues with it. Please cc: your reply to david.delbecq at myrealbox.com to ensure delivery. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: FAQ? shutdown.bat not killing java process on Windows

2005-10-03 Thread David Delbecq
May i mention also the use of *java.util.Timer in forms other than new **java.util.Timer*(true); If used in any other form, it silently creates a non daemon thread. Jon Wingfield a écrit : Yep. It's a FAQ, but not in the FAQ. Tomcat not quitting generally means your webapp has started a

Re: Getting NoClassDefFound error for Rectangle.class (rt.jar)

2005-10-03 Thread David Delbecq
if it's *java.awt.Rectangle* and the computer you are trying to run fop on does not have graphical environment, maybe you should wonsider using headless java see http://java.sun.com/j2se/1.4.2/docs/guide/awt/AWTChanges.html#headless Bob Hall a écrit : I'm getting a NoClassDefFoundError in a FOP

Re: FAQ? shutdown.bat not killing java process on Windows

2005-10-03 Thread David Delbecq
That's quite a problem ;) Actually your threads should be coded in such a way you may a send a notification in java telling him to finish his job. eg: myNonDaemonThreadICreatedMySelf.stopWorking(); which would set some flag in Thread and then code in your Thread reading the flag knows it has to

Re: Non-servlet class cannot access jar file in ./WEB-INF/lib when a Servlet does

2005-10-06 Thread David Delbecq
classloader to load some other class (probably by reflection) which is located in WEB-INF/lib. That simply impossible to do because classloaders use a child to parent classloading delegation model, not a parent (server) to child (webapp). Regards David Delbecq Jose Maria Ramirez Martinez a écrit

Where does tomcat loads classes from? Mysterious classes loaded....

2005-10-11 Thread David Delbecq
on hell did tomcat find a way to load org.apache.xalan.* classes ! Subsidiary question, how do i make tomcat understand it's not xalan, but crimson the xslt processor? Thanks for help, am lost! David Delbecq - To unsubscribe, e

Re: Problems with graphics on Tomcat 5.5.9 OK!!! BUT.....

2005-10-11 Thread David Delbecq
environment. regards David Delbecq Mauricio Fernandez A. a écrit : Thanks for your help Now I have reinstalled the XFree86 completly including the Xvfb and I can start it (XVfb), to test if it is running I execute a xclock and I don´t get any error, so I think it is running ok However, now, when I

Re: Problems with graphics on Tomcat 5.5.9 OK!!! BUT.....

2005-10-11 Thread David Delbecq
David Delbecq a écrit : Hello, if, like i suppose from your various errors, jfreechart require awt/swing api and do draw on it, you need to run the tomcat server inside a X server, not only do you need to have fonts installed and corresponding X libraries (like your link suggest was problem), you

Re: dynamical class loading

2005-10-12 Thread David Delbecq
Hi, I used dynamic class reloading on a commercial J2EE server and, believe me, it brings far more problems than it solves. First, when you dynamically reload a class here is what can happen: webapp start under classloader instance x webapp instanciate class A and store in session

Re: dynamical class loading

2005-10-12 Thread David Delbecq
Allistair Crossley a écrit : Thrust me, when dynamically classloading, half of code breaks ^^ *rotfl* this has made my afternoon Nice one indeed :D - To unsubscribe, e-mail: [EMAIL PROTECTED] For