Dave, it sounds like you have a residual install somewhere or you tried to rename the server instance:
On Saturday, Jun 14, 2003, at 19:22 US/Pacific, Dave Carabetta wrote: > 06/14 22:27:14 warning Deployer Service failed to deploy > file:/opt/jrun4/servers/reisse/WEB-INF/ > * Unrecognized deployment: > file:/opt/jrun4/servers/mysite/WEB-INF/ This looks like the server instance name does not match the deployed files. You can't rename the server instance directory after you've installed applications into it (since the server name is stored inside several files). > Should I be installing MX into a subdirectory of the server to the > deployment descriptor errors? If I do, then won't I have to add the > directory to any URLs? Let's try to walk through a clean install: - in JMC, create a new server instance cfmx - go to /opt/jrun4/servers/cfmx - explode the WAR file here - remove the default-ear - start that server instance It should start up cleanly. In the JMC, drill into the cfmx server instance and the ColdFusion Application and change the context root to / - it should redeploy successfully. Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

