Re: URL rewriting

2000-03-16 Thread JonTom Kittredge
Pasi, I haven't used URL-rewriting on Orion, but I have with JRun. What I found is that far more was involved than just turning on the feature. *Every* href link on your JSPs that is used for site navigation must be encoded (as in response.encodeURL()) in order for your session to be maintained. (

Classes in JARs in WEB-INF/lib Not Being Loaded

2000-02-22 Thread JonTom Kittredge
I have just started using Orion 0.9.1b, and have gotten it to load my web-app, except that it throws NoClassDefFound for classes that I have stored in the WEB-INF/lib directory of my web-app war (which is in turn packaged in an ear). Searching the archives of this list, I found a message posted o