RE: Struts framwork

2002-01-28 Thread Arnaud Héritier
you can also see : http://www.husted.com/struts/ I'm also using it successfully in my web apps. One more thanks to Craig for all his work on Tomcat, Struts, ... Arno -Message d'origine- De: Lauer, Oliver [SMTP:[EMAIL PROTECTED]] Date: lundi 28 janvier 2002 14:19 À:'Tomcat

RE: Unable to load class

2002-01-28 Thread Arnaud Héritier
It's certainly because you don't have this class in your web application. Is your class is timeTag or TimeTag as it should be ??? Your class TimeTag should be placed under your directory WEB-INF/classes/test/ to be recognized by your server. arno -Message d'origine- De: [EMAIL

RE: Tomcat Apache JSP compilation error

2002-01-15 Thread Arnaud Héritier
With Tomcat 4 the package java.util isn't imported by default in your JSP page. you should add this : %@ page language=java import=java.util.Vector% or %@ page language=java import=java.util.*% arno -Message d'origine- De: Stuart Stephen [SMTP:[EMAIL PROTECTED]] Date: lundi

RE: JDBC

2002-01-14 Thread Arnaud Héritier
Better is to put it only in your web application lib directory. If you retreive Oracle JDBC drivers (Type 4) they will be provided in a Zip file called : classes12.zip. Before to use it, you MUSt rename this file classes12.jar. If you don't do this, Tomcat won't be able to load oracle classes.

RE: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-14 Thread Arnaud Héritier
In your server.xml you add a context like this : Context path=/myContext docBase=E:/Where/ever/you/have/your/webapp debug=0 /Context arno -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: lundi 14 janvier 2002 15:11 À:Tomcat Users List Objet:

RE: seup problem

2002-01-14 Thread Arnaud Héritier
your JAVA_HOME is JAVA_HOME = c:\jdk1.3 and not JAVA_HOME = c:\jdk1.3\bin arno -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: lundi 14 janvier 2002 15:23 À:[EMAIL PROTECTED] Objet:seup problem Dear Sir, I have installed tomcat in the

RE: Please Help

2002-01-07 Thread Arnaud Héritier
With Tomcat 4.X you can see this doc : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/host.html#User%20Web%20Applications arno -Message d'origine- De: Designing Department [SMTP:[EMAIL PROTECTED]] Date: lundi 7 janvier 2002 09:20 À:Tomcat Users List Objet:

RE: Very basic problem

2002-01-02 Thread Arnaud Héritier
In the memory of my first java lines I will reply to this out of subject question. Firstly, You should have the current directory in your CLASSPATH. Secondly you should put a capital to your class name and your file (to be clean) class Test { pubic static void main(String[] args){

RE: Delivery failure - Recipient unknown

2001-12-26 Thread Arnaud Héritier
Is the moderator can stop this please Wake Up USA ;-) Nobody works the night after X'mas ??? :-) Merry X'mas everybody. -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: mercredi 26 décembre 2001 10:50 À:[EMAIL PROTECTED]; [EMAIL PROTECTED] Objet:

RE: AW: Classloader question

2001-12-20 Thread Arnaud Héritier
The simpliest solution is to rename your WEB-INF/lib/classes12.zip to WEB-INF/lib/classes12.jar and it works. -Message d'origine- De: Craig R. McClanahan [SMTP:[EMAIL PROTECTED]] Date: jeudi 20 décembre 2001 03:31 À:Tomcat Users List Cc: Lauer, Oliver Objet:Re: AW:

RE: AW: Classloader question

2001-12-20 Thread Arnaud Héritier
I tried and it works. The manifest isn't used here so you can only rename the file. If you want to be clean you must unzip the file and recreate the jar but it's pointless. arno -Message d'origine- De: Justin Rowles [SMTP:[EMAIL PROTECTED]] Date: jeudi 20 décembre 2001 11:09 À:

RE: Tomcat 4.0 JAVE_HOME

2001-12-11 Thread Arnaud Héritier
you should modify your registry keys : HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\CurrentVersion HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\CurrentVersion and make them point to 1.3 instead of 1.3.1 arno -Message d'origine- De: Robert P. Rosetta

RE: error while building mod_jk.so Tomcat 3.3 + Apache 1.3.22 on AIX 4.33

2001-12-10 Thread Arnaud Héritier
Try to use this flag replacing by your own apache PATH : 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 it worked for me. arno -Message d'origine- De: Liedtke, Joerg

RE: Configure md_jk in http.conf

2001-12-06 Thread Arnaud Héritier
You should say to Apache to serve html files and images : JkMount /examples/*.jsp ajp13 Alias /examples Path to the directory Tomcat4.0/webapps/examples Directory Path to the directory Tomcat4.0/webapps/examples Options Indexes FollowSymLinks /Directory arno -Message d'origine-

RE: Configure md_jk in http.conf

2001-12-06 Thread Arnaud Héritier
Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Arnaud Héritier [mailto:[EMAIL PROTECTED

RE: Configure md_jk in http.conf

2001-12-06 Thread Arnaud Héritier
Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. Dezember 2001 12:26 An: 'Lauer, Oliver' Betreff: RE: Configure md_jk in http.conf If you want

RE: Configure md_jk in http.conf

2001-12-06 Thread Arnaud Héritier
Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. Dezember 2001 12:37 An: 'Lauer, Oliver' Cc: 'Tomcat Users List (Adresse de messagerie)' Betreff: RE

RE: tomcat-apache doc

2001-12-06 Thread Arnaud Héritier
You can use the mod-jk connector : http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/doc/ or the mod_webapp : http://nagoya.apache.org/~pier/ arno -Message d'origine- De: E B [SMTP:[EMAIL PROTECTED]] Date: jeudi 6 décembre 2001 13:14 À:Tomcat Users List Objet:

RE: running two tomcat servers

2001-11-30 Thread Arnaud Héritier
] _ -Ursprüngliche Nachricht- Von: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 29. November 2001 13:40 An: 'Tomcat Users List' Betreff: RE: running two tomcat servers you should define in the workers.properties one worker for each tomcat server. by default there are 2 workers

RE: Migrating from tomcat 3.2.3 to tomcat 4.0.1

2001-11-30 Thread Arnaud Héritier
I think that you should import these classes because, from now, JSP pages are generated by default in a package org.apache.jsp. If you uses : %@ page language=java import=MyClass1,MyClass2,...% I think it will work. arno -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL

RE: No Documentation On Connecting Tomcat4 to Apache

2001-11-30 Thread Arnaud Héritier
You have actually to connectors to do it : mod_webapp which is a new one. The configuration is simplified but it doesn't seem to be stable for a production release (It's what I can read on the mailing list). You can find the documentation here :http://nagoya.apache.org/~pier/ mod_jk the old

RE: problem with classpath

2001-11-30 Thread Arnaud Héritier
You must rename your classes111.zip in classes111.jar. Tomcat can load only jar files. arno -Message d'origine- De: Laurent Michenaud [SMTP:[EMAIL PROTECTED]] Date: vendredi 30 novembre 2001 14:08 À:Tomcat Users List Objet:problem with classpath Hi, I got the

RE: Class in org.apache.jsp not found - please help!!

2001-11-29 Thread Arnaud Héritier
The package org.apache.jsp is a virtual package. This package is used to generate servlet sources from JSP pages. All classes generated under TC/work/ belong by default to this package. I think that you need to add the import of the Context class in the JSP page which uses it. Arno

RE: Wrong line number in stack trace

2001-11-29 Thread Arnaud Héritier
Which TC release -Message d'origine- De: Ralph Einfeldt [SMTP:[EMAIL PROTECTED]] Date: jeudi 29 novembre 2001 11:17 À:Tomcat Users List Objet:AW: Wrong line number in stack trace Which JDK do you use ? Never experienced something like that with either IBM's

RE: Class in org.apache.jsp not found - please help!!

2001-11-29 Thread Arnaud Héritier
= no path;} ^ 4 errors Arnaud Héritier schrieb: The package org.apache.jsp is a virtual package. This package is used to generate servlet sources from JSP pages. All classes generated under TC/work/ belong by default to this package. I think that you need

RE: running two tomcat servers

2001-11-29 Thread Arnaud Héritier
you should define in the workers.properties one worker for each tomcat server. by default there are 2 workers (ajp12, ajp13). You must define for exemple ajp13_server1 and ajp13_server2 helping you with the ajp13 definition example. worker.list=ajp12, ajp13, ajp13_server1, ajp13_server2 # #

RE: running two tomcat servers

2001-11-29 Thread Arnaud Héritier
] _ -Ursprüngliche Nachricht- Von: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 29. November 2001 13:40 An: 'Tomcat Users List' Betreff: RE: running two tomcat servers you should define in the workers.properties one worker for each tomcat

RE: major upgrade for our developpement and production environnment

2001-11-29 Thread Arnaud Héritier
TC 4.0.1 is enough stable if is running in stand-alone mode. Performance are better. If you need to use Apache web server (From now it's not improving performances with TC 4.0.1) you can use AJP 1.3 (Stable also). The only problem is if you want to use the load-balancing which is the only one

RE: running two tomcat servers

2001-11-29 Thread Arnaud Héritier
: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 29. November 2001 14:33 An: 'Tomcat Users List' Betreff: RE: running two tomcat servers Be careful that the documentation from Henry

RE: mod_jk and Apache ....

2001-11-27 Thread Arnaud Héritier
You can download the mod_jk module (mod_jk.dll) for Apache on WinNT from : http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/ or http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.4/bin/win32/i386/ If I don't make a mistake you can use either of them with

mod_jk and tomcat 4.0.1

2001-11-27 Thread Arnaud Héritier
Is it possible with Tomcat 4.0.1 to auto-generate the mod_jk.conf-auto like with TC 3.X ?? With Tomcat 4.0.1 the workers.properties file isn't provided. I took one of tomcat 3.X but should I modify the lines ?? # # Additional class path components. #

RE: mod_jk and Apache ....

2001-11-27 Thread Arnaud Héritier
doesn't have the input chunking feature, it will *hang* when used with Tomcat 3.3 or later. Larry -Original Message- From: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 4:40 AM To: 'Tomcat Users List' Subject: RE: mod_jk and Apache You

RE: the classloader doesn't like XML in TC 3.2.3 and TC 4.0

2001-11-26 Thread Arnaud Héritier
-Message d'origine- De: Domingo Aguilera [SMTP:[EMAIL PROTECTED]] Date: vendredi 23 novembre 2001 20:27 À:[EMAIL PROTECTED] Objet:RE: the classloader doesn't like XML in TC 3.2.3 and TC 4.0 More on...

RE: the classloader doesn't like XML in TC 3.2.3 and TC 4.0

2001-11-21 Thread Arnaud Héritier
. I replaced the xerces.jar by the crimson.jar and jaxp.jar. This two solutions are working so I hope that it will help some of you. Arnaud H -Message d'origine- De: Arnaud Héritier [SMTP:[EMAIL PROTECTED]] Date: mardi 20 novembre 2001 17:59 À:Tomcat Users List (Adresse de

the classloader doesn't like XML in TC 3.2.3 and TC 4.0

2001-11-20 Thread Arnaud Héritier
Snif, I'm in despair :-) I'm developping a web application with the Struts Framework. All worked correctly until I need to develop a new servlet used to transform XML Documents in HTML with Xalan. I used xerces with Struts, and all was good. But now I added xalan (xalan.jar,xml-apis.jar,

RE: mod_jk

2001-11-16 Thread Arnaud Héritier
-Original Message- From: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 4:36 AM To: Tomcat Users List (Adresse de messagerie) Subject: mod_jk although my web application is correctly running I always have this errors in the mod_jk.log

mod_jk

2001-11-15 Thread Arnaud Héritier
although my web application is correctly running I always have this errors in the mod_jk.log : [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters [jk_uri_worker_map.c

RE: Logging from a servlet in Tomcat

2001-10-19 Thread Arnaud Héritier
One question about this subject. Why the Tomcat (4) team (Craig and others) didn't use log4J to trace the server ? -Message d'origine- De: G.Nagarajan [SMTP:[EMAIL PROTECTED]] Date: vendredi 19 octobre 2001 10:48 À:[EMAIL PROTECTED] Objet:RE: Logging from a servlet

How to use mod_jk between Tomcat 3.2.3 and Apache 1.3.22 under AIX 4.3.3

2001-10-19 Thread Arnaud Héritier
Hi all! I've a problem concerning the use of mod_jk under AIX 4.3.3. I posted a mail on the list yesterday and Adam F told me to get the mod_jk.so for this plateform here : http://users.aber.ac.uk/aff9/tomcat/tomcat-3.2/aix/4.3.3/RS6000-ppc/ I did it but when I launch Apache I have the

mod_jk between Tomcat 3.2.3 and Apache 1.3.22 under AIX 4.3.3 and maybe mod_webapp solution

2001-10-19 Thread Arnaud Héritier
to set up a seperate box with Linux on it to deploy the app. Good Luck -Original Message- From: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 8:59 AM To: Tomcat-User (Adresse de messagerie) Subject: How to use mod_jk between Tomcat 3.2.3 and Apache 1.3.22

RE: mod-jk for AIX 4.3.3

2001-10-18 Thread Arnaud Héritier
://users.aber.ac.uk/aff9/tomcat/tomcat-3.2/aix/4.3.3/RS6000-ppc/ If that helps 8o) Build instructions are also up at http://users.aber.ac.uk/aff9 Regards, Adam. Arnaud Héritier wrote: hi guys (and girls) Is there available somewhere the mod_jk.so for AIX 4.3.3 or should I compile

RE: mod_jk Tomcat 4.0

2001-10-05 Thread Arnaud Héritier
I done it as you and it works. What's happen ??? -Message d'origine- De: Ulrich Knecht [SMTP:[EMAIL PROTECTED]] Date: vendredi 5 octobre 2001 13:42 À:[EMAIL PROTECTED] Objet:Re: mod_jk Tomcat 4.0 Hello, I'm also trying to put ajp13 to work with tomcat 4.0 and

Can't use Cookies in tag libraries ?????

2001-10-02 Thread Arnaud Héritier
Hi all !! I face up to a problem concerning the use of cookies in a tag library. In my tag library I would like to store a cookie on the client. I wrote this in the doStartTag method of my tag : HttpServletResponse httpResponse = (HttpServletResponse)pageContext.getResponse();

RE: Can't use Cookies in tag libraries ?????

2001-10-02 Thread Arnaud Héritier
I just try to test with tomcat 4.0 standalone and I have the same problem :-( Craig, an idea -Message d'origine- De: Arnaud Héritier [SMTP:[EMAIL PROTECTED]] Date: mardi 2 octobre 2001 12:03 À:Tomcat-User (Adresse de messagerie) Objet:Can't use Cookies in tag

RE: Can't use Cookies in tag libraries ?????

2001-10-02 Thread Arnaud Héritier
I done it, but I would to store the info between two sessions, that's why I tried this. -Message d'origine- De: Marcel May [SMTP:[EMAIL PROTECTED]] Date: mardi 2 octobre 2001 16:40 À:[EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED]' Objet:Re: Can't use

mod_jserv for Tomcat 3.1.1 with Apache 1.3.12 on HPUX 11.00

2001-10-02 Thread Arnaud Héritier
again me ;-) but for another question. I would like to know if someone have a compiled version of the mod_jserv.so or mod_jk.so for Apache 1.3.12 with Tomcat 3.1.1 under a HPUX 11.00. thanks in advance arno Arnaud HERITIER Ingénieur d'études SOPRA. Group EAI Consulting Tel :

AJP 1.3 connector

2001-09-26 Thread Arnaud Héritier
hi guys !! Wanting to connect Tomcat 4.0 with Apache 1.3.20 on a Win NT, I'm searching for the AJP 1.3 connector. I saw that there's not yet a distrib of it, and that I should download sources from CVS. I've a problem because I'm behins a firewall which doesn't allow me to do it. I didn't find

Tomcat 4.0 and Apache Server

2001-09-25 Thread Arnaud Héritier
New tomcat 4.0 user since this morning I don't find the documentation on how to use tomcat 4.0 with an Apache Web Server ??? Before I used mod_jk with the config file generated by tomcat 3.2.3, but now how should I do ??? thanks arno Arnaud HERITIER Ingénieur d'études SOPRA. Group EAI

RE: Tomcat 4.0 and Apache Server

2001-09-25 Thread Arnaud Héritier
to believe this is the replacement. Follow the instructions in INSTALL.txt which is included in the tar ball. Nick -Original Message- From: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 5:40 AM To: '[EMAIL PROTECTED]' Subject: Tomcat 4.0 and Apache

RE: Webapp Binary

2001-09-25 Thread Arnaud Héritier
Me also I would like to test it ??? Can I use AJP 1.2 or 1.3 instead of it ??? And if Yes, how ??? -Message d'origine- De: Jim Urban [SMTP:[EMAIL PROTECTED]] Date: mardi 25 septembre 2001 14:24 À:Tomcat-User Objet:Webapp Binary When will the webapp binary be