> I am trying to complete a horribly convoluted and badly 
> documented CF J2EE install. I'm actually vetting the new 
> documentation as part of the process but I've found an error 
> that makes me concerned for the integrity of my install. The 
> error is in the CF admin. When I use the browse button on the 
> add mappings page, it throws an I/O error:
> http://www.blivit.org/images/cferror.png
> 
> The JRUN log that I'm tailing says:
> 06/02 13:47:03 error Requested resource '/CFIDE/main/ide.cfm'
> (%2fCFIDE%2fmain%2fide.cfm) not found
> 
> But the CFIDE is actually in:
> C:\data\www\appserver\jrun\servers\cfmx11\cfusion\CFIDE
> 
> And the CF admin URL is:
> http://localhost:8300/cfusion/CFIDE/administrator/index.cfm
> 
> It looks like CF admin might be looking in the wrong place 
> for the file (/CFIDE instead of /cfusion/CFIDE). The weird 
> thing is that this feature is working on the other computers, 
> which makes me lean towards it's a task that was skipped in 
> the install process documentation. Any ideas on what might 
> have gone wrong? Especially from anyone who may recognize 
> that path on the C drive. :)

I don't think that RDS works by default with context roots other than "/".
RDS requests simply look for the URL pattern /CFIDE/Main/ide.cfm, which
never exists in any case. This URL pattern is defined within
WEB-INF/web.xml:

    <servlet-mapping id="coldfusion_mapping_9">
        <servlet-name>RDSServlet</servlet-name>
        <url-pattern>/CFIDE/main/ide.cfm</url-pattern>
    </servlet-mapping>

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!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6632
Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10

Reply via email to