Problems setting up authentication

1999-10-07 Thread Darren Gibbons
Hi all, I'm trying to set up simple authentication (using Basic) using Orion, and I've run into some problems. The documentation on this is somewhat sparse (I know, you're working on it...) but if someone could point me in the right direction, it would be appreciated. I've created a copy of the

SV: Where must I put the .jar files

1999-10-07 Thread Magnus Stenman
I take this as a feature-request of the non-executable (or all?) jars intoa /bin dir? These are "core" jars that cannot be moved (linked from orion.jar)by the end user freely. The "/lib" dir is different, it is used to plug in additionalpackages used by the EJBs, Servlets, JSPs etc. If you w

RE: Adding a new web site - Please help

1999-10-07 Thread Magnus Stenman
What it sounds like you want to do is to add another web-application. There will still only be one physical site as I understand it? The steps to add a web-application: 1. Make a copy of a (for instance the one in /default-site) web-application.xml into a new web-application.xml file. 2. Edit th

Adding a new web site - Please help

1999-10-07 Thread gary . janes
I've just installed and started using the Orion App Server and I'm having a few problems setting up a new web site ( or is it a new web application ??? ). I have a web application ( e.g. Newbie Demo ) whose start page I want to invoke by typing in the URL http://localhost/newbie/index.html As pa

Servlet2.2

1999-10-07 Thread Jakob Ramskov
Hi servlet-addicts.   I am confused... It says that the new Orion Server supports Servlet 2.2 and JSP 1.1 ... But Servlet 2.2 isn't released yet, right? So how can I use it if I can't compile Servlet2.2 specific methods ?   I also don't get the relation between the JSP and Servlet versioning

RE: Caching of JSP files

1999-10-07 Thread Magnus Stenman
Hi, compilation caching is definitely on the "todo list", it's not as straightforward as saving raw classes (the Orion JSP classes are dynamic in a sense) but it's doable and will be done. Hang in there :) /Magnus Stenman, the Orion team (PS. Orion has been designed to "never (need to) be restar