It is indeed in all caps.  I work mostly via a dos prompt anyway, and I did notice the 
explorer feature of converting things to title case.  On a side note, does anyone know 
if there's a way to override that and allow windows explorer to show true case names?

>>> [EMAIL PROTECTED] 04/04/02 08:59AM >>>
Since your running on Windows, make absolutely sure your
WEB-INF directory for your app is in all-caps. Use a DOS window
to verify this. Windows Explorer will always convert things to
title case, so you can't tell from there.

Jeff

----- Original Message -----
From: "Jason Johnston" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 03, 2002 3:42 PM
Subject: Tomcat won't find my web.xml files.


I've been working with Tomcat 4.0.1 and I'm running into a major stumbling block.  I 
can
run servlets and jsp's letting tomcat default to the default web.xml but I can't make 
my
own.

I have the following web.xml:

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app PUBLIC
'-//Sun Microsystems, Inc. //DTD Web Application 2.3//EN'
'http://java.sun.com/j2ee/dtds/web-app_2_3.dtd'>


<web-app>

  <servlet>
  <servlet-name>login</servlet-name>
  <servlet-class>com.onjava.login</servlet-class>
  </servlet>

  <taglib>
<taglib-uri>/onjava</taglib-uri>
      <taglib-location>/WEB-INF/lib/taglib.tld</taglib-location>
  </taglib>

</web-app>


Located at TOMCAT_HOME/webapps/onjava/WEB-INF/web.xml

The custom tags fail and I see this in the logs:

2002-04-03 13:10:37 ContextConfig[/onjava]: Missing application web.xml, using defaults
only

Am I missing something? I'm running on NT4.0 Server Sp6a.  I've seen other people 
mention
this problem but I haven't found any solutions.

PLEASE. IF ANYONE KNOWS ANYTHING THAT COULD HELP, LET ME KNOW!!!!  This is a major
stumbling block.  I basically can't build webapps if I can't get it to recognize me
web.xml files.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to