Re: serving static content

2004-07-09 Thread Matthew Hixson
Got it! My colleague discovered this post: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840204#3840204 I put the defaultWebXml attribute into the Context and pointed it to the stock global Tomcat web.xml file. Now Tomcat thinks that /watermarks/ is a real webapp apparently and file

Re: serving static content

2004-07-09 Thread Matthew Hixson
;d not see it in the manager. Or it might be that tomcat, for whatever reason, isn't starting the context. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Matthew Hixson [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 2:48 PM To: Tomcat Users List Subject: R

Re: serving static content

2004-07-09 Thread Matthew Hixson
tify the sender immediately by reply e-mail and delete all copies of this message and attachments. Thank you. -Original Message- From: Matthew Hixson [mailto:[EMAIL PROTECTED] Sent: Fri 09 July 2004 5:09 pm To: Tomcat Users List Subject: Re: serving static content I actually did try t

Re: serving static content

2004-07-09 Thread Matthew Hixson
opies of this message and attachments. Thank you. -Original Message- From: Matthew Hixson [mailto:[EMAIL PROTECTED] Sent: Fri 09 July 2004 4:59 pm To: Tomcat Users List Subject: Re: serving static content prefix="localhost_access_

Re: serving static content

2004-07-09 Thread Matthew Hixson
t the unauthorized use or disclosure of the information is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by reply e-mail and delete all copies of this message and attachments. Thank you. -Original Message- From: Matthew Hixson [mailto:[EMAIL PROT

Re: serving static content

2004-07-09 Thread Matthew Hixson
? -Original Message- From: Matthew Hixson [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 3:27 PM To: Tomcat Users List Subject: serving static content Does there exist a howto on serving static content with Tomcat? Even better would be one that shows how to do this with Tomcat+JBos

serving static content

2004-07-09 Thread Matthew Hixson
Does there exist a howto on serving static content with Tomcat? Even better would be one that shows how to do this with Tomcat+JBoss. Searching Google seems to turn up lots of hits that say basically, "Use Apache instead of Tomcat to serve static content." I really need to get this working i

The requested resource is unavailable

2004-07-09 Thread Matthew Hixson
Is there any way to get Tomcat to log _why_ the requested resource is unavailable? I've turned the debug parameter up to 99 for my watermarks context and I'm still not seeing anything useful in the logfiles. Here's the output of grepping through server.xml for "watermarks" 2004-07-09 11:2

Re: getting Tomcat 5.0 to serve static content

2004-07-09 Thread Matthew Hixson
On Jul 8, 2004, at 11:56 PM, [EMAIL PROTECTED] wrote: -Original Message- From: Matthew Hixson I'm using Tomcat 5.0.26 with JBoss 3.2.4. I'm attempting to upgrade from Tomcat 4.1.something that was included with JBoss 3.2.3. I cannot figure out how to c

getting Tomcat 5.0 to serve static content

2004-07-08 Thread Matthew Hixson
I'm using Tomcat 5.0.26 with JBoss 3.2.4. I'm attempting to upgrade from Tomcat 4.1.something that was included with JBoss 3.2.3. I cannot figure out how to configure a context so that Tomcat will serve files from a specific directory. The directory contains images and should be accessib

Re: path mapping

2002-11-26 Thread Matthew Hixson
Okay, so Tomcat implements the spec and nothing but the spec then, correct? Thanks, -M@ On Tuesday, November 26, 2002, at 07:39 AM, Jeanfrancois Arcand wrote: See section 11 of the Servlet Specification: http://jcp.org/aboutJava/communityprocess/first/jsr154/ -- Jeanfrancois Matthew

path mapping

2002-11-26 Thread Matthew Hixson
I have a web application that is currently running under Resin. We may need to migrate our app to Tomcat/JBoss. I'm wondering if there is an equivalent feature in Tomcat that allows us to do the same thing as Resin's path-mapping directive. http://www.caucho.com/resin/ref/app-config.xtp#path-