Hi Renato
To get Struts 1.0.2 working with WebSphere 3.5.6, I had to add a -classpath d:\WebSphere\AppServer\hosts\default_hosts\<project_name>\servlets to the Default Server as a command line arguement where the above directory is the location where I store my classes in their package hierarchy, including my resource file for Struts. By default WebSphere should be using this directory as part of it's classpath because I specified this directory as part of my web application's classpath. But it doesn't seem to be. (Not called WeirdSphere for nothing you know :-) If you have solved your problem another way, please shout as I would definitely be interesed in hearing your approach. I still haven't managed to get 1.1 b1 working with WebSphere 3.5 as I get parser errors. Maybe we can swop configuration set ups to see the best way to install Struts with WebSphere ? thanks Aisling |--------+-----------------------> | | raganippe@car| | | diweb.com | | | | | | 30/07/2002 | | | 08:00 PM | | | Please | | | respond to | | | struts-user | | | | |--------+-----------------------> >----------------------------------------------------------------------------| | | | To: [EMAIL PROTECTED] | | cc: (bcc: Aisling Vasey/scs/Linernet) | | Subject: Re: How to install Struts 1.1b on WebSphere 3.5.4 | | (Missing ressources attribute org.apache.struts.action.MESSAGE) | | | >----------------------------------------------------------------------------| Tim, I did so. My ressource file is available within my classpath. Renato ----- Original Message ----- From: "Tim T. Young" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 7:39 PM Subject: Re: How to install Struts 1.1b on WebSphere 3.5.4 (Missing ressources attribute org.apache.struts.action.MESSAGE) > > You will want to add the path of that resource file to your webapp's > classpath. (Or put the resource file, with any corresponding directory > structure, into a path that is already in the classpath.) > > Tim > > > > > "Renato > Aganippe" > <raganippe@car > diweb.com> > > 07/30/2002 To: <[EMAIL PROTECTED]> > 12:03 PM cc: > Please respond > to "Struts > Users Mailing > List" Subject: How to install Struts 1.1b on WebSphere 3.5.4 (Missing ressources attribute > org.apache.struts.action.MESSAGE) > > > > > Caterpillar: Confidential Green Retain Until: 08/29/2002 > Retention Category: G90 - > Information and Reports > > > > > Hi everybody! > > I'm triyng to put Struts 1.1b on WebSphere 3.5.4 but I have the following > message : > Message : Server caught unhandled exception from servlet [Activateur de > service de fichiers]: Server caught unhandled exception from servlet > [Processeur JSP 1.1]: Missing resources attribute > org.apache.struts.action.MESSAGE > > Does anybody have an idea? (I understand that the ressource file is not > availaible but where do I have to put it to make it available) > > Then, is there someone who knows where I get an installation guide for > struts 1.1b on WebSphere 3.5.4? > > Thanks a lot! > > Renato Aganippe > Cardiweb > Web Developer > > > > > > -- > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

