http://hostname:8080
http://hostname:80
http://hostname
Eğer 8080 portunda çalışan başka bir servis varsa veya güvenlik sebebi ile bu portu değiştirmek isterseniz;
conf\server.xml dosyasında, aşağıdaki satırları bulmalı, ve port değerlerini değiştirmelisiniz.
<
Server
port
=
"8005"
shutdown
=
"SHUTDOWN"
>
<
Service
name
=
"Catalina"
>
<
Connector
port
=
"8080"
maxHttpHeaderSize
=
"8192"
maxThreads
=
"150"
minSpareThreads
=
"25"
maxSpareThreads
=
"75"
enableLookups
=
"false"
redirectPort
=
"8443"
acceptCount
=
"100"
connectionTimeout
=
"20000"
disableUploadTimeout
=
"true"
/>
*
port
=
"8005" ve
port
=
"8080" değerlerinin ikisini de değiştirmelisiniz.
Hiç yorum yok:
Yorum Gönder