RE: Ordering loading order of webapps

2004-11-30 Thread Shapira, Yoav
Hi, No, there's no way to do it in 5.x either. It's fragile design. If you want it, implement a patch yourself as you've done for 4.x. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Alexandre Borgoltz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 9:44

Re: Ordering loading order of webapps

2004-11-30 Thread Alexandre Borgoltz
- From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 4:05 PM Subject: RE: Ordering loading order of webapps Hi, No, there's no way to do it in 5.x either. It's fragile design. If you want it, implement a patch yourself as you've

RE: Ordering loading order of webapps

2004-11-30 Thread Shapira, Yoav
Hi, It's fragile design What do you mean? It's fragile because it's not portable. Other containers of the present and future won't support this feature because it's not in the Spec. The Spec won't have this feature because it encourages coupling of web applications, which are supposed to be

Re: Ordering loading order of webapps

2004-11-30 Thread Alexandre Borgoltz
] - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 4:33 PM Subject: RE: Ordering loading order of webapps Hi, It's fragile design What do you mean? It's fragile because it's not portable. Other containers

RE: Ordering loading order of webapps

2004-11-30 Thread Shapira, Yoav
Hi, the components of my application. Thus I'm not sure Tapestry would help -I'll have a closer look at it anyway. I didn't mean Tapestry, I meant HiveMind. My bad. *Order of load for Resources can be configured in tomcat? how? Cannot be configured. I didn't mean to imply otherwise, and I

Re: Ordering loading order of webapps

2004-11-30 Thread Alexandre Borgoltz
To have resources talk to each other, one way would be via your own resource factory, which Tomcat does let you do quite easily. This is exactly what I am doing... But my factory cannot reach other resources (nothing available yet in the InitialContext...) :(( Thank you anyway. Alexandre