Re: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-19 Thread charly
Subject: RE: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0 Bill: Thanks for your answer. In my case, the client just directly talks to Tomcat. So, the maxThread means maxConnections. Is it possible for Tomcat ( any version which supports

RE: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-18 Thread Feng Xie \(fxie\)
PROTECTED] On Behalf Of Bill Barker Sent: Friday, June 17, 2005 10:47 PM To: tomcat-user@jakarta.apache.org Subject: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0 If you are fronting with Apache, then the mapping between connections

configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-17 Thread Feng Xie \(fxie\)
I like to get some help on how to configure the maximum number of connections could be supported by Tomcat5.0. There is one config attribute called maxThreads, according to Tomcat doc, which isThe maximum number of request processing threads to be created by this Connector, which therefore

Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-17 Thread Bill Barker
If you are fronting with Apache, then the mapping between connections and threads is more a function of your MPM. As a result, I'm just going to answer for the stand-alone Connector. In Tomcat 5.0, there is a one-to-one mapping between socket connections and threads. Pipelined HTTP/1.1

RE: SSL configuration question

2005-04-07 Thread Mustafa BLKBA
: Faine, Mark [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 7:34 PM To: 'Tomcat Users List' Subject: RE: SSL configuration question Nevermind, It is fixed. Unfortunately though I can't pass on my findings as I'm not sure exactly what fixed it. -Mark -Original Message- From

RE: SSL configuration question

2005-04-05 Thread Faine, Mark
org.apache.catalina.startup.Catalina start INFO: Server startup in 14756 ms -Original Message- From: Faine, Mark Sent: Friday, April 01, 2005 9:25 AM To: 'Tomcat Users List' Subject: RE: SSL configuration question Thanks, the link you provided allowed me to get it imported correctly. This should go on a FAQ. Thanks

RE: SSL configuration question

2005-04-05 Thread Faine, Mark
Nevermind, It is fixed. Unfortunately though I can't pass on my findings as I'm not sure exactly what fixed it. -Mark -Original Message- From: Faine, Mark Sent: Tuesday, April 05, 2005 9:44 AM To: 'Tomcat Users List' Subject: RE: SSL configuration question I tried this same

Re: SSL configuration question

2005-04-01 Thread Mikhail Kruk
PM Subject: RE: SSL configuration question The certificate I imported was not self-signed (or should not be). It is what I received back from Entrust after submitting a CSR. It was already in use on Apache before I decided not to use Apache anymore. It worked before on Apache. I

RE: SSL configuration question

2005-04-01 Thread Faine, Mark
. Thanks, -Mark -Original Message- From: Mikhail Kruk [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 7:45 AM To: Tomcat Users List; Hein Behrens Subject: Re: SSL configuration question I thought the two are not related my key is stored in the java keystore. I did everything

RE: SSL configuration question

2005-04-01 Thread Faine, Mark
Thanks, the link you provided allowed me to get it imported correctly. This should go on a FAQ. Thanks again, -Mark -Original Message- From: Mikhail Kruk [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 3:42 PM To: Tomcat Users List Subject: RE: SSL configuration question

RE: SSL configuration question

2005-04-01 Thread Mikhail Kruk
To: Tomcat Users List; Hein Behrens Subject: Re: SSL configuration question I thought the two are not related my key is stored in the java keystore. I did everything with keytool, part of java. Tomcat only needs the password and name. The SSL certificate is not generated for or by tomcat

RE: SSL configuration question

2005-04-01 Thread Mikhail Kruk
, the link you provided allowed me to get it imported correctly. This should go on a FAQ. Thanks again, -Mark -Original Message- From: Mikhail Kruk [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 3:42 PM To: Tomcat Users List Subject: RE: SSL configuration question

RE: SSL configuration question

2005-04-01 Thread Faine, Mark
Kruk [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 9:31 AM To: Tomcat Users List Subject: RE: SSL configuration question Fortunately it's not that Frequent that people end up where you did :) You should first finalize your config and decide whether you will run Tomcat standalone

SSL configuration question

2005-03-31 Thread Faine, Mark
Solaris 8, Tomcat 5.0.28 I've configured my tomcat installation with my SSL key from Entrust and it is working (sort of). 1. It is not correctly configured. It shows my organization as both issued to and issue by when I view the certificate information. Could someone explain what I have

Re: SSL configuration question

2005-03-31 Thread Hein Behrens
@jakarta.apache.org Sent: Thursday, March 31, 2005 7:44 PM Subject: SSL configuration question Solaris 8, Tomcat 5.0.28 I've configured my tomcat installation with my SSL key from Entrust and it is working (sort of). 1. It is not correctly configured. It shows my organization as both issued

RE: SSL configuration question

2005-03-31 Thread Faine, Mark
Thanks, I tried that before and got a permission error, but it works now. -Mark -Original Message- From: Hein Behrens [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 12:41 PM To: Tomcat Users List Subject: Re: SSL configuration question Answer to number 2 is edit your

Re: SSL configuration question

2005-03-31 Thread Sasisekar S Sundaram
, Mark [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Thursday, March 31, 2005 1:13 PM Subject: RE: SSL configuration question Thanks, I tried that before and got a permission error, but it works now. -Mark -Original Message- From: Hein Behrens [mailto

Re: SSL configuration question

2005-03-31 Thread Nestor Florez
Message - From: Faine, Mark [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Thursday, March 31, 2005 1:13 PM Subject: RE: SSL configuration question Thanks, I tried that before and got a permission error, but it works now. -Mark -Original Message

RE: SSL configuration question

2005-03-31 Thread Faine, Mark
Tomcat. Thanks, -Mark -Original Message- From: Sasisekar S Sundaram [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 2:43 PM To: Tomcat Users List Subject: Re: SSL configuration question It shows both issued to and issue by because it is a self signed certificate. when you get

RE: SSL configuration question

2005-03-31 Thread Mikhail Kruk
it is. This might help: http://kb.thawte.com/thawte/thawte/esupport.asp?id=vs24694 Thanks, -Mark -Original Message- From: Sasisekar S Sundaram [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 2:43 PM To: Tomcat Users List Subject: Re: SSL configuration question It shows

Re: SSL configuration question

2005-03-31 Thread Hein Behrens
] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, March 31, 2005 11:42 PM Subject: RE: SSL configuration question The certificate I imported was not self-signed (or should not be). It is what I received back from Entrust after submitting a CSR. It was already in use on Apache

Tomcat 5.0.28 configuration question

2004-12-09 Thread Derrick Koes
IIS 6.0/ JK2/ Tomcat 5.0.28/ SQL Server My configuration is 1 W2K3 server running IIS and the JK2 connector, 2 W2K2 servers (load balanced) running my tomcat web app, and 1 running SQL Server. When the requests are long (over 2 minutes), occasionally they re-post multiple times. I see the

Server.xml configuration question.

2004-10-26 Thread Mufaddal Khumri
Hi, I am using Tomcat 5.0.27. I want to configure my server.xml such that: 1. all system.outs from my webapp 2. all error and exceptions due to my webapp get written to logs/mywebapp.log under CATALINA_HOME This is the except from my server.xml file that I have written: ... ... Engine

RE: Server.xml configuration question.

2004-10-26 Thread Shapira, Yoav
Khumri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 3:02 PM To: Tomcat Users List Subject: Server.xml configuration question. Hi, I am using Tomcat 5.0.27. I want to configure my server.xml such that: 1. all system.outs from my webapp 2. all error and exceptions due to my webapp get

Re: Server.xml configuration question.

2004-10-26 Thread Mufaddal Khumri
: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 3:02 PM To: Tomcat Users List Subject: Server.xml configuration question. Hi, I am using Tomcat 5.0.27. I want to configure my server.xml such that: 1. all system.outs from my webapp 2. all error and exceptions due to my webapp

RE: Server.xml configuration question.

2004-10-26 Thread Shapira, Yoav
Hi, When i start tomcat now, I still get some of the system.out from my webapp written to catalina.out. No. That can't be right. The output you're seeing is coming from somewhere else, or your configuration is otherwise messed up. My webapp implements ServletContextListener and

Re: Server.xml configuration question.

2004-10-26 Thread Mufaddal Khumri
Yes, most definitely I have to use the log4j library. I just rechecked my server.xml and I am still baffled as to why the output is going to catalina.out ? Heres the entire server.xml: ---START Server port=8005 shutdown=SHUTDOWN Service name=Catalina Connector port=9090

RE: Server.xml configuration question.

2004-10-26 Thread Shapira, Yoav
Hi, I just rechecked my server.xml and I am still baffled as to why the output is going to catalina.out ? Because the Logger is inside your Context, it applies only to that Context. It does not apply to other Contexts within your Host, such as those created by autoDeploy. Try moving Logger

Re: Server.xml configuration question.

2004-10-26 Thread Mufaddal Khumri
Hi, No change. Moved it to the host and also moved it under Engine to see if that changes anything. Still the same results. Regards, On Oct 26, 2004, at 12:54 PM, Shapira, Yoav wrote: Hi, I just rechecked my server.xml and I am still baffled as to why the output is going to catalina.out ?

mod_jk configuration question

2004-10-01 Thread Anto Paul
Hi all, Is it possible to define two AJP13 connectors both listening at different ports and different addresses. These two addresses have different Host elements. Config Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8005 minProcessors=5 maxProcessors=75

RE: mod_jk configuration question

2004-10-01 Thread Cox, Charlie
You need to separate these into different Service elements in server.xml, each with the corresponding Connector and Host. Charlie -Original Message- From: Anto Paul [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 10:01 AM To: Tomcat Users List Subject: mod_jk configuration

RE: $CATALINA_HOME\shared configuration question

2004-08-16 Thread nhelder
Sorry for the delay; I initially sent this message in the wrong direction and then was gone for the weekend. I think the bottom line is that I need to familiarize myself more with standard Tomcat file structures and packaging techniques, and any places to go for that information would be more

RE: $CATALINA_HOME\shared configuration question

2004-08-16 Thread Shapira, Yoav
Hi, So, I suppose that makes question #2: is there a way to have two seperate tomcat contexts use the same web-inf folder? Sure: any number of Tomcat contexts can use the same docBase. Only the path attribute of the Context must be unique within the Host. Yoav Shapira

RE: $CATALINA_HOME\shared configuration question

2004-08-13 Thread Shapira, Yoav
Hi, We're in the process of adopting the use of the $CATALINA_HOME\shared\classes and $CATALINA_HOME\shared\lib directories (windows platform) to encourage greater code sharing and integration, and I'm having trouble getting Tomcat to watch these folders for changes and refresh it's cache if such

$CATALINA_HOME\shared configuration question

2004-08-12 Thread nhelder
Hello all, I'm doing some .jsp development on the company's 4.1.24 tomcat install. We're in the process of adopting the use of the $CATALINA_HOME\shared\classes and $CATALINA_HOME\shared\lib directories (windows platform) to encourage greater code sharing and integration, and I'm having trouble

Re: $CATALINA_HOME\shared configuration question

2004-08-12 Thread QM
On Thu, Aug 12, 2004 at 03:41:46PM -0500, [EMAIL PROTECTED] wrote: : As near as I can tell, for a typical context, it seems the way to do this is to : hop into the server.xml file and set the reloadable value to true. : : However, I'm not seeing a context within that file that pertains to the :

Configuration question

2004-02-10 Thread Arnaud Deflorenne
Hello, I work with Tocat 5.018 on Win2K. Here is my question: I would like to define two web adresses (www.adress1.com and www.adress2.com) on the nearly same web site... In fact, my first adress has to point to my default web page in the root folder (/index.htm) : no problem for this, it works

Re: Configuration question

2004-02-10 Thread Chris Daly
i think what you mean is run two instances of tomcat. you do this within the conf/server.xml, and make another copy of the context path file where docbase is the root directory of your new website, remember to stop and start tomcat for the changes to take effect. Context path=/..

Configuration question (part 2)

2004-02-10 Thread Arnaud Deflorenne
Thanks a lot. If I understand your email, I have to add a Context tag in my host definition? Host name=www.adress1.com debug=0 appBase=d:\inetpub\wwwroot\mydirecory\ unpackWARs=true autoDeploy=false Context path= docBase=. debug=0 /Context Valve

Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
Hello, Is it possible to have a directory where all the HTML files and file permissions etc. are handled by Apache and all the JSPs and servlets handled by Tomcat? I have Tomcat and Apache working successfully using JK2. What I want to do is the following: Say I have a directory: /mydirectory

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu [EMAIL PROTECTED] wrote: Hello, Is it possible to have a directory where all the HTML files and file permissions etc. are handled

RE: Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
: Apache-Tomcat configuration question Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu [EMAIL PROTECTED] wrote: Hello, Is it possible to have a directory where all the HTML files

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
:[EMAIL PROTECTED] Sent: July 2, 2003 12:34 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Use a map. JK example: JkMount /*.jsp ajp13 JK2 example [uri:/examples/*.jsp] worker=ajp13:localhost:8009 John On Wed, 02 Jul 2003 12:28:18 -0300, Atreya Basu [EMAIL PROTECTED

RE: Apache-Tomcat configuration question

2003-07-02 Thread Atreya Basu
Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 12:53 PM To: Tomcat Users List Subject: Re: Apache-Tomcat configuration question Most people don't mix servlets and JSP, in which case you would use something like [uri:/myDir/servlet/*] worker=ajp13:localhost:8009

Re: Apache-Tomcat configuration question

2003-07-02 Thread John Turner
configuration question Most people don't mix servlets and JSP, in which case you would use something like [uri:/myDir/servlet/*] worker=ajp13:localhost:8009 In the case of something like Struts, servlets are mapped to URLs ending in *.do, so you would do the same as with JSP: [uri:/myDir/*.do] worker

configuration question

2003-02-25 Thread Balijepalli Sri-WLBS11
I was able to set up Tomcat successfully and created a new directory under the webapps directory and placed my jsp files in the new directory but am not able to access these jsp pages. For example, I named the new directory as scode and tried to access a jsp page called test.jsp as

Re: configuration question

2003-02-25 Thread Mehdi . Nejad
Add a context for your new app in the host ... tag. ie.. Context path=/mystuff docBase=d:/myjsps debug=0 reloadable=true /Context put your jsp's inside d:\myjsps and then run http://localhost:8080/mystuff/filename.jsp Mehdi Nejad

Tomcat Configuration Question

2002-11-27 Thread karthikeyan.balasubramanian
Hi All, I have this question. One of my friend is running a web hosting business and i m helping him to configure tomcat with apache using warp as connecter. I have sucessfully integrated it and i am also able to run my application inside webapps with calling tomcat with port number but by

Configuration question

2002-10-15 Thread Kent Perrier
All, I have been having problems getting Apache 2.0.40 and Tomcat 4.0.6 configured properly. Due to time issues, I have decided to drop the apache part of my configuration and run Tomcat as root so it can bind to port 80 and 443. I am running into a strange issue that I hope you all can help

Re: Configuration question

2002-10-15 Thread Mark Eggers
Kent, Edit /etc/hosts file and put in the following information: your_ip_address hostname hostname.domainname 127.0.0.1 localhost localhost.localdomain You'll also need to edit your /etc/nsswitch.conf to include the files parameter on the host line. hosts: files dns I hope

Re: Configuration question

2002-10-15 Thread Kent Perrier
On Tue, Oct 15, 2002 at 12:04:49PM -0700, Mark Eggers wrote: Kent, Edit /etc/hosts file and put in the following information: your_ip_address hostname hostname.domainname 127.0.0.1 localhost localhost.localdomain You'll also need to edit your /etc/nsswitch.conf to

RE: Configuration question

2002-10-15 Thread Turner, John
A quick test would be to set server.xml back to localhost, and restart, then test with Lynx to see if you get the error. John -Original Message- From: Kent Perrier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:43 PM To: [EMAIL PROTECTED] Subject: Re: Configuration

Re: Configuration question

2002-10-15 Thread Kent Perrier
On Tue, Oct 15, 2002 at 03:48:54PM -0400, Turner, John wrote: A quick test would be to set server.xml back to localhost, and restart, then test with Lynx to see if you get the error. As always, the easy answer evades the one with the bloody forehead. Changing this back to localhost solves

RE: Configuration question

2002-10-15 Thread Turner, John
Subject: Re: Configuration question On Tue, Oct 15, 2002 at 03:48:54PM -0400, Turner, John wrote: A quick test would be to set server.xml back to localhost, and restart, then test with Lynx to see if you get the error. As always, the easy answer evades the one with the bloody

JNDI for JMS configuration question

2002-10-02 Thread Shapira, Yoav
Hi, I'm using tomcat 4.1.12-LE / jdk 1.4.1, and I'd like to send a JMS message to a remote server. I have the parameters for the server, e.g. providerURL, connectionFactory, queue name. I'd like to configure these in my web.xml, not server.xml, and use tomcat's InitialContext implementation

Apache/Tomcat Configuration Question

2002-09-23 Thread John Green
All, I have Apache and Tomcat integrated together using mod_jk. The problem is now when I hit my webserver, it always defaults to the root context of tomcat. No matter what I set in my Apache httpd.conf file it gets ignored. I have tried to setup a virtual server in my httpd.conf file to

RE: Apache/Tomcat Configuration Question

2002-09-23 Thread Venkat Reddy Valluri
PROTECTED]] Sent: Mon 9/23/2002 11:22 AM To: [EMAIL PROTECTED] Cc: Subject:Apache/Tomcat Configuration Question All, I have Apache and Tomcat integrated together using mod_jk. The problem is now when I hit my webserver, it always defaults to the root context of tomcat

Re: Apache/Tomcat Configuration Question

2002-09-23 Thread Milt Epstein
On Mon, 23 Sep 2002, John Green wrote: All, I have Apache and Tomcat integrated together using mod_jk. The problem is now when I hit my webserver, it always defaults to the root context of tomcat. No matter what I set in my Apache httpd.conf file it gets ignored. I have tried to setup a

RE: Tomcat configuration question + Apache

2002-03-29 Thread Carlos A . Díaz
If I set the Tomcat port to 80 = I don´t need Apache. Is necesary have Apache wiht Tomcat?. regards c. -Mensaje original- De: yilmaz [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 28 de marzo de 2002 21:18 Para: Tomcat Users List Asunto: Re: Tomcat configuration question Merhaba

RE: Tomcat configuration question + Apache

2002-03-29 Thread Anthony Eden
No, it is not necessary to have Apache with Tomcat. Sincerely, Anthony Eden -Original Message- From: Carlos A. Díaz [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 8:41 AM To: Tomcat Users List Subject: RE: Tomcat configuration question + Apache If I set the Tomcat port

Re: Tomcat configuration question

2002-03-29 Thread Ibrahim Beyazit
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 7:18 PM Subject: Re: Tomcat configuration question Merhaba Ibrahim, By default HTTP runs on port 80, so if you set port number for tomcat to 80, you won't need to add port number to the URL. The browser

RE: Tomcat configuration question

2002-03-28 Thread Gurmeet
/ Gurmeet -Original Message- From: Rohit Agarwal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:23 PM To: Tomcat Users List Subject: Re: Tomcat configuration question I have the same question, if somebody can help, that would be great. Thanks. Rohit - Original Message

Re: Tomcat configuration question

2002-03-28 Thread Ibrahim Beyazit
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 11:56 PM Subject: Re: Tomcat configuration question Hi find the following section in server.xml and change the port: Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors

RE: Tomcat configuration question

2002-03-28 Thread Ganey, Todd
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 11:56 PM Subject: Re: Tomcat configuration question Hi find the following section in server.xml and change the port: Connector className=org.apache.catalina.connector.http.HttpConnector port=8080

Re: Tomcat configuration question

2002-03-28 Thread yilmaz
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 29, 2002 4:38 AM Subject: Re: Tomcat configuration question Mine was already 8080 when installed. I still have to put 8080 on URL. (www.company.com:8080) to get to the home page. How can I configure it so I don't need to put that 8080

Tomcat configuration question

2002-03-27 Thread Ibrahim Beyazit
How would I configure Tomcat so that the default URL can be www.company.com instead of localhost:8080? I got the domain part covered. (i.e I got www.company.com:8080 working. But I am having problems with getting rid of 8080. Any help will be appreciated

Re: Tomcat configuration question

2002-03-27 Thread Rohit Agarwal
I have the same question, if somebody can help, that would be great. Thanks. Rohit - Original Message - From: Ibrahim Beyazit [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 6:47 PM Subject: Tomcat configuration question How would I configure Tomcat so

Re: Tomcat configuration question

2002-03-27 Thread Dominic Parry
AM Subject: Re: Tomcat configuration question I have the same question, if somebody can help, that would be great. Thanks. Rohit - Original Message - From: Ibrahim Beyazit [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 6:47 PM Subject: Tomcat configuration

mod_webapp configuration question

2002-03-13 Thread Kevin HaleBoyes
In my httpd.conf file I've got: ServerName 192.168.0.147 LoadModule webapp_module modules/mod_webapp.so WebAppConnection warpConnection warp 192.168.0.147:8008 NameVirtualHost * VirtualHost * ServerName 192.168.0.147

Tomcat configuration question

2000-12-18 Thread Fabricio Pirez
Hello I'm using IIS+Tomcat+isapi_redirect.dll I need to know how to disable directory browsing in a directory served by tomcat Is it possible? Thanks in advance

Re: Tomcat configuration question

2000-12-18 Thread isu:jwkoh
sorry, no idea. - Original Message - From: "Fabricio Pirez" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 18, 2000 1:21 PM Subject: Tomcat configuration question Hello I'm using IIS+Tomcat+isapi_redirect.dll I need to know how to disable director

RE: Tomcat configuration question

2000-12-18 Thread Paul FitzPatrick
h [mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 02:19 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat configuration question sorry, no idea. - Original Message - From: "Fabricio Pirez" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 18, 2000 1:21 PM

FW: Tomcat configuration question

2000-12-18 Thread Michael.L.Smith
[mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 1:53 PM To: [EMAIL PROTECTED] Subject:RE: Tomcat configuration question Fram an earlier post : conf/web.xml is not used in Tomcat 3.2.x. Try this in server.xml: !-- "default" handler - static files and

RE: Tomcat configuration question

2000-12-18 Thread Anthony Ikeda
, 181 Miller Street, North Sydney Australia PH: +612-9458-1718 Mob: 041 624 5143 -Original Message- From: isu:jwkoh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 December 2000 6:19 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat configuration question sorry, no idea. - Original