RE: Apache 2.0.42 and SSL (Win32)

2002-09-26 Thread Vincent . Gaboriau
That's not the right place to ask this questione, but... you can see on this page: http://www.apache.org/dist/httpd/binaries/win32 That : This version is only available at present in a -no_ssl flavor, due to ongoing questions of strong crypto redistribution. When a binary build

RE: Apache 2.0.42 and SSL (Win32)

2002-09-26 Thread Vincent . Gaboriau
It delivered with Apache 2.x sources but not build. -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 26 septembre 2002 15:19 À : 'Tomcat Users List' Objet : RE: Apache 2.0.42 and SSL (Win32) As far as I know, mod_ssl (or its functionality) is

RE: Running tomcat 4.0 as NT Srvice

2002-09-24 Thread Vincent . Gaboriau
There is a topic which explain that, there were 1 or 2 weeks ago. Make a search on the mailling list. -Message d'origine- De : Katz, Adi [mailto:[EMAIL PROTECTED]] Envoyé : lundi 23 septembre 2002 18:22 À : [EMAIL PROTECTED] Objet : Running tomcat 4.0 as NT Srvice Hello, Tomcat

RE: ? java.net.BindException: Address already in use

2002-09-24 Thread Vincent . Gaboriau
Tomcat try to use a port already used by another application. You must verify that a tomcat instance doesn't run. You can see the opened port with an utility like netstat. -Message d'origine- De : Bill Blackmon [mailto:[EMAIL PROTECTED]] Envoyé : mardi 24 septembre 2002 17:44 À :

RE: web.xml

2002-09-20 Thread Vincent . Gaboriau
Hello, I have found your error... Your config files are correct! The error became from the HelloWorld servlet. If you enter on the code, to see what it really do ;-) you can see that it use a LocalString properties file. Your servlet cannot function because this file missing. That's

RE: Apache2 and Tomcat4 on different boxes

2002-09-20 Thread Vincent . Gaboriau
I have never run Tomcat under an Unix like OS, so I don't now. The host neptune.broward.edu is declared in the network configuration of the machine? ping neptune.broward.edu works? -Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoy? : jeudi 19 septembre 2002 22:30 ? :

RE: Realtime Log File Viewer

2002-09-20 Thread Vincent . Gaboriau
I have heard that the tomcat's stdout can be redirected in the log event manager of windows. But I don't know how to made that. -Message d'origine- De : Nicholas Orr [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 20 septembre 2002 10:52 À : 'Tomcat Users List' Objet : RE: Realtime Log File

RE: Apache2/Win32 and mod_webapp anyone?

2002-09-20 Thread Vincent . Gaboriau
Hi, You can have .so on Apache 2.0.x under Windows. When you compile Apache by your self all the files are .so. You can try to rename them on .dll, but it doesn't change anything for Apache. Vincent. -Message d'origine- De : Thomas T. Veldhouse [mailto:[EMAIL PROTECTED]] Envoyé :

RE: Apache2/Win32 and mod_webapp anyone?

2002-09-20 Thread Vincent . Gaboriau
That's right it can be the case. For my expercience, I always compile Apache and the modules on my platform. I'll get lots of curious behaviours using downloaded Apache 2.0 binary and Apache's modules. If you can create your self-compiled one, do it. I never managed to compile mod_webapp. I have

RE: Apache2 and Tomcat4 on different boxes

2002-09-19 Thread Vincent . Gaboriau
Sorry I look at your config files, but I see nothing bad (as you I think ;-) ) In your mod_jk logs, we can see that the ajp13 worker is not found first then it's running and found by Apache. And then, it's closed during request processing. That's a strange beaviours. You run this configuration

RE: web.xml

2002-09-19 Thread Vincent . Gaboriau
Nothing's wrong, nothing's missing. Your problem isn't here. Does the Tomcat's examples run? Which error do you get? -Message d'origine- De : Lindomar [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 19 septembre 2002 15:14 À : Tomcat Users List Objet : web.xml Hi everyone! I have a problem

RE: web.xml

2002-09-19 Thread Vincent . Gaboriau
What the tomcat's log say? -Message d'origine- De : Lindomar [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 19 septembre 2002 16:18 À : Tomcat Users List Objet : Re: web.xml Hi Vincet. Thanks for your reply. My tomcat's example run. The error is : HTTP Status 404 - /myapp/oneid/ The

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Vincent . Gaboriau
When did you have this error? When you type this URL : http://10.103.2.4/examples ? If it is the case, I think it's normal, because your Apache Virtual Host is just defined for 10.103.2.30. And It seems to me strange, because you said that the @IP of the Apache server is 10.103.2.4 and you

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Vincent . Gaboriau
You have specify that in your httpd.conf: JkWorkersFile /opt/tomcat4/conf/jk/workers.properties JkLogFile /opt/tomcat4/logs/mod_jk.log you have another tomcat installed on your apache server? -Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi 18

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Vincent . Gaboriau
When you test, you enter this URL? http://10.103.2.4/examples -Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi 18 septembre 2002 16:42 A : [EMAIL PROTECTED] Objet : RE: Apache2 and Tomcat4 on different boxes Hi Vincent, I had a typo in

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Vincent . Gaboriau
Ho, yes 400 error. And what does your mod_jk.log say? -Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi 18 septembre 2002 17:44 A : [EMAIL PROTECTED] Objet : RE: Apache2 and Tomcat4 on different boxes yes, I have tried both( name and Ip)

RE: How to Change Port Number of Tomcat

2002-09-12 Thread Vincent . Gaboriau
I think that Andreas has right. The ports of the connectors must be changed, but the shutdown port must also be changed. Try this and we'll see. -Message d'origine- De : Garling, Matthew [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 12 septembre 2002 11:09 À : 'Tomcat Users List' Objet : RE:

RE: How to Change Port Number of Tomcat

2002-09-12 Thread Vincent . Gaboriau
That's right, but he wants to run 2 Tomcat simultaneously. That's why all ports number must be different. -Message d'origine- De : Drinkwater, GJ (Glen) [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 12 septembre 2002 13:35 À : 'Tomcat Users List' Objet : RE: How to Change Port Number of

RE: Problem with Tomcat 4.1.10!

2002-09-12 Thread Vincent . Gaboriau
You can run Tomcat as a service with the same parameters as the DOS mode. There were a post in this mailling list yesterdey (I think). The service creation command was given. I don't know which parameter is needed in your case, but if you specify all the parameters, it must be worked as in Dos

RE: Problem with Tomcat 4.1.10!

2002-09-12 Thread Vincent . Gaboriau
That's what was given yesterday : %CATALINA_HOME%\bin\tomcat.exe -install Apache-Catalina %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.ja r -Dcatalina.home=%CATALINA_HOME% %CATALINA_OPTS% -Xrs -start

RE: IOException under tomcat 4.1.10!

2002-09-12 Thread Vincent . Gaboriau
I don't know very well the JK2 connector, but I think that you have configured Tomcat to function with the jni channel. And you don't specify the apr.NativeSo parameter. More explication here. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configtc.html -Message d'origine- De

RE: Apache 1.3.26 to Tomcat 4.0.4 PROBLEM with mod-Jk on solaris

2002-09-12 Thread Vincent . Gaboriau
First Engine name=Standalone defaultHost=localhost debug=0 must be : Engine name=Standalone defaultHost=ebusiness.corp.teradyne.com debug=0 In your workers.properties, you have: worker.ajp13.host=ebusiness.corp.teradyne.com Is ebusiness.corp.teradyne.com knowned?

RE: Apache 2, mod_jk2, inprocess, w2k, classpath ?

2002-09-12 Thread Vincent . Gaboriau
You could just specify the directory where your jars are in the java.class.path. -Message d'origine- De : Andre Schild [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 12 septembre 2002 17:11 À : [EMAIL PROTECTED] Objet : Apache 2, mod_jk2, inprocess, w2k, classpath ? Hello, I'm trying to

RE: Tomcat running as a service...

2002-09-11 Thread Vincent . Gaboriau
1 - At the Tomcat's Installation, you can sepcify to install Tomcat as a service. 2 - Tomcat.exe works great to create a service, there is some options to specify -Message d'origine- De : Joseph Duncan Shaw [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 09:48 À : '[EMAIL

RE: How do I change the default loaded web page?

2002-09-11 Thread Vincent . Gaboriau
In the web.xml of your webapp, you can specify the welcome-file which is an XML Tag for the webapp description. -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 14:15 À : 'Tomcat Users List' Objet : RE: How do I change the default

RE: Tomcat running as a service...

2002-09-11 Thread Vincent . Gaboriau
That's what I done too. And if you want to specify the Tomcat's configuration file, you insert between -params and start: -config PathOfTheServer.xml -Message d'origine- De : Jacob Kjome [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 15:05 À : Tomcat Users List

RE: New JK/JK2 documentation available

2002-09-11 Thread Vincent . Gaboriau
Thanks John, that will be very usefull to test the performance and functional enhancements between Jk and Jk2 Connectors. -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 16:24 À : 'Tomcat Users List' Objet : RE: New JK/JK2

RE: New JK/JK2 documentation available

2002-09-11 Thread Vincent . Gaboriau
That's right, But thanks to prevent us ;-) -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 16:58 À : 'Tomcat Users List' Objet : RE: New JK/JK2 documentation available Thank the tomcat developers, not me! :) John -Original

RE: PROBLEM with Tomcat 4.10 and Jasper

2002-09-11 Thread Vincent . Gaboriau
Does FIECONJV1.getCONTCO(vect) returns a String? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 17:44 À : [EMAIL PROTECTED] Objet : PROBLEM with Tomcat 4.10 and Jasper Hello, I am French, sorry for my englais. I have a

RE: PROBLEM with Tomcat 4.10 and Jasper

2002-09-11 Thread Vincent . Gaboriau
Sorry for this mail, I don't have seen that you had posted the generated servlet file. The java.net.URLEncoder.encode() is deprecated in JDK 1.4. What do you use? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 18:20 À : Tomcat

RE: Error in apache - LoadBalance with Tomcat

2002-09-10 Thread Vincent . Gaboriau
It seems as your tomcat isn't running. 1 - Tomcat hasn't been started. 2 - A webapp cause a tomcat's crash. 3 - As most of the time, it's a miss configuration. -Message d'origine- De : Alvaro Mota [mailto:[EMAIL PROTECTED]] Envoye : lundi 9 septembre 2002 22:47 A : Tomcat Users List

RE: Sessions problem with TC4 on Win XP Home when browsing from localhost

2002-09-10 Thread Vincent . Gaboriau
The session are managed using the cookies. The cookie uses the Domain Name to see the rights to read or write them. If in Tomcat you have specified an host with full name (theServerName.theDomainName), it could be the reason. The cookie is created with the Domain Name theDomainName and the pages

RE: Url Mapping with mod_jk

2002-09-10 Thread Vincent . Gaboriau
Hi, Can we see your config files : httpd.conf (the interesting part), the server.xml and workers.properties. -Message d'origine- De : Anthony Milbourne [mailto:[EMAIL PROTECTED]] Envoyé : mardi 10 septembre 2002 13:55 À : 'Tomcat Users List' Objet : RE: Url Mapping with mod_jk I'm

RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Vincent . Gaboriau
I see 2 solutions: - Copy your Tomcat's distribution in place of jakarta-tomcat-4.0.1 delivered with JBuilder 6. But it's not proper. - You write an OpenTool for JBuilder 6 in order to add another Tomcat. I've already made that to specify the Tomcat's config file to use in replacement of the

RE: server.xml and configuring connection pools

2002-09-10 Thread Vincent . Gaboriau
How do you test your configuration? You test with more than 20 users? Your configuration is correct according to your explication, but does it can really work? If you test with a soft as LoadRunner, I think you have a simulation scenario. What do the first 20 users after their requests are

RE: Apache/tomcat load balance doesn't work with http post operation

2002-09-09 Thread Vincent . Gaboriau
Hi, I have already had this type of problem, the cause was a miss configuration. Can we please see your worker.properties and server.xml file? Vincent. -Message d'origine- De : Xiaoyu Zhang [mailto:[EMAIL PROTECTED]] Envoyé : dimanche 8 septembre 2002 19:30 À : [EMAIL PROTECTED] Objet

RE: Still need help w. Tomcat installation

2002-09-09 Thread Vincent . Gaboriau
To run Tomcat in DOS, you must specify the JAVA_HOME and TOMCAT_HOME environment variables (system or user are not important in a first step). If you have already done it, you must close your DOS window and open a new one in order to the variables became enabled. hopes it help you. -Message

RE: Tomcat 3.1.* config problem

2002-09-09 Thread Vincent . Gaboriau
No, it should be: SET JAVA_HOME=c:\jbuilder4\jdkxxx where xxx is the JDK version. JAVA_HOME is needed to simply run java. -Message d'origine- De : Hoy, Samantha SSA-CORAR11 [mailto:[EMAIL PROTECTED]] Envoyé : lundi 9 septembre 2002 14:27 À : 'Tomcat Users List' Objet : RE: Tomcat

RE: Apache/tomcat load balance doesn't work with http post operation

2002-09-09 Thread Vincent . Gaboriau
So you use the Warp connector or AJP13? First you must have 2 server.xml (one for each instance), the port numbers must be different for each instances. In your server.xml you must specify the jvmRoute in the Engine Tag (jvmRoute=LoadBalancerName). -Message d'origine- De : Xiaoyu Zhang

RE: ServletContext in a Bean

2002-09-09 Thread Vincent . Gaboriau
I'm agree with Sandra. If you need Context's informations in your bean, the Servlet should set them on the bean. But the bean shouldn't access directly to the context. -Message d'origine- De : Heligon Sandra [mailto:[EMAIL PROTECTED]] Envoyé : lundi 9 septembre 2002 18:20 À : 'Tomcat

RE: Apache + Tomcat multiple instances

2002-09-06 Thread Vincent . Gaboriau
We have quite the same problem as you. So, We want to compare the performance between one and two instances. We have already done a two instances configuration, but we want to know if there is another way to do that and if it's more performant. -Message d'origine- De : Ekkehard Gentz

RE: session problem

2002-09-06 Thread Vincent . Gaboriau
What do you hear about the sessions aren't working? A user working just on the www.nut.com (for exemple) have no session? Or a user working on the www.nut.com loose his session when he's passing on the www.han.com? -Message d'origine- De : nuthankumar [mailto:[EMAIL PROTECTED]] Envoye :

RE: how to uninstall Apache?

2002-09-06 Thread Vincent . Gaboriau
If you have installed Apache to run as a service, it's better to remove the Apache service before uninstall. -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 6 septembre 2002 16:59 À : 'Tomcat Users List' Objet : RE: how to uninstall Apache? Depends

RE: Apache + Tomcat multiple instances

2002-09-05 Thread Vincent . Gaboriau
Nobody have an idea? Need you more explications? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 4 septembre 2002 14:36 À : [EMAIL PROTECTED] Objet : Apache + Tomcat multiple instances Hi all, I already run Apache 2.0.40 + 2 instances of Tomcat

Apache + Tomcat multiple instances

2002-09-04 Thread Vincent . Gaboriau
Hi all, I already run Apache 2.0.40 + 2 instances of Tomcat 4.0.3 under Windows 2000. To get the 2 instances running, I made 2 server.xml, 2 worker directory, 2 temp directory and 2 webapps directory. So it looks like 2 installations of Tomcat on one machine. To run the instances, I modified the

RE: HTTP 404 - File not found Tomcat4.0.4 - Apache2.0.40

2002-09-04 Thread Vincent . Gaboriau
Hi, I think the command : JkMount /yourNewApp/* yourTomcatWorkerName is not present in your httpd.conf. Vincent. -Message d'origine- De : Heligon Sandra [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 4 septembre 2002 14:48 À : '[EMAIL PROTECTED]' Objet : HTTP 404 - File not

RE: HTTP 404 - File not found Tomcat4.0.4 - Apache2.0.40

2002-09-04 Thread Vincent . Gaboriau
Oups, that's right! The exemple's context should run. Can you (Sandra) look at your tomcat logs? -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 4 septembre 2002 14:53 À : 'Tomcat Users List' Objet : RE: HTTP 404 - File not found Tomcat4.0.4 -

RE: HTTP 404 - File not found Tomcat4.0.4 - Apache2.0.40

2002-09-04 Thread Vincent . Gaboriau
So, you don't have any problem anymore. Tomcat log file: apache_log - ? (I don't have this log in my configuration) catalina_log - The activity of your Tomcat server. You can see if your Tomcat start and stop and the threads created and stoped. localhost_access - You can