On 2000.11.29 21:04:12 +0000 [EMAIL PROTECTED] wrote:
> > that I try to access this page (through
> > http://127.0.0.1:8080/backoffice/servlet/backoffice/template/HelloWorld.vm)
> > it takes a lot of time to start (I think that it's due to tomcat
> loading all
> > the libs, as stated in the doc...), and in the end IE (5.0) pops up a
> window
> > with:

[ description of IE5 "redirect problem" error window  followed in original
post ] 

> Yep, it is a tomcat issue. 
> 
> One thing you can do is manually prune some WEB-INF/lib files that you
> aren't using as well as comment out any services that you are not using.
> However, that will take a bit of knowledge on your part about the system.

I don't think the problem he is referring to is the initial start up time.

I think that there is a redirect loop problem when the initial URL that
loads the Turbine servlet includes a reference to a specific template.

I.E. If my first access to a TDK newapp is:

http://localhost:8080/newapp/servlet/newapp

all is fine.

If instead I use

http://localhost:8080/newapp/servlet/newapp/template/TestTemplate.vm

then I get a redirect loop (mozilla M18 has a special error page). Further
uses of the same URl are fine.

I reckon this is related to the stuff in Turbine.java to redirect back with
a session ID, but I haven't looked at it in any detail as its not a huge
problem to me...



-- 
Sean Legassick
[EMAIL PROTECTED]
                                  homo sum: humani nihil a me alienum puto


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to