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
Turner [mailto:[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

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

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

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