> I've adjusted the timeout, as per Sean's suggestion. Well... > I had to hunt around for the file, and found a suitable one here: > > C:\JRun4\servers\admin\SERVER-INF\temp\jmc-app.war-2118915695\ > WEB-INF\web.xml > > So I guess that's what that MM doc was on about, because the > only reference I saw was to simply web.xml (no path). I > guess had I read the whole section, it would have said > "that's where this web.xml file is", or I just missed it; dunno. > > But the still isn't being respected so I guess something else > is afoot here.
That's not the right file. That's a temporary file created when JRun runs. You will need to edit the one within the compressed c:\jrun4\servers\admin\jmc-app.ear file. The easy way to do this is to copy the EAR file somewhere else, rename it with a ZIP extension, and open it within your ZIP tool of choice. Within the EAR file, you'll find a compressed WAR file, and you need to unzip that in a similar manner. Within that, you'll find a WEB-INF directory, which contains the web.xml file you're looking for. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
