Re: J2ee application --- jsp files

2005-12-14 Thread Steve Loughran
Jonnalagadda, Sumithra wrote: One of the main benefits of jsp that it can be updated dynamically by which I mean when a jsp is updated the application need not be re-deployed since jsp is complied run time. no, that is only a benefit at dev time. bad things can happen with partial hot redeplo

RE: J2ee application --- jsp files

2005-12-13 Thread Anderson, Rob (Global Trade)
This question is not really ant related. Contact BEA for weblogic support. -Rob A > -Original Message- > From: Jonnalagadda, Sumithra [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 13, 2005 11:18 AM > To: 'Ant Users List' > Subject: RE: J2ee application

RE: J2ee application --- jsp files

2005-12-13 Thread Jonnalagadda, Sumithra
we are using weblogic -Original Message- From: Jeffrey E Care [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 11:17 AM To: Ant Users List Subject: Re: J2ee application --- jsp files Wouldn't that depend on the application server that you are using? -- Jeffrey E.

Re: J2ee application --- jsp files

2005-12-13 Thread Jeffrey E Care
"Ant Users List" To "'Ant Users List'" cc Subject J2ee application --- jsp files One of the main benefits of jsp that it can be updated dynamically by which I mean when a jsp is updated the application need not be re-deployed since jsp is complied run ti

J2ee application --- jsp files

2005-12-13 Thread Jonnalagadda, Sumithra
One of the main benefits of jsp that it can be updated dynamically by which I mean when a jsp is updated the application need not be re-deployed since jsp is complied run time. my question is the following : we have a j2ee application (standard architecture struts + ejbs+toplink). we deploy an e