I am not sure which version of WAS you are referring to. I have have worked
with WSAD 5.0 and have created/deployed a Struts app. from scratch in it
(works just fine). I must say that WSAD 5.0 provides wonderful Struts
support. It allows you to create a Struts project (which automatically
copies all the JARs, TLDs etc to the correct directories, sets up an empty
Struts config. file and a message resource file and maps the ActionServlet
as well). It also provides a built-in Struts configuration editor which
makes editing the file a breeze. You can also create Action, ActionForm
classes etc. very easily. One thing it does not provide direct support for
is the form validation feature (you will have to import the
validation-rules.xml file and create the validation.xml file from scratch).

----- Original Message -----
From: "Marco Tedone" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 3:14 AM
Subject: RE: Struts and Websphere


> As far as I know Websphere would require much more setup. I last used it
> last April, and to tell you the truth, I had to go inside the Websphere
> config file to let my finder methods to work.
>
> -----Original Message-----
> From: Steve Vanspall [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 20, 2003 3:27 AM
> To: Struts User Mailing List
> Subject: Struts and Websphere
>
>
> Hi there,
>
> I just wanted to see if there's anyone here who has succesfully deployed a
> struts-based web application onWebsphere application server.
>
> I am using Tomcat for development, but need to be able to deploy on
> websphere?
>
> As yet I have had no luck.
>
> I am using
>
> Struts 1.1Beta-1
> Eclipse
> am making the war file using Eclipse, the war file works with tomcat, but
> not websphere.
>
> Websphere pickup my welcome page, it then calls findefault.do, but that
> causes a 500 error.
>
> I think there must be some added setting one of my xml files needs.
>
> Can anyone help me out
>
> Regards
>
> Steve Vanspall
>
>
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.435 / Virus Database: 244 - Release Date: 12/30/2002

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to