> -----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]

Reply via email to