What are you referring to as a "classpath loader"??

Won't this cause conflicts if each project has their own WAR with struts inside?
What happens if they use different versions of Struts in each WAR file?



-----Original Message-----
From: Jim Barrows [mailto:[EMAIL PROTECTED]
Sent: Friday, August 20, 2004 11:43 AM
To: Struts Users Mailing List
Subject: RE: Deploying Struts ???




> -----Original Message-----
> From: Lykins Don H Contr AFSAC/ITS [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 20, 2004 8:25 AM
> To: 'Struts Users Mailing List'
> Subject: RE: Deploying Struts ???
> 
> 
> so how do you suggest we deploy struts?
> each developer bundle struts in their own WAR files?

Yes. Only way to do it.  It's a classpath loader, and the way it gets defined by the 
J2EE spec on how things get loaded and from where.  

Believe me I've tried and tried and tried.. and it always comes back to the spec.  
Unfortunately, the spec is right... there could be worse issues if they did it 
differently.



> 
> -----Original Message-----
> From: Jim Barrows [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 20, 2004 11:12 AM
> To: Struts Users Mailing List
> Subject: RE: Deploying Struts ???
> 
> 
> 
> 
> > -----Original Message-----
> > From: Lykins Don H Contr AFSAC/ITS [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 20, 2004 7:57 AM
> > To: '[EMAIL PROTECTED]'
> > Subject: Deploying Struts ???
> > 
> > 
> > Looking for pointers on how to best deploy struts based, JSP 
> > applications.
> > I am using JDeveloper 10G which ships with Struts source... 
> > deploying to Jrun.
> > 
> > Scenario:
> > I am one of 2 programmers,  each developing a separate JSP , 
> > but sharing a common database
> > 
> > When each JSP is developed and deployed a unique and separate 
> > WAR file is created and deployed to our app server.
> > -- but  it seems duplicative -- as each WAR contains all the 
> > struts code as well...???
> > 
> > any way to share the Struts source so we don't duplicate?
> > May Still want to deploy each jsp app in separate WAR files, 
> > but find someway to deploy struts centrally???
> 
> Most containers hava container wide library you can put 
> common libraries in... however you don't want to do this with 
> struts because you will have serious issues with finding the 
> struts-config.xml files.
> 
> > 
> > 
> > 
> > Don Lykins
> > AFSAC
> > 937-257-4295 x4539
> > [EMAIL PROTECTED]
> > 
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

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

Reply via email to