Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
Im using Cocoon 1.8.2 and Tomcat 3.2.4. IIS 5.0 as my Webserver. I have Tomcat processing my Cocoon xml, and IIS doing all of the static pages. My problem is this. If I go to http://foo.bar.com/index.xml it works fine, but if I go to http://foo.bar.com/ it gives me a directory listing of what

RE: Tomcat Cocoon Question

2002-05-01 Thread Bill Barnhill
:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 5:46 AM To: '[EMAIL PROTECTED]' Subject: Tomcat Cocoon Question Im using Cocoon 1.8.2 and Tomcat 3.2.4. IIS 5.0 as my Webserver. I have Tomcat processing my Cocoon xml, and IIS doing all of the static pages. My problem is this. If I go to http

Re: Tomcat Cocoon Question

2002-05-01 Thread Suresh Akula
] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Tomcat Cocoon Question Date: Wed, 1 May 2002 08:45:49 -0400 Im using Cocoon 1.8.2 and Tomcat 3.2.4. IIS 5.0 as my Webserver. I have Tomcat processing my Cocoon xml, and IIS doing all of the static pages

Re: Tomcat Cocoon Question

2002-05-01 Thread Suresh Akula
oops ..i am sorry..i misplaced my question in the wrong place..sorry From: Suresh Akula [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat Cocoon Question Date: Wed, 01 May 2002 13:11:26 + hmmm..i think u did not get my question

Re: Tomcat Cocoon Question

2002-05-01 Thread Jacob Kjome
Sure, Add the following to your web.xml... welcome-file-list welcome-fileindex.xml/welcome-file welcome-fileindex.html/welcome-file welcome-fileindex.htm/welcome-file welcome-fileindex.jsp/welcome-file /welcome-file-list At least you can do that in the

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
: Wednesday, May 01, 2002 9:26 AM To: Tomcat Users List Subject: Re: Tomcat Cocoon Question Sure, Add the following to your web.xml... welcome-file-list welcome-fileindex.xml/welcome-file welcome-fileindex.html/welcome-file welcome-fileindex.htm/welcome-file welcome

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
have any other thoughts, please let me know. Thanks Anthony -Original Message- From: Bill Barnhill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 12:00 PM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question I think this can be done by setting the welcome page

RE: Tomcat Cocoon Question

2002-05-01 Thread Larry Isaacs
To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question Bill, Still not working. My welcome file list is this welcome-file-list welcome-file index.xml /welcome-file /welcome-file-list And you right, it was in web.xml, but after I made

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
-Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 9:45 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question For http://foo.bar.com/, who serves the directory listing? If IIS is serving the listing, making changes on the Tomcat side isn't

RE: Tomcat Cocoon Question

2002-05-01 Thread Larry Isaacs
the listings too. Cheers, Larry -Original Message- From: Anthony Diodato [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 9:51 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question IIS serves that page, but I guess I should've been more clear. What Im really

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 10:04 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question Does the request http://foo.bar.com/cocoon/ get mapped to Tomcat? If not, IIS still serves the directory listing. If the listing doesn't identify Tomcat

RE: Tomcat Cocoon Question

2002-05-01 Thread Jacob Kjome
10:04 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question Does the request http://foo.bar.com/cocoon/ get mapped to Tomcat? If not, IIS still serves the directory listing. If the listing doesn't identify Tomcat, then Tomcat isn't generating the listing. The statement that IIS doing

RE: Tomcat Cocoon Question

2002-05-01 Thread Larry Isaacs
:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 10:11 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question Larry, How can I be sure. I know Tomcat is doing something with that directory, because all of the xml pages are using Java, and I know IIS cant serve them

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
, 2002 10:04 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question Does the request http://foo.bar.com/cocoon/ get mapped to Tomcat? If not, IIS still serves the directory listing. If the listing doesn't identify Tomcat, then Tomcat isn't generating the listing. The statement that IIS

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
your help so far, and I think Im close, but something isn't clicking somewhere. Any other thoughts Thanks Anthony -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 10:28 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question If Tomcat

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question If Tomcat is serving the listing, you should see Tomcat named in the footer of the displayed page. I forget the exact text of the string. If you don't see mentioned at the bottom of the page, then IIS is serving the listing. If you want

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
To: Tomcat Users List Subject: RE: Tomcat Cocoon Question IIS is set up to serve static content. It needs to have mappings to know what to forward to Tomcat. What you need to do is put index.xml in IIS's default file list. Then, a call to the root of the directory will get forwarded to index.xml

RE: Tomcat Cocoon Question

2002-05-01 Thread Jacob Kjome
so far, and I think Im close, but something isn't clicking somewhere. Any other thoughts Thanks Anthony -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 10:28 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question If Tomcat

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
, please let me know Thanks Anthony -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 10:59 AM To: Tomcat Users List Subject: RE: Tomcat Cocoon Question Ahh... You are already passing everything to tomcat. IIS is just being used to front web

RE: Tomcat Cocoon Question

2002-05-01 Thread Larry Isaacs
Diodato [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 10:41 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question When I get the directory listing, the bottom of my page says Tomcat Web Server v3.2.4 This is what I have in my uriworkermap.properties

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
jasper.log servlet.log Thanks Tony -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:01 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question At this point, try changing to debug=1 on the StaticInterceptor in server.xml. That should

RE: Tomcat Cocoon Question

2002-05-01 Thread Larry Isaacs
Users List' Subject: RE: Tomcat Cocoon Question I've set the StaticInterceptor to RequestInterceptor classname=org.apache.tomcat.request.StaticInterceptor debug=1 suppress=false/ Now where is the log file that Im looking for?? I only have 3 log files in the entire

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
-Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:18 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question The output would go to the Tomcat log, which defaults to outputing to the console. If it gets lost there, add a path

RE: Tomcat Cocoon Question

2002-05-01 Thread Larry Isaacs
:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:37 AM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question OK, Ive set up the error log to go to tomcat.log. This is what I have in my log after I try to access http://foo.bar.com/cocoon Nothing seems to change in here after

RE: Tomcat Cocoon Question

2002-05-01 Thread Anthony Diodato
' Subject: RE: Tomcat Cocoon Question After inspecting the source for StaticInterceptor, there is a bug that causes the debug level always be reset to 0. That would explain the lack of additional output. It is this interceptor that decides whether to redirect to a found welcome file or display

RE: Tomcat Cocoon Question

2002-05-01 Thread Larry Isaacs
-Original Message- From: Anthony Diodato [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 1:53 PM To: 'Tomcat Users List' Subject: RE: Tomcat Cocoon Question How hard is it to upgrade from Tomcat 3.2.4 to 3.3.1 And is there any side affects that will make problems