Re: [Webware-discuss] Maximum recursion depth

2007-02-22 Thread Mico Siahaan
Dear Chris,

can you explain more about redirect?
Actually it works with simple servlet, even it works with Webware
Examples such as KidKit Examples. But what is the cause of Maximum
Recursion Exceeded error?

I think we need to recode our old app. :(

thanks and regards,

On 2/21/07, Christoph Zwerschke [EMAIL PROTECTED] wrote:
 Mico Siahaan schrieb:
  I get the error, when I try to access Index.py at working directory
  (RIM) by point to http://192.168.1.74:8080/ .

 I.e. you are using the built-in HTTP, so it is not a OneShot-adapter
 issue. Is there anything special like a redirect in your Index.py? Does
 it work with a simple Hello World servlet as Index.py?

 -- Chris


-- 
Mico Siahaan
---
Mobile: +62-8121025010
Email: [EMAIL PROTECTED]
Blog: www.tentangmico.info/blog

Visit our shop: http://www.immanuelbookstore.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss


Re: [Webware-discuss] Maximum recursion depth

2007-02-22 Thread Christoph Zwerschke
Mico Siahaan wrote:
 can you explain more about redirect?

Webware provides several ways to redirect a request, on the server side 
and on the client side with methods such as forward() or sendRedirect().

 Actually it works with simple servlet, even it works with Webware
 Examples such as KidKit Examples. But what is the cause of Maximum
 Recursion Exceeded error?

I guess your Index.py creates such circular redirects, maybe because the 
handling of absolute and relative URLs has somewhat changed since 
Webware 0.6. Otherwise, the API has not changed much. No need to recode 
everything. If you send me the Index.py that is creating the error, I 
can try to find out what's wrong exactly.

-- Christoph

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss


Re: [Webware-discuss] Maximum recursion depth

2007-02-21 Thread Christoph Zwerschke
Mico Siahaan wrote:
 Now I am still fighting to redeploy our old app using Webware 0.9.2.
 :) Now I have been trying to deploy with Webkit. After run AppServer,
 I found message: Maximum Recursion Depth Exceeded. I browsed
 webware-discuss archive, but found only a few posting about it. What
 is the cause of this error? And how to solve this?

Such errors are usually caused by some kind of circular redirection.
When do you get the error, immediately after running the AppServer or
after accessing a particular servlet?

-- Chris


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss


Re: [Webware-discuss] Maximum recursion depth

2007-02-21 Thread Mico Siahaan
Hi Chris,

I get the error, when I try to access Index.py at working directory
(RIM) by point to http://192.168.1.74:8080/ .

I put my servlets into WorkDir/RIM then I put in ApplicationConfig:
Contexts['RIM'] = 'RIM', and Contexts['default'] = 'RIM'.

thanks

On 2/21/07, Christoph Zwerschke [EMAIL PROTECTED] wrote:
 Mico Siahaan wrote:
  Now I am still fighting to redeploy our old app using Webware 0.9.2.
  :) Now I have been trying to deploy with Webkit. After run AppServer,
  I found message: Maximum Recursion Depth Exceeded. I browsed
  webware-discuss archive, but found only a few posting about it. What
  is the cause of this error? And how to solve this?

 Such errors are usually caused by some kind of circular redirection.
 When do you get the error, immediately after running the AppServer or
 after accessing a particular servlet?

 -- Chris



-- 
Mico Siahaan
---
Mobile: +62-8121025010
Email: [EMAIL PROTECTED]
Blog: www.tentangmico.info/blog

Visit our shop: http://www.immanuelbookstore.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss


Re: [Webware-discuss] Maximum recursion depth

2007-02-21 Thread Christoph Zwerschke
Mico Siahaan schrieb:
 I get the error, when I try to access Index.py at working directory
 (RIM) by point to http://192.168.1.74:8080/ .

I.e. you are using the built-in HTTP, so it is not a OneShot-adapter
issue. Is there anything special like a redirect in your Index.py? Does
it work with a simple Hello World servlet as Index.py?

-- Chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss