Hi Luca Which version of Tomcat are you using? although I have not used it in this way Tomcat 4.1.x has a default context which I believe was added to allow this kind of behaviour. might be worth a look.
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/defaultcontext.html rgds CB ----- Original Message ----- From: Luca Zago To: Slide Group Sent: Wednesday, October 16, 2002 5:41 AM Subject: Sed but true, about J2EEStore + Slide outside webapp. Impossible Hi Sliders, after having tried everything I could know, I realized that it's pratically impossible to make the J2EEStore works with slide deployed outside a single webapp, unfortunately this is the only way to use Slide realm, then if you want to use Slide Realm you have to forget about J2EEStore, at least from my experience. The problem is mainly in Tomcat, because tehre is no Context inizialization outside the single webapps, then if your lookup for the JNDI datasource is outside the webapp itself it will always fail in finding your datasource. Then no way to use JNDI, another possibility I tried is to modify the code to substitute the JNDI code with a direct instantiation od DataSource, it works in a certain sense, but Slide logs thounsands of warnings about "there is No Active transation", when I tried to perform every operation. I really don't know why. Has somebody an idea? or I can totally renounce in using J2EEStore in this configuration. Thanks to all Luca -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
