On Mon, 05 Jun 2000, you wrote:
> Now what happens is: when I enter the URL as
> "http://localhost/servlet/Turbine/screen/HelloWorld" it takes me to the
> default login screen, which is fine. When I enter id/password, it takes me
> to the Turbine's default "Welcome" screen, and not my own HelloWorld screen.
Check the turbine properties file to make sure you set your screen as
the hompage. see screen.homepage=
> Also some times, when I enter data at Login screen and submits, I get
> following exception:
>
> Exception: java.lang.Exception: Infinite redirect detected...
> at Turbine.doGet(Turbine.java, Compiled Code)
> at java.lang.Exception.<init>(Exception.java, Compiled Code)
> at Turbine.doGet(Turbine.java, Compiled Code)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:715)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
> at com.livesoftware.jrun.JRun.runServlet(JRun.java, Compiled Code)
> at
> com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116)
> at
> com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java:78)
> at
> com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JR
> unProxyServiceHandler.java:102)
> at
> com.livesoftware.jrun.service.ThreadConfigHandler.run(ThreadConfigHandler.ja
> va, Compiled Code)
>
> This exception goes away, if I go back to previous page and enter once
> again.
Are you sure you are using the lastest Turbine snap shot?
> Is "getting_started" the only primer for beginners?
Currently yes.
> Is there any application (with code), that is using Turbine servlet
> framework, and is simple enough to understand the basics?
Jyve is a good example of a full blown working application built
on Turbine.
--
dave
[EMAIL PROTECTED]
----------------------
Just your average Joe armed with an Emacs editor.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]