Lucce wont display admin interface

Hello,

Our webadmin quit and I have been tasked with taking over for him. I had the network admin clone and spin up another instance of a current working lucee/iis environment. I cannot get it to display the lucee admin interface. I have started tomcat, restarted IIS, installed command box and told it to start server. No matter what I can’t see the interface. The convention he used on the other servers is like this: servername/lucee/admin/server.cfm

Is there something else I need to do to make this work?

Thanks for any help you can provide.

Laura

Can you tell us more about how you installed Lucee? There are several different ways to get Lucee installed which would affect what we recommend checking…

Hi Jordan,

This is a clone of a production machine that already had lucee installed. I di not install it so I can’t tell you and the guy who did is gone.

Laura

What domain are you using on the cloned machine?

IIS and tomcat May be set up for only for the production domain

You could try creating a local host file record with the production domain and cloned machine IP address

Also try hitting tomcat directly

http://127.0.0.1:8080

Or :8888

And http://localhost

On both ports

What do you see as response when you type in the path to the lucee admin?
A page of your website? An error?
Are you making the request on the cloned webserver using localhost reference? On your workstation?

Morning.

Thank you for all your help. I am able to launch it locally now, just not remotely. That’s progress.

Laura