Lucee Admin in WAR Deployment

I’m sure that I’m missing something completely obvious … but I can’t seem
to locate the Lucee “admin” area when deploying Lucee as a WAR. I’ve tried
“mydomain/lucee/admin/web.cfm” and mydomain/lucee/admin/server.cfm" without
success. Although, these links work just fine in an “express” deployment
… just not as a WAR deployment for some reason. Help please?

-Steve

Did you deploy to the ROOT context or another named context?

If the latter, the URLs would need the context name before /lucee

SeanOn Feb 11, 2015, at 6:59 PM, Stephen Withington <@Stephen_Withington> wrote:

I’m sure that I’m missing something completely obvious … but I can’t seem to locate the Lucee “admin” area when deploying Lucee as a WAR. I’ve tried “mydomain/lucee/admin/web.cfm” and mydomain/lucee/admin/server.cfm" without success. Although, these links work just fine in an “express” deployment … just not as a WAR deployment for some reason. Help please?

@Sean, understood.

@Bilal, thank you. Took me a few tries as well for some reason. Strange.

-SteveOn Thursday, February 12, 2015 at 7:15:43 AM UTC-6, Bilal wrote:

Stephen,
I had a similar problem a few times.
It took me a few tries on Tomcat 8, it did not always deploy correctly.
I undeployed, stopped tomcat, removed folders, then redeployed (dropping
in WAR archive) and things started working.

-Bilal

I’ve found that Tomcat can be a little quirky if you copy a WAR file in while it’s running: I suspect that it starts unpacking the WAR before it is completely copied?

I’ve had more luck if I move — mv on *nix — rather than copy. Not sure what you’d do on Windows.

SeanOn Feb 12, 2015, at 6:14 AM, Stephen Withington <@Stephen_Withington> wrote:

@Sean, understood.

@Bilal, thank you. Took me a few tries as well for some reason. Strange.

-Steve

On Thursday, February 12, 2015 at 7:15:43 AM UTC-6, Bilal wrote:
Stephen,
I had a similar problem a few times.
It took me a few tries on Tomcat 8, it did not always deploy correctly.
I undeployed, stopped tomcat, removed folders, then redeployed (dropping in WAR archive) and things started working.

-Bilal

Stephen,
I had a similar problem a few times.
It took me a few tries on Tomcat 8, it did not always deploy correctly.
I undeployed, stopped tomcat, removed folders, then redeployed (dropping in
WAR archive) and things started working.

-Bilal