Does Lucee have an admin area

Does Lucee have an admin area? like wordpress and joomla have like /admin
/wp-admin?

Lucee is not a CMS, it’s an application server. That said, there is a
web-based administrator located at /lucee/admin/server.cfm but it should be
locked down on production servers for security reasons.

https://rorylaitila.gitbooks.io/lucee/content/lucee_admin.html

Thanks!

~BradOn Wednesday, January 4, 2017 at 10:05:45 AM UTC-6, Farhan Tahir wrote:

Does Lucee have an admin area? like wordpress and joomla have like /admin
/wp-admin?

if your looking to log into your admin console on your machine you’ll need
to note which port your running on. I believe the default port is 8080, at
least it was with my installation. So unless you changed something you
should be able to login at either:

http://localhost:8080/lucee/admin/server.cfm, OR
http://localhost:8080/lucee/admin/web.cfm

Since you did reference two CMS applications, Joomla and Wordpress, like
@Brad mentioned, Lucee is not that. So you won’t find that type of
interface.

Hope that helps!On Wednesday, January 4, 2017 at 9:05:45 AM UTC-7, Farhan Tahir wrote:

Does Lucee have an admin area? like wordpress and joomla have like /admin
/wp-admin?