Re: Problems with Tomcat Configuration

2004-09-13 Thread Sjoerd van Leent
Diego, Emil wrote:
I am running Tomcat 4.1.27 with Apache 2.0.49 on Fedora Core 2.
Here is what I have soo far.  I setup a directory to run my JSP site.  The directory 
is in /var/www/html/dev_new.  I created a context called /dev_new to run this JSP site 
and I setup the connector between tomcat and apache and the site runs fine.
I am now trying to setup another directory on the web server to display the usage 
statistics for the site (Simple HTML files). The directory is /var/www/html/reports.  
Whenever I browse http://preproduction.bus.miami.edu/reports/ I get the follwong 
browser message:
HTTP Status 404 - /reports/

type Status report
message /reports/
description The requested resource (/reports/) is not available.

Apache Tomcat/4.1.27-13
This message is being generated by tomcat.  I don't understand why tomcat is 
handling this request at all.  It should be getting handled by apache.  Anyone have 
any ideas on what I am doing wrong?
Thanx in advance for the help.
Emil Diego

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

Forgive me if I'm wrong on this, but don't you need a Context to 
represent a new path on your server?

Regards,
Sjoerd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Problems with Tomcat Configuration

2004-09-13 Thread Diego, Emil
Yes.  I setup a content for everything in my /var/www/html/dev_new directory.

But it seems that Tomcat is handling requests outside that context.  I don't know why. 


Emil Diego
Website Administrator
University of Miami School of Business
305.284.5449


-Original Message-
From: Sjoerd van Leent [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 13, 2004 3:57 PM
To: Tomcat Users List
Subject: Re: Problems with Tomcat Configuration

Diego, Emil wrote:

I am running Tomcat 4.1.27 with Apache 2.0.49 on Fedora Core 2.

Here is what I have soo far.  I setup a directory to run my JSP site.  The directory 
is in /var/www/html/dev_new.  I created a context called /dev_new to run this JSP 
site and I setup the connector between tomcat and apache and the site runs fine.

I am now trying to setup another directory on the web server to display the usage 
statistics for the site (Simple HTML files). The directory is /var/www/html/reports.  
Whenever I browse http://preproduction.bus.miami.edu/reports/ I get the follwong 
browser message:


HTTP Status 404 - /reports/

---
-

type Status report

message /reports/

description The requested resource (/reports/) is not available.


---
-

Apache Tomcat/4.1.27-13


This message is being generated by tomcat.  I don't understand why tomcat is handling 
this request at all.  It should be getting handled by apache.  Anyone have any ideas 
on what I am doing wrong?


Thanx in advance for the help.


Emil Diego



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Forgive me if I'm wrong on this, but don't you need a Context to represent a new 
path on your server?

Regards,
Sjoerd


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problems with Tomcat Configuration

2004-09-13 Thread Milt Epstein
On Mon, 13 Sep 2004, Diego, Emil wrote:

 Yes.  I setup a content for everything in my /var/www/html/dev_new
 directory.

 But it seems that Tomcat is handling requests outside that context.
 I don't know why.

Someone asked you to post your apache/tomcat config (e.g.,
mod_jk/mod_jk2, whichever you're using).  Until you do, no one can
help you.


 -Original Message-
 From: Sjoerd van Leent [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 13, 2004 3:57 PM
 To: Tomcat Users List
 Subject: Re: Problems with Tomcat Configuration

 Diego, Emil wrote:

 I am running Tomcat 4.1.27 with Apache 2.0.49 on Fedora Core 2.
 
 Here is what I have soo far.  I setup a directory to run my JSP site.  The 
 directory is in /var/www/html/dev_new.  I created a context called /dev_new to run 
 this JSP site and I setup the connector between tomcat and apache and the site runs 
 fine.
 
 I am now trying to setup another directory on the web server to display the usage 
 statistics for the site (Simple HTML files). The directory is 
 /var/www/html/reports.  Whenever I browse 
 http://preproduction.bus.miami.edu/reports/ I get the follwong browser message:
 
 
 HTTP Status 404 - /reports/
 
 ---
 -
 
 type Status report
 
 message /reports/
 
 description The requested resource (/reports/) is not available.
 
 
 ---
 -
 
 Apache Tomcat/4.1.27-13
 
 
 This message is being generated by tomcat.  I don't understand why tomcat is 
 handling this request at all.  It should be getting handled by apache.  Anyone have 
 any ideas on what I am doing wrong?
 
 
 Thanx in advance for the help.
 
 
 Emil Diego
 
 
 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 ---
 Incoming mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
 
 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 Forgive me if I'm wrong on this, but don't you need a Context to represent a new 
 path on your server?

 Regards,
 Sjoerd


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 ---
 Incoming mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004


 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]