RE: jsp driver problem with hsql

2000-04-20 Thread robert
Thanks alot everyone, everything runs perfect now, i'd forgot to type in the classpath in the config/global-web-application.xml. and put the driver in the lib dir. regards, /Robert Karlsson

BASIC authentication question

2000-04-20 Thread Bailey, Jeff A
Hi all, I have a couple questions / misunderstandings that I hope you can help me with. The first is in regards to http BASIC authentication in a web application. Basically, I have done the following: (this is all within a particular application) META-INF/principals.xml principals groups

Re: servlet-map part II

2000-04-20 Thread Karl Avedal
Hello Jeff, "Bailey, Jeff A" wrote: I assume that the web.xml works and I just dont know how to implement it correctly, could you point me / us in the right direction? Basically I have tried placing this in web.xml: servlet-mapping servlet-nameblah/servlet-name

RE: servlet-map part II

2000-04-20 Thread Kevin Duffey
Hi, Of course we support this, Orion supports the Servlet 2.2 specification and servlet-mapping is defined in that specification. I pretty much figured it did, just from talking to Magnus alot. But, it seemed odd to me that more than one person is having this problem. I am quite sure we are not

Web App env-entry(s)

2000-04-20 Thread Eric Richardson
Hi All, In case anyone wondered how to get an env-entry web-app> env-entry> description>Used to find a configuration file/description> env-entry-name>configFile/env-entry-name> env-entry-value>WEB-INF/eratex.xml/env-entry-value> env-entry-type>java.lang.String/env-entry-type>