Hi, Do you know which specific version of 4.1 you're using? There have been relevant bug fixes on that branch for the problem you're describing.
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Wick, Daniel [mailto:[EMAIL PROTECTED] >Sent: Monday, September 20, 2004 4:58 PM >To: [EMAIL PROTECTED] >Subject: help to deploy to dir other than webapps > >Hi. > >I'm a newbie to the list! > >I have a .war file that deploys fine if I put it into the default webapps >directory. If I add this (below) xml file to the webapps directory >specifying a different spot than webapps, then it doesn't work. It >partially deploys, but the app can't get some of it's init parameters/files >when it tries to load up. > >I have: > >my.xml (put into my webapps directory) ><!-- FOO CONTEXT --> ><Context > path="/my" > docBase="/foo/my.war" > debug="0" > workDir="/foo/my/work" > reloadable="true" > crossContext="false" > privileged="false" > > > ></Context> ><!-- END FOO CONTEXT --> > >I get: > >A WEB-INF directory under /foo/my/work, but it doesn't unpack >everything in the WEB-INF directory. I just the lib and classes >directories. >The file my servlet is looking for doesn't get there, or any of the other >directories in my war file (images, etc). > >Like I said, it all works if I put the war into webapps. Anyone know what >might be going wrong? > >I'm on HP-UX 11.11 and using Tomcat 4.1 (distrib by HP). > >--Dan > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
