Re: Using strut with Orion

2000-08-26 Thread Christian Sell
http://jakarta.apache.org/struts/index.html -Original Message- From: Jason Rimmer <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Date: Samstag, 26. August 2000 15:10 Subject: Re: Using strut with Orion > Where is information for Apache struts available? I lo

Re: Using strut with Orion

2000-08-26 Thread Jim Archer
Here's the URL for the latest version of the Jakarta Struts User's Guide: http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-struts/web/do cumentation/users_guide.html Be aware that this link actually checks it out of publicly accessible CVS in order to display it in your browser. Ji

Re: Using strut with Orion

2000-08-25 Thread Jason Rimmer
Where is information for Apache struts available? I looked around the Apache Org's website a bit and couldn't find a reference to it. I assume it's part of a larger Java project. -- Jason Rimmer [EMAIL PROTECTED]

Re: Using strut with Orion

2000-08-25 Thread Mike Clark
The only requirement is that the HTML and JSP pages are located somewhere in .war file, though not in the WEB-INF directory. The name of the web application is the root, and the HTML and JSP pages are relative to that root in the .war file. So, a web application mapped to the application name "m

RE: Using strut with Orion

2000-08-25 Thread Kevin Duffey
On Behalf Of Derek Akers > Sent: Friday, August 25, 2000 12:38 PM > To: Orion-Interest > Subject: Re: Using strut with Orion > > > ok, here's a really simple question, so I'm hoping that someone > will be able > to help... > > > Trying to deplo

Re: Using strut with Orion

2000-08-25 Thread Derek Akers
ok, here's a really simple question, so I'm hoping that someone will be able to help... Trying to deploy an application using the method described in Orion-Primer (http://www.znerd.demon.nl/orion-primer/). However, that example does not containn any html or jsp pages... My question is this: i

RE: Using strut with Orion

2000-08-25 Thread Vimal Kansal
Hi Kevin, Thanks for your reply. Can you also please send me the instructions to set up the sample application to work with Orion. See the thing is, as far as the concept of strut is concerned I undewrstand it fully well, but somehow I am feeling slightly overwhelmed by the set up process. Thank

Re: Using strut with Orion

2000-08-25 Thread Richard E. Sansom
The struts people actually give you a step-by-step procedure to follow when installing with Orion. I was able to get struts up and running without any problems whatsoever. What are you experiencing? -Rich --- Vimal Kansal <[EMAIL PROTECTED]> wrote: > Hi, > > Has anybody got the strut framewor

RE: Using strut with Orion

2000-08-24 Thread Kevin Duffey
Got it working just fine. Make sure you have version 1.1.+ of Orion..1.0 had a problem with the access to WEB-INF dir. 1. Copy struts.jar into your WEB-INF/lib dir or your web-app 2. Copy struts.tld into WEB-INF dir of your web-app 3. Copy the web.xml text below into your web.xml, overwriting wha