Chad Paul
Chad Paul

Reputation: 89

Railo web.cfm showing IIS 404

I recently did a full 64 bit install of Railo on my Windows 8.1 machine hooking it up to IIS. The code for the site is in a location outside the c:\railo directory and when I boot it up it did put the WEB-INF folder in the application root like it was supposed to. When I start the Railo server from the command prompt I am seeing the correct path to the WEB-INF\railo folder for that web context in the start up. So the code runs and all is good except that I can't get into the admins with IIS throwing a 404. Anybody have any ideas?

Thanks!

Upvotes: 3

Views: 204

Answers (1)

utdream
utdream

Reputation: 583

Bypass IIS and hit tomcat directly. IE, from the local machine:

http://127.0.0.1:8888/index.cfm

or

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

Upvotes: 1

Related Questions