RE: [coldbox:16303] [coldbox-3.5.2] SES URLs not working

You will need a wildcard mapping in glassfish so anything .cfm/ is sent to railo. I’m not in front of a computer right now, so i assume glassfish supports wildcard mapping like that. Railo probably has a doc on it somewhere. Try a google search for “railo glassfish SES” or “coldfusion glassfish SES”.

Thanks Brad, i’ll give that a search

Thanks Brad, finally got it working. :o)

Found this link after your suggestions which had some hints from Luis (Google Groups) which helped narrow it down. Before I couldn’t quite figure out if it was a Glassfish or ColdBox config issue.

I added the following to my railo/WEB-INF/web.xml config file:

CFMLServlet /myappname/index.cfm/*

Originally i had been adding /railo to the front of this url-pattern.

Much thanks and keep up the good work.
RJ