I am trying to connect to a inhouse web page which uses resin server.

It is getting two redirects which it is following automatically. Then it is getting a 200 ok. However it is repeatedly requesting the same page over and over!!!

Please help.

GET http://vacaville:8080/ HTTP/1.1

Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

Host: vacaville:8080

User-Agent: Java1.3.0_01-beta

Proxy-Connection: keep-alive

HTTP/1.0 500 Internal Server Error

Content-Type: text/html

Date: Thu, 11 Oct 2001 21:44:01 GMT

Server: Resin/1.2.5

Content-Length: 1435

GET http://vacaville:8080/ HTTP/1.1

Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

Host: vacaville:8080

User-Agent: Java1.3.0_01-beta

Proxy-Connection: keep-alive

HTTP/1.0 302 Found

Location: /home

Content-Type: text/html

Set-Cookie: JSESSIONID=aaahfvdlvaeHbi; Path=/

Date: Thu, 11 Oct 2001 21:45:13 GMT

Server: Resin/1.2.5

Content-Length: 0

GET http://vacaville:8080/home HTTP/1.1

Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

Host: vacaville:8080

User-Agent: Java1.3.0_01-beta

Cookie: JSESSIONID=aaahfvdlvaeHbi

Proxy-Connection: keep-alive

HTTP/1.0 302 Found

Location: /user/login?orig=%2Fhome

Content-Type: text/html

Date: Thu, 11 Oct 2001 21:45:13 GMT

Server: Resin/1.2.5

Content-Length: 0

GET http://vacaville:8080/user/login?orig=%2Fhome HTTP/1.1

Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

Host: vacaville:8080

User-Agent: Java1.3.0_01-beta

Cookie: JSESSIONID=aaahfvdlvaeHbi

Proxy-Connection: keep-alive

HTTP/1.0 200 OK

Location: /user/login

Content-Type: text/html

Date: Thu, 11 Oct 2001 21:45:13 GMT

Server: Resin/1.2.5

GET http://vacaville:8080/user/login HTTP/1.1

Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

Host: vacaville:8080

User-Agent: Java1.3.0_01-beta

Cookie: JSESSIONID=aaahfvdlvaeHbi

Proxy-Connection: keep-alive

HTTP/1.0 200 OK

Location: /user/login

Content-Type: text/html

Date: Thu, 11 Oct 2001 21:45:13 GMT

Server: Resin/1.2.5

GET http://vacaville:8080/user/login HTTP/1.1

Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

Host: vacaville:8080

User-Agent: Java1.3.0_01-beta

Cookie: JSESSIONID=aaahfvdlvaeHbi

Proxy-Connection: keep-alive