Railo web.cfm showing IIS 404

I recently did a full 64-bit install of Railo on my Windows 8.1 machine, connecting it to IIS. The code for the site is outside the c: \ railo directory, and when I download it, it put the WEB-INF folder in the root directory of the app as intended. When I start the Railo server from the command line, I see the correct path to the WEB-INF \ railo folder for this web context on startup. So the code works and everything is fine, except that I can't log into admins with IIS throwing a 404. Anyone have any ideas?

Thank!

+3


source to share


1 answer


IIS bypass and tomcat direct push. IE, from local machine:

http://127.0.0.1:8888/index.cfm

      



or

http://127.0.0.1:8888/railo-context/admin/server.cfm

      

+1


source







All Articles