Where to put ApplicationResources when deploying app as a jar

2003-02-01 Thread Soeren Dalby
So far I have placed the ApplicationResources in the class' structure at the same level as the web components using struts. But I now want to deploy the application as a .jar and I cant find out where to put the language files. I hope that placing them in the jar file is mandatory. Thanks in

Re: Where to put ApplicationResources when deploying app as a jar

2003-02-01 Thread David Graham
List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: Where to put ApplicationResources when deploying app as a jar Date: Sat, 1 Feb 2003 21:44:53 +0100 So far I have placed the ApplicationResources in the class' structure at the same level as the web components using

Re: Where to put ApplicationResources when deploying app as a jar

2003-02-01 Thread Micael
Putting them in a jar file is not mandatory, and I cannot tell why you would like that requirement. You can though. The jar versus non-jar issue is not the issue about where to put them. You put them the same place in a jar as you would outside the jar. You can put them anywhere inside

deploying app

2001-07-19 Thread Kiet Nguyen
How are everyone deploying their web application? A logical is to build a war file containing jsp/classes/ and struts.jar and xerces.jar Has anyone got this to work with weblogic 51. thanks

RE: deploying app

2001-07-19 Thread Prashanth_Thm
the XML tags. The Ant tool is freely downloadable at jakarta.apache.org Prashanth. -Original Message- From: Kiet Nguyen [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 8:35 AM To: Struts-User (E-mail) Subject: deploying app How are everyone deploying

RE: deploying app

2001-07-19 Thread Kiet Nguyen
=${webapps.dir}/WEB-INF/classes/ /war /target -Original Message- From: Prashanth_Thm [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 9:41 AM To: [EMAIL PROTECTED] Subject: RE: deploying app Hi Kiet, I am using Ant build tool. It takes XML