ANN: JSPTags - First Open Source JSP Tag Library

2000-02-12 Thread Mike Cannon-Brookes
We're proud to announce the release of JSPTags - the first open source JSP tag library project.   JSP tag libraries are lacking at the moment because they are proprietary, closed source or closely tied to one app server or another. We're creating a comprehensive library of open source tags t

Suppressing container calls to EJBStore() ??

2000-02-12 Thread Elliot, David (NOW)
Hi all, Is it possible to control which method calls to an entity bean (BMP) trigger the container to call the bean's EJBStore() method? Currently Orion appears to be synchronizing my entity beans (calls EJBStore() ) after each and every method call... I'd like to avoid having EJBStore() ca

RE: Class not found exception in Orion 0.8.1b ?

2000-02-12 Thread Elliot, David (NOW)
Martin, The exception that you have quoted is raised when you don't specify the correct java.naming.provider.url. For this property you have: "ormi://localhost/" Try: "ormi://localhost/" (You would have specified this application name in server.xml) Regards, Dave Elliot Web Developer [EMAIL

Using SSL and non-SSL connections on one web site

2000-02-12 Thread Jay Jayaprasad
Is it possible to configure Orion so that a website can be accessed through both SSL and non-SSL means? I have a web app that needs SSL connection for part of it and a non-SSL connection for other parts. However, I would like to share the same session between the SSL and non-SSL parts. The servle