Hi, if I try to use any other hostname jetty doesnt work, gives a
blank page, if I telnet too the server/port it just disconnects.
I tried editing the scripts.conf to change the hostname, that didnt
seem to help.
For example I tried editing my etc/hosts file and added:
127.0.0.1 solriscool
then:
ping solriscool
PING solriscool (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.055 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.095 ms
sh-3.2# telnet solriscool 8983
Trying 127.0.0.1...
Connected to solriscool.
Escape character is '^]'.
GET / HTTP/1.1
Connection closed by foreign host.
telnet localhost 8983
Trying ::1...
Connected to localhost.
Escape character is '^]'.
GET /solr HTTP/1.1
Host: localhost
HTTP/1.1 302 Found
Location: http://localhost/solr/
Content-Length: 0
Server: Jetty(6.1.3)
any ideas?
thanks
Joel