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
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
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]
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
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
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
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
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
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