Apache Tomcat:
- Go to C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf
- Open server.xml in Dreamweaver or Notepad
- Change Connector port="7777" (for example, from the original 8080 or 80) where protocol="HTTP/1.1"
- Be careful of the latter part. There are multiple 'connector' tags in the whole XML document, but you must change only the right one.
- Save the file and restart the server.
- Confirm at localhost:7777
- Go to Control Panel > Administrative Tools > Internet Information Services > (local computer name) > Default website.
- Right click and select Properties.
- Under the Website tab > Web Identification section > TCP Port > type 6666
- (You can type any port number you wish, as usual)
- Restart the server (software)
No comments:
Post a Comment