Skip to content
⌘ NSIS Forum Archive

How know the server name?

7 posts

xilay#

How know the server name?

Hello,

I try to find in registry the key which indicates the server name, but I don't find it.
Someone can help me?
Thanks a lot
Afrow UK#
I guess the easiest way would be to create an Apache server and do a registry search with the Search feature in regedit. If you've already done this, then I guess it's stored in a configuration file (most things are in Apache).

-Stu
xilay#
I found that, in HKLM, System\CurrentControlSet\Control\ComputerName\ComputerName and ComputerName
I think it's the good value.
Thanks
Afrow UK#
That would be the network identity name for that computer. Nothing to do with Apache as such.

-Stu
xilay#
In fact, is for the configuration between apache and tomcat, but, I don't know why, we just asked me to have a field in the setup with the server name, name used in the configuration. I don't know this part (so, i didn't understand, so the man who asked me this doesn't understand that he does)