Change windows hostname from command line
cmd (command):
netdom renamecomputer %COMPUTERNAME% /Newname “NEW-NAME”
powershell (windows 2008/2012):
netdom renamecomputer “$env:COMPUTERNAME” /Newname “NEW-NAME”
After you have downloaded and installed the Java Development Kit (JDK) in Windows, you must set the JAVA_HOME environment variable to point to the JDK installation directory.
You must follow these steps to set JAVA_HOME variable on your Windows system.
Right-click the My Computer icon on your desktop and select Properties.
Click Advanced system settings link.
Click the Advanced tab.
Click the Environment Variables button.
Under System Variables, click New.
Enter the variable name as JAVA_HOME
Enter the variable value as the installation path for the Java Development Kit as
Install Tomcat 8 on Windows 2012 Server and use IIS 8 as frontend
http://tomcatiis.riaforge.org/downloads/AJP13_v1022.zip
war file
https://bitbucket.org/lucee/lucee/downloads/lucee-4.5.1.000.war
Recent Comments