here are the request headers in two cases =================================================== acessing newapp22ak in tdk2.2, (where there is a delay)
HTTP/1.1 302 Moved Temporarily Connection: close Date: Mon, 08 Apr 2002 11:39:21 GMT Location: http://localhost:8080/newapp22ak/servlet/newapp22ak/redirected/true Server: Apache Tomcat/4.0.4-b1 (HTTP/1.1 Connector) Set-Cookie: JSESSIONID=3CDCA4DE4BE5F1430B991B079422E53C;Path=/newapp22ak =================================================== accessing newapp21 in tdk2.1 (where there is no delay) HTTP/1.0 302 Moved Temporarily Connection: close Date: Mon, 08 Apr 2002 11:46:27 GMT Location: http://localhost:8080/newapp21/servlet/newapp21/redirected/true;jsessionid=5115B0429695E2012300956259B41017 Server: Apache Tomcat/4.0-b6-dev (HTTP/1.1 Connector) Set-Cookie: JSESSIONID=5115B0429695E2012300956259B41017;Path=/newapp21 ============================================================== As you see in tdk2.2 jsessionid value is not appended to Location field. Can this be the problem? Slava On Mon, 2002-04-08 at 13:15, Matthew Koranda wrote: > > ----- Original Message ----- > From: "Slava Zimine" <[EMAIL PROTECTED]> > To: "Turbine Users List" <[EMAIL PROTECTED]> > Sent: Monday, April 08, 2002 10:26 AM > Subject: Re: Explorer newapp access problem, continued > > > > hi, Matthew. > > thanx for the input > > > > few remarks. > > > > 1. i didn't change at all the source code of newapp. i.e > > the image tdm.jpg is loaded from > > newapp22ak/templates/app/navigations/DefaultTop.vm > > > > ========================================================================= > > with <img src="$ui.image($ui.logo)"> > > Just a thought, but try removing the line above completely and see if the > problem persists. I could try accessing it again > > =========================================================================== > > > > 2. > > I use linux as my primary platform. Yet i've tried to compile the newapp > > in tdk2.2b1 on W2K. > > > > I have the same problem accessing the Login page on W2K with tdk2.2b1's > > tomcat running locally > > > > > How are you calling it, with localhost:8080 or 127.0.0.1:8080 or > <your-domain>:8080? > > > > > > > 3. With tdk2.1's newapp, which is accessed fine from IE when tdk2.1's > > tomcat (v 4.0b1) is launched. But when i've copied this newapp dir to > > a fresh standalon tomcat-4.0.4b2 and tried to access it with this > > latest tomcat, I got the same problem with IE. > > And this is annoying. > > > > What to see next to trace the problem ? > > > > > > slava > > > > > > > > On Mon, 2002-04-08 at 10:25, Matthew Koranda wrote: > > > I accessed the site listed and experienced the same delay, however, it > is > > > not a turbine issue. Look at the source code the browser receives, the > > > 'tdm.jpg' logo has an address of 192.168.1.3:8080 instead of > > > japgod.mine.nu:8080. I believe there is a delay because the browser, (at > > > least mine) is not rendering the page because it is still trying to get > an > > > image from an ip address it can't find. Whan I tried it in Mozilla, it > > > rendered quickly but was still working quite hard after trying to find > > > something..... > > > If this is not the main problem, it is at least part of the problem, at > > > least for external viewers. > > > HTH, > > > Matt > > > > > > > > > ----- Original Message ----- > > > From: "Slava Zimine" <[EMAIL PROTECTED]> > > > To: "Turbine Users List" <[EMAIL PROTECTED]> > > > Cc: <[EMAIL PROTECTED]> > > > Sent: Monday, April 08, 2002 3:07 AM > > > Subject: Explorer newapp access problem, continued > > > > > > > > > > Hi. > > > > Few days ago i've posted a message explaining my unhappiness to access > a > > > > tdk2.2b1 newapp from explorer. > > > > > > > > > > > > tdk2.2b1 newapp was built successfully after reading list posts, and > > > > with Akmal's help. > > > > > > > > > > > > http://www.mail-archive.com/turbine-user%40jakarta.apache.org/msg07255.html > > > > > > > > > > > > essentially, trying to access the > > > > yourserver:8080/newapp/servlet/newapp in explorer is successful but > > > > it takes about 1.5 minutes for Explorer to load the login page > > > > > > > > If i click in a URL adress field and hit an 'Enter' the login page > > > > loads immediately. > > > > > > > > in netscape6.2 linux, there is no such a problem. the login page > loads > > > > after 4 secs. > > > > > > > > > > > > in tdk2.1 (tomcat 4.0) there is no such a problem for explorer, > loading > > > > newapp is quick. > > > > > > > > in scarab, there is no such a problem for explorer. (turbine3, > > > > tomcat-4.0.4) > > > > > > > > > > > > I've tried to copy webapps/newapp from tdk2.1 to a standalone > > > > jakarta-tomcat-4.0.4b2. In explorer I got the same problem accessing > > > > the Login page. > > > > > > > > > > > > I invite those using IE5.x try to access my newapp at > > > > > > > > http://japgod.mine.nu:8080/newapp22ak/servlet/newapp22ak > > > > > > > > see if you observe a delay. > > > > > > > > and have their opinion if possible. > > > > > > > > Slava. > > > > > > > > p.s. > > > > Given that explorer is a dominan web-browser and average user does > not > > > > hit 'Enter' in adress URL field, I think the issue should be resolved. > > > > > > > > > > > > attached adre jpegs from ethereal for linux netscape 6 local access > > > > and ie5.5 access stopped during the waiting period > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------------- > -- > > > ---- > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > -- > > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
