Re: Can I have 1 struts jar file for multiple servers/applications

2003-09-24 Thread David Thielen
ok - thanks - Original Message - From: Steve Raeburn [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 10:56 PM Subject: RE: Can I have 1 struts jar file for multiple servers/applications http://jakarta.apache.org/struts/userGuide

Re: Can I have 1 struts jar file for multiple servers/applications

2003-09-24 Thread Craig R. McClanahan
David Thielen wrote: Hi; I thought I read something somewhere that said I need to have a seperate set of struts jar files for each application or server. But I can't find it now. I am using JRun and under a given server it has multiple applications with each application having it's own web.xml

Can I have 1 struts jar file for multiple servers/applications

2003-09-23 Thread David Thielen
Hi; I thought I read something somewhere that said I need to have a seperate set of struts jar files for each application or server. But I can't find it now. I am using JRun and under a given server it has multiple applications with each application having it's own web.xml and

Re: Can I have 1 struts jar file for multiple servers/applications

2003-09-23 Thread Kwok Peng Tuck
There should be one struts jar for each web app, if you have 10 web app then that's 10 struts.jar. David Thielen wrote: Hi; I thought I read something somewhere that said I need to have a seperate set of struts jar files for each application or server. But I can't find it now. I am using JRun

Re: Can I have 1 struts jar file for multiple servers/applications

2003-09-23 Thread David Thielen
: Kwok Peng Tuck [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:46 PM Subject: Re: Can I have 1 struts jar file for multiple servers/applications There should be one struts jar for each web app, if you have 10 web app then that's 10

Re: Can I have 1 struts jar file for multiple servers/applications

2003-09-23 Thread Kwok Peng Tuck
- Original Message - From: Kwok Peng Tuck [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:46 PM Subject: Re: Can I have 1 struts jar file for multiple servers/applications There should be one struts jar for each web app, if you have 10

RE: Can I have 1 struts jar file for multiple servers/applications

2003-09-23 Thread Steve Raeburn
To: Struts Users Mailing List Subject: Re: Can I have 1 struts jar file for multiple servers/applications ok - thanks. Is this because of static data in the jar files? Is this true of the commons*.jar files and jakarta-oro.jar too - or just struts.jar and struts-el.jar? Also, how about