NEWBIE QUESTION:Configuring a web application, that is not contained in a WAR file

2000-10-12 Thread Robert Keith
Hi Guys, I have a quick question about deploying a Web application to Orion.I have a directory that contains all the required classes, html, Java script etc.I have also written the web.xml file describing the servlets that are available in the application. There are no JSP pages or anything like

Re: NEWBIE QUESTION:Configuring a web application, that is not contained in a WAR file

2000-10-12 Thread Matt Brunner
the web app structure should look something like this(which is really just an unpacked WAR) web-app/ *.html, *.jsp, ... WEB-INF/ web.xml classes/

Re: NEWBIE QUESTION:Configuring a web application, that is not contained in a WAR file

2000-10-12 Thread Miles Daffin
Can you give me a brief overview of how to get Orion to serve this application. 1) Have you go the thing to serve the default website and its default application? 2) If 1 look at the supplied docs - the How-To's section. 3) Then look at: http://www.znerd.demon.nl/orion-primer/ Summary of

Re: NEWBIE QUESTION:Configuring a web application, that is not contained in a WAR file

2000-10-12 Thread Miles Daffin
Can you give me a brief overview of how to get Orion to serve this application. 1) Have you go the thing to serve the default website and its default application? 2) If 1 look at the supplied docs - the How-To's section. 3) Then look at: http://www.znerd.demon.nl/orion-primer/ Summary of