JK for AIX

2005-06-29 Thread Arnaud HERITIER
Hi guys, I'm trying to install modjk between Tomcat 5.5.7 and Apache 1.3.33 on AIX 5.2 and I have some build errors. I did it some years ago with tomcat 4 on AIX 4.3 and I remember that I needed to add some flags to do it on AIX. Is there anyone who have some information to build the

RE: Tomcat 5.5.9: NamingException cannot be resolved or is not a type - JNDI, MySQL

2005-06-08 Thread Arnaud HERITIER
You must import the classes you use in your JSP : %@ page import={package.class | package.*}, ... ... Arnaud -Message d'origine- De : Greg Brownell [mailto:[EMAIL PROTECTED] Envoyé : mercredi 8 juin 2005 21:34 À : tomcat-user@jakarta.apache.org Objet : Tomcat 5.5.9:

RE: Blocking access to static content

2004-10-11 Thread Arnaud HERITIER
You can put all your resources (images, jsp, ..) under the WEB-INF directory. Arnaud. -Message d'origine- De : Robert Harper [mailto:[EMAIL PROTECTED] Envoyé : lundi 11 octobre 2004 21:27 À : 'Tomcat Users List' Objet : RE: Blocking access to static content I tried filters but my

RE: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Arnaud HERITIER
You should close your pool connection because the pool doesn't close the real connection. this doc can help you : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html#Random%20Connection%20Closed%20Exceptions Arnaud -Message d'origine- De : Jose Euclides

RE: New to Tomcat

2003-10-08 Thread Arnaud HERITIER
you should read this : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html It explains how to create your own web app with Tomcat. Arnaud. -Message d'origine- De : Khairuddin Md Saad [mailto:[EMAIL PROTECTED] Envoye : mercredi 8 octobre 2003 12:17 A : [EMAIL PROTECTED]

RE: easy question

2003-06-24 Thread Arnaud HERITIER
did you add the import statement in the jsp??? -Message d'origine- De : David Zellhoefer [mailto:[EMAIL PROTECTED] Envoye : mardi 24 juin 2003 11:29 A : [EMAIL PROTECTED] Objet : easy question Hello! I have a easy question for you: 1)I have written a class called Test,

RE: 4.1.24 Tag Lib problem

2003-04-04 Thread Arnaud HERITIER
Do you use the release method on your tag ??? If yes, you should know that this method isn't called in Tomcat between two uses of a tag (a same instance is reused several times). You should reinit all your internal instance variables in the doStartTag method. Arnaud -Message

RE: Taglib on tomcat 4.1.24

2003-04-01 Thread Arnaud HERITIER
doStartTag ??? isn't it doEndTag ?? If you release your properties at the end of the doStartTag, you can't use them in the body. But if I use the doEndTag, Shawn says that doEndTag() is not necessarily called at the end of every invocation (in cases of abnormal termination -- e.g., an exception

RE: Taglib on tomcat 4.1.24

2003-04-01 Thread Arnaud HERITIER
-Message d'origine- De : Simon MacMullen [mailto:[EMAIL PROTECTED] Envoyé : mardi 1 avril 2003 15:05 À : Tomcat Users List Objet : RE: Taglib on tomcat 4.1.24 perhaps the new tomcat manager keep to much things in cache... Absolutely. Tag instances may be re-used. This

RE: Taglib on tomcat 4.1.24

2003-04-01 Thread Arnaud HERITIER
Hi Dick. I'm agree with you and I will follow your advices. If I find some problems I'll post a Bug on Bugzilla. Thx for your explanations. Cheer Arnaud -Message d'origine- De : Dick Zetterberg [mailto:[EMAIL PROTECTED] Envoyé : mardi 1 avril 2003 17:42 À : [EMAIL PROTECTED]

RE: Error : JDBC ODBC

2003-03-20 Thread Arnaud HERITIER
Where did you put your oracle jar ??? -Message d'origine- De : sanjeev/tcpl/[EMAIL PROTECTED] [mailto:sanjeev/tcpl/[EMAIL PROTECTED] Envoye : jeudi 8 novembre 2001 07:10 A : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : Error : JDBC ODBC hi, i am facing these following

RE: properties files

2003-02-25 Thread Arnaud HERITIER
You need to put your property files in WEB-INF/classes or in a jar in WEB-INF/lib Then you can use the getResourceAsStream(..) method of the ServletContext of your webapp : properties.load(getServletContext().getResourceAsStream(filePath)) Arnaud -Message d'origine- De : José

RE: AUTO {ICICICARE#002-040-330}SSL with Tomcat

2003-01-28 Thread Arnaud HERITIER
Is it possible to STOP this auto-reply on the mailing list??? Thanks Arnaud -Message d'origine- De : NRI Cell [mailto:[EMAIL PROTECTED]] Envoyé : mardi 28 janvier 2003 12:06 À : Tomcat Users List Objet : AUTO {ICICICARE#002-040-330}SSL with Tomcat Dear Sir/Madam, We have

RE: Startup problems

2002-12-17 Thread Arnaud HERITIER
Don't you have a web app with an invalid header in its web.xml ?? -Message d'origine- De : Aleksandr Shneyderman [mailto:[EMAIL PROTECTED]] Envoyé : lundi 16 décembre 2002 17:59 À : Tomcat User List Objet : Startup problems I get the following error on the startup: Starting

RE: SECOND REPOST: Tomcat 4.1.12 won't start on Windows Me

2002-11-13 Thread Arnaud HERITIER
Don't you have setted a CATALINA_HOME env variable to point to another Tomcat distro ??? -Message d'origine- De : Sinclair, Alan (CORP, GEAccess) [mailto:alan.sinclair;geaccess.com] Envoyé : mercredi 13 novembre 2002 00:30 À : 'Tomcat Users List' Objet : RE: SECOND REPOST: Tomcat

RE: mod_jk.so

2002-07-23 Thread Arnaud HERITIER
to install mod_jk you should read this : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html -Message d'origine- De : Billingham, Walter 475 [mailto:[EMAIL PROTECTED]] Envoye : mardi 23 juillet 2002 15:23 A : '[EMAIL PROTECTED]' Objet : mod_jk.so Ok, I now

RE: jar_cache files in /var/tmp using Tomcat

2002-07-18 Thread Arnaud HERITIER
let's see : http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg59531.html -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Agustin Envoye : jeudi 18 juillet 2002 15:01 A : [EMAIL PROTECTED] Objet : jar_cache files in /var/tmp using

RE: Jar_cache* files bis

2002-07-15 Thread Arnaud HERITIER
-Message d'origine- De : Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Envoye : vendredi 12 juillet 2002 18:16 A : Tomcat Developers List; [EMAIL PROTECTED] Cc : [EMAIL PROTECTED] Objet : Re: Jar_cache* files bis On Fri, 12 Jul 2002, Arnaud HERITIER wrote: Date: Fri, 12

RE: Error - Please Help

2002-07-12 Thread Arnaud HERITIER
Have you setted a JAVA_HOME environment variable to your new SDK installation directory ?? -Message d'origine- De : Sunit Munjal [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 12 juillet 2002 16:07 À : Tomcat Users List Objet : RE: Error - Please Help I just installed the SDK for

RE: jar_cache files

2002-07-11 Thread Arnaud HERITIER
Nobody has an idea about this. how are used jar_cache* files in Tomcat ?? -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED]] Envoye : mercredi 10 juillet 2002 16:19 A : 'Tomcat Users List' Cc : Tomcat-Dev (E-mail) Objet : RE: jar_cache files Under AIX 4.3.3

RE: Tomcat 4 question

2002-07-11 Thread Arnaud HERITIER
you can use the manager admin you must define in your tomcat-users.xml a user with the profile manager Then access to the manager like this : http://my_url:my_port/manager/reload?path=webapp_context all the doc is here : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html

jar_cache files

2002-07-10 Thread Arnaud HERITIER
webapps. But this files are never deleted :-( The production team ask me if this files can be deleted ?? And if yes, when ??? Are this jars used only at the boot time or during all the life of TC ?? Thanks. Arnaud HERITIER EAI Consulting Sopra Group Tél. : +33 (0)1 53 33 44 74 email

RE: jar_cache files

2002-07-10 Thread Arnaud HERITIER
You can delete them after stoping tomcat and before starting it again This is at least what i do. Arnaud HERITIER wrote: Hello. For a customer I developped a webapp which will be deployed under Tomcat 4.0.1 (Because of the validation cycle which can't allow me to upgrade

RE: jar_cache files

2002-07-10 Thread Arnaud HERITIER
this will generate error messages for files that are in use, but you don't want to delete those anyway.. Mark -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 2:07 PM To: 'Tomcat Users List' Subject: RE: jar_cache files

RE: jar_cache files

2002-07-10 Thread Arnaud HERITIER
used any longer. Depending on the architecture of the process that uses the file you may get unexpected results as long as the process runs. -Ursprungliche Nachricht- Von: Arnaud HERITIER [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 10. Juli 2002 16:19 An: 'Tomcat Users List

java.lang.IllegalStateException

2002-07-05 Thread Arnaud HERITIER
:371) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:424) at java.lang.Thread.run(Unknown Source) Arnaud HERITIER EAI Consulting Sopra Group Tél. : +33 (0)1 53 33 44 74 email : [EMAIL PROTECTED] Ce message est exclusivement destiné aux personnes dont le

RE: Oracle JDBC Drivers not fully working

2002-06-05 Thread Arnaud Heritier
It is still true. Did you find another drivers to replace them??? Thanx Arno. -Message d'origine- De: Power-Netz (Schwarz) [SMTP:[EMAIL PROTECTED]] Date: mardi 4 juin 2002 10:29 A: tomcat liste Objet: Oracle JDBC Drivers not fully working Hi, last time i tried oracle, i

RE: Mod_jk log message question (mod_jk is so slow!!!)

2002-04-18 Thread Arnaud Heritier
in the JKMount directive which is present in your mod_jk.conf.auto file generated by TC or in your httpd.conf of Apache if you wrote it yourself, you must declare only the servlets and the jsp files. it should be something like : JkMount /your_webapp/*.jsp ajp13 JkMount

RE: someone help me !!!!..urgent...

2002-04-05 Thread Arnaud Heritier
As it is wrote in the servlet specs, only jars are usable in the WEB-INF/lib directory of the web apps. Tomcat 4.0 ( and 3.3 I think) don't use the computer's CLASSPATH You have 2 solutions (that I tested) : The dirty one : rename the classe12.zip in classe12.jar put it in the WEB-INF/lib dir

RE: someone help me !!!!..urgent...

2002-04-05 Thread Arnaud Heritier
You must copy it in the $TOMCAT_HOME/common/lib dir only if you want to share it to all your web apps. Otherwise you must use the WEB-INF/lib dir of your web app. This is better for the versionning of jars Arno# -Message d'origine- De: Galbayar [SMTP:[EMAIL PROTECTED]] Date:

RE: Where is the conf/auto directory in 4.03?

2002-04-05 Thread Arnaud Heritier
This file is generated automatically when you declare in your server.xml : Listener className=org.apache.ajp.tomcat4.config.ApacheConfig/ Arnaud -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: vendredi 5 avril 2002 16:18 A:[EMAIL PROTECTED] Objet:

RE: jasper tag pool 3.3

2002-03-27 Thread Arnaud Heritier
you'd better post this query on the dev list. arnaud -Message d'origine- De: peter lin [SMTP:[EMAIL PROTECTED]] Date: mercredi 27 mars 2002 13:53 A:Tomcat Users List Objet:jasper tag pool 3.3 Does anyone know who wrote the tag pool implementation for TC3.3? I am

RE: Tomcat 4 with Apache 1.3

2002-03-21 Thread Arnaud Heritier
Hi robert ! I wrote this e-mail this morning. It could help you ! good luck. == Firstly I think it is better to get tomcat 4.0.1 or higher because the ajp module isn't packaged in the 4.0.

RE: Tomcat Memory usage(Urgent!)

2002-03-08 Thread Arnaud Heritier
Are you sure that there's not old processes. I saw on AIX with TC4.0.1 that when i shutdowned TC, the java process wasn't killed. So I needed to kill it manually. Isn't there the same problem. Do all these processes disappeare when you stop TC ?? Arno -Message d'origine- De: David

RE: mod_jk 3.3 on AIX 4.3

2002-03-04 Thread Arnaud Heritier
it? What was your CFG_LDFLAGS_SHLIB setting? Thanks -Original Message- From: Arnaud Heritier [mailto:[EMAIL PROTECTED]] Sent: 04 March 2002 12:05 To: 'Peacock, Alasdair' Subject: RE: mod_jk 3.3 on AIX 4.3 hello . I never saw this error. I send to you my copy of mod_jk.so

RE: mod_jk 3.3 on AIX 4.3

2002-02-26 Thread Arnaud Heritier
try to substitute in the apxs script the line : my $CFG_LDFLAGS_SHLIB = . by : my $CFG_LDFLAGS_SHLIB = q( -bexpall -bM:SRE -bnoentry -bI:/aladin/stock/gui/apache-1.3.22/libexec/httpd.exp -lc -ldl); # substitute via Makefile.tmpl replacing the path to your apache directory. otherwise

RE: TomCat's XML parser

2002-02-20 Thread Arnaud Heritier
I'm developping a web app using XML (SAX DOM) and XSLT. I'm using xerces 1.4.4 and Xalan 2.1 in my web-app lib directory without any conflict with Tomcat. arno -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: mardi 19 fevrier 2002 23:09 A:Tomcat