Windows Server 2022/IIS10
Java 11.0.21
Tomcat Version 9.0
Lucee 6.0.0.585
MS SQL 2022
I appear to potentially have the same issue. I started a new thread as I had no found this one until @TonyMonast kindly made me aware of it.
My CFM pages are taking about 4 seconds to load, however if I test them locally on port 8888 I would not describe them as lightening fast, which I was hoping for locally, but it’s certainly a lot quicker and not 4 seconds.
I am not a guru quite the opposite and I am new to Lucee. I’ve read through the above and here’s where I am up to, hopefully somebody can point me in the right direction
-
I pinged localhost and it goes to :11
-
I opened c:\windows\BonCodeAJP13.settings and made a change
Changed this
localhost
To this
::1
I then looked for server.xml, which I found in c:\lucee\tomcat\conf\server.xml
It has a lot of comments in it, and I was unable to find a reference to address=
There is this
I am wondering if I have to add address=“::1” here? I was under the impression I was changing it, so I’m concerned I might have the wrong file. This would give me
I did stop/start the service to see if it made any difference with the one change that I made, and it didn’t.
Could somebody please point me in the right direction
Thanks
Mark