On a case sensitive system (Unix/Linux), it should be WEB-INF, on a case-insensitive system, it doesn't matter, until you move back to a case-sensitive system.
If you've got web-inf AND WEB-INF, I've no idea what will happen on a case-insensitive system. You might end up with this situation in a war that has been unpacked and repacked on different systems. Jules Brian Topping wrote: > Hi all, > > This is off topic, but was hoping someone might recognize my problem here. I've >noticed some of the WAR files I have been building with ant have had a problem with >the WEB-INF directory name being lower-cased. Seems Catalina can't find web.xml as a >result. > > I opened a WAR I built for Cocoon with WinZIP, and it appears that the there are >both 'web-inf' and 'WEB-INF' directories in there, with web.xml located as >'web-inf/web.xml'. Seems that the capitalization is making problems. But I don't >understand how it got tweaked to begin with. > > Anyone have clues on this? Weird problem!! Probably something that everyone but me >knows about... hah hah. Sorry to bug everyone here with it. > > I'm running under Win2K, using ant-1.4.1 with JDK 1.3.1_02. > > Thanks a bunch!!! > > Brian > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
