RE: CGIs

2002-08-20 Thread Keith Wannamaker
Sure, instal Tomcat 4.0.x. It has a CGIServlet. Keith | -Mensagem original- | De: RocĂ­o Ninahuanca Flores [mailto:[EMAIL PROTECTED]] | Enviada em: segunda-feira, 19 de agosto de 2002 14:13 | Para: Tomcat Users List | Assunto: CGIs | | | Hello, | I have an aplication in CERN server, and

RE: exploding WAR file via ant

2002-07-29 Thread Keith Wannamaker
Look at unzip | -Original Message- | From: Chris Ruegger [mailto:[EMAIL PROTECTED]] | Sent: Monday, July 29, 2002 3:48 PM | To: Tomcat Users List | Subject: exploding WAR file via ant | | | Does anyone have an ANT build.xml snippet | that will expland a WAR file foo.war to the | Tomcat

RE: web.xml DTD and welcome files

2002-07-17 Thread Keith Wannamaker
The elements are order-dependent. Be sure you have w-f-l in the order specified in the dtd. Keith | -Original Message- | From: Turner, John [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, July 17, 2002 11:11 AM | To: '[EMAIL PROTECTED]' | Subject: web.xml DTD and welcome files | | | |

RE: JNDI - What resources are loaded?

2002-07-10 Thread Keith Wannamaker
I'm creating a J2EE application that contains serveral web applications. Is there a portable J2EE way to set up serveral global parameters in JNDI that can be accessed by all the web apps? Or, is it necessary to duplicate all the parameters in each webapp's deployment descriptor? If it were

RE: JNDI - What resources are loaded?

2002-07-10 Thread Keith Wannamaker
Portability is an issue, so it seems the best way to effect global parms in J2EE is to designate them for one component (say a web app), then use JMS to communicate the values to the other components (web apps). Does this seem like the portable way to attack this problem? Keith |

RE: Tomcat 4.0.4 and CLASSPATH

2002-06-25 Thread Keith Wannamaker
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html | -Original Message- | From: davout [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, June 25, 2002 11:44 AM | To: TomCatUser | Subject: Tomcat 4.0.4 and CLASSPATH | | | Looking at Tomcat 4.0.4 it seems to have its own

RE: tomcat won't load oracle driver

2002-06-23 Thread Keith Wannamaker
Someone mentioned on -dev that one has to remove the java*.sql classes from the oracle jdbc jar in order to work with jdk 1.4 (since 1.4 began bundling these classes as well) Keith | -Original Message- | From: slickdev [mailto:[EMAIL PROTECTED]] | Sent: Saturday, June 22, 2002 8:21 PM |

RE: Apache SSLCERT + Tomcat 3.3 + keytool

2002-06-13 Thread Keith Wannamaker
See http://www.comu.de/docs/tomcat_ssl.htm Keith | -Original Message- | From: Power-Netz (Schwarz) [mailto:[EMAIL PROTECTED]] | Sent: Thursday, June 13, 2002 12:09 PM | To: tomcat liste | Subject: Apache SSLCERT + Tomcat 3.3 + keytool | | | Hi, | | i have a THAWTE standart CERTIFICATION

RE: tomcat question

2002-06-06 Thread Keith Wannamaker
tomcat questionThere was a bug in j-t-c that was fixed a few days ago that caused requests to be chunked even if the content-length was known. You should build tomcat-util from jakarta-tomcat-connectors and replace the one in your tomcat install with it. Otherwise, you could always use the

RE: problem with mime-type application/csv

2002-05-22 Thread Keith Wannamaker
You can't force a save-as because IE ignores the content-type header in many cases. If you search the MSKB you will see various articles about this. All Tomcat can do is set the content type on the response, you might want to verify this is happening. Keith | -Original Message- |

MIME types in 3.3

2002-04-24 Thread Keith Wannamaker
Since the default web.xml has been done away with, what is the best way to set up thirty or forty default mime type mappings for all webapps, without repeating this information in every webapps' web.xml? Keith -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: Why is JDK needed to install Apache Tomcat 4.0 on WinNT?

2002-04-23 Thread Keith Wannamaker
If you are using JSPs in your application, the JDK rather than the JRE is required to compile them at run-time. Keith | -Original Message- | From: Kiran Kumar N (RBIN/DCA-NMS) [mailto:[EMAIL PROTECTED]] | Sent: Monday, April 22, 2002 11:42 PM | To: '[EMAIL PROTECTED]' | Subject: Why is