RE: Url Rewriting in Tomcat4.0

2002-02-11 Thread Coetmeur, Alain
look about the Valves... http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/valve.html http://jakarta.apache.org/tomcat/tomcat-4.0-doc/catalina/docs/api/org/apache /catalina/Valve.html one limitation in using Valves is that one cannot change the content of a request is it has already been

RE: RE: cocoon2.0.1 under tomcat4.0.2LE jdk1.4

2002-02-12 Thread Coetmeur, Alain
-Message d'origine- De: arun desai [mailto:[EMAIL PROTECTED]] Date: mardi 12 février 2002 13:23 À: Donald Lee; Tomcat Users List Objet: Re: RE: cocoon2.0.1 under tomcat4.0.2LE jdk1.4 Please let me know how to create Virtual dirctory using tomcat 4.0.1 do you mean virtual

RE: Tomcat 4.0.1 SSL experts, please help.

2002-02-13 Thread Coetmeur, Alain
think about using the address=x.y.z.t attribute for each different connector ... set a separate factory for each connector, and all needed parameters as usual.. in theory this should be enough -Message d'origine- De: n [mailto:[EMAIL PROTECTED]] I have two separate security

Enabling/Disabling cookies usage, crosscontext in webapp (.war)

2002-02-13 Thread Coetmeur, Alain
I'm working on jboss catalina plugin and I want to know wether the context default values are usefull for .WAR deployement DefaultContext cookies=false crossContext=true trusted=false /Context can one set those parameters with the web.xml or with a catalina.xml additional

Are there big reference of tomcat usage in production

2002-02-21 Thread Coetmeur, Alain
To convince our hierarchy of using tomcat for some sites, I need to have somme reference of usage in production for tomcat (catalina or at least tomcat3) -- Alain Coetmeur -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

RE: [JBoss-user] Access InitialContext of Tomcat 4.0.2

2002-05-23 Thread Coetmeur, Alain
-Message d'origine- De: Dirk Storck [mailto:[EMAIL PROTECTED]] Date: jeudi 23 mai 2002 01:51 À: Jboss User (E-Mail); Tomcat User (E-Mail) Objet: [JBoss-user] Access InitialContext of Tomcat 4.0.2 Hi, I know it doesnt belongs to this mailing list but maybe someone can

Servicing/relaying HTTP proxy request with tomcat/catalina

2002-01-16 Thread Coetmeur, Alain
Is it possible to make catalina behave like a classic HTTP proxy... At least to intercept proxy URL and transmit them to a webapp, that could answer for them... as far as I know, proxu request deffers from classic request by the fact the URL don't start with / but with protocol: is it

RE: Can Tomcat use XSLT?

2001-01-18 Thread Coetmeur, Alain
it does, if you install xerces and xalan... cocoon (an XML framework at xml.apache.org) run on tomcat. XSL taglib in jakarta.apache.org works also I've just done it... -Message d'origine- De: David Tinaquero [mailto:[EMAIL PROTECTED]] Date: jeudi 18 janvier 2001 17:01 : [EMAIL

RE: Tomcat and SSL

2001-01-30 Thread Coetmeur, Alain
I've done this with tomcat 3.2.1 with JSSE (loaded at sun) I've added jsse jars in the classpach,; changed few properties about security providers, in the server.xml I've activated the SSL connector that is commented out... it works perfectly with that section in server.xml Connector

RE: how to enable ssi in tomcat. Urgent plssssssss

2001-01-31 Thread Coetmeur, Alain
I don't really understand all in your problem description. anyway I had some problem myself by using taglibs that "include" the result of some other relative URL (see the XSL taglib, with the include tag) my problem was multiple: - I needed JSSE to support SSL (as a client), and add it as a

RE: Tomcat and OpenSSL/Keytool

2001-02-02 Thread Coetmeur, Alain
whare security provider are you using... I've installed JSSE from SUN and this works... I've just been unable to load a private key from openSSL to the JKS keystore... however the certificates can be imported easily -Message d'origine- De: Steve Smale [mailto:[EMAIL PROTECTED]]

RE: SSL Help

2001-02-05 Thread Coetmeur, Alain
browse the archive those recent days/weeks the secret are: it is advised to use apache with openssl (mod_ssl or apache+ssl) as the SSL processor and just configure it to delegate servlet and JSP to tomcat... look at http://www.modssl.org/ or http://www.apache-ssl.org/ for explanations,

RE: Tomcat standalone SSL, import of certificate

2001-02-13 Thread Coetmeur, Alain
-Message d'origine- De: Drasko Kokic [mailto:[EMAIL PROTECTED]] Date: lundi 12 fvrier 2001 15:43 : [EMAIL PROTECTED] Objet: Tomcat standalone SSL, import of certificate Hello, I have installed SSL support for Tomcat3.2.1 on a Windows NT machine, and it works nicely for a

RE: ajp12 vs ajp13 mod_jk.conf-auto

2001-02-14 Thread Coetmeur, Alain
-Message d'origine- De: Mel Martinez [mailto:[EMAIL PROTECTED]] Date: mardi 13 fvrier 2001 23:33 : [EMAIL PROTECTED] Objet: ajp12 vs ajp13 mod_jk.conf-auto Question: what determines whether ajp12 or ajp13 will be specified for a jkmount statement in the auto-generated

RE: Regarding support for tomcat server....................

2001-02-15 Thread Coetmeur, Alain
moreover because Servlet may be pooled in manyseparate instance, each servlet may have it's own counter... under low load it is not apparent, but if you load the server with many concurent accesss you will see that many different countes will be incremented separately... I've read somewhere

Tomcat 3.2.1, taglib demo /examples/jsp/simpletag/foo.jsp throws NoSuchMethodError in TagLibraryInfoImpl.createAttribute

2001-01-09 Thread Coetmeur, Alain
I've intalled tomcat 3.2.1 with cocoon1.8, xerces 1.2, servlet 2.2 jar, ... jdk1.3 SE on Windows NT SP6. Cocoon and most of the JSP demos work perfectly, but the taglib demo throws the NoSuchMethoError exception... I have recompiled the examples classes but nothing changes... the TLD seems

RE: Tomcat 3.2.1, taglib demo /examples/jsp/simpletag/foo.jsp throws NoSuchMethodError in TagLibraryInfoImpl.createAttribute

2001-01-09 Thread Coetmeur, Alain
2 days I was working on that, digging into the archives... the solution was to install the servlet.jar from latest jakarta-servletapi3.2 instead of the servlet2_2.jar found with cocoon, that cocoon ask to put in leu of the basic servlet.jar of tomcat... coccon seems to work perfectly anyway...

RE: XSLT Filter implementation hints?

2001-01-15 Thread Coetmeur, Alain
there is the XSL-TagLib which is a way to do something like XSP+XSL, but with pure JSP... in cocoon doc one can read that there is no satisfying standard way to chain servlets (the way sun JSP engine does is told to be a hack, that will probably be abandonned soon...) XSL-TagLib seems quite

RE: Passing SSL info from Apache to tomcat

2001-01-15 Thread Coetmeur, Alain
I'm not sure if it is the problem, but in the documentation it is told that you need ajp13 protocol to propagate SSL information to tomcat... note that you should not include the mod_jk.config-auto itself since it is regenerated each time tomcat starts, but copy it and change all you want...

RE: Apache mod_SSL and Tomcat using mod_jk

2001-01-16 Thread Coetmeur, Alain
-Message d'origine- De: Pete Ehli [mailto:[EMAIL PROTECTED]] Date: mardi 16 janvier 2001 08:34 : [EMAIL PROTECTED] Objet: Apache mod_SSL and Tomcat using mod_jk Hello I am new to Apache and am using mod_ssl Apache server connected with Tomcat via the mod_jk module - I've just done