Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Utkarsh Dave
To be more specific, i upgraded Tomcat in my application from Tomcat 7.0.41
to 7.0.52.

Quick response is appreciable as the build process is on hold critical
services are shut down.

-Thanks


On Mon, Mar 3, 2014 at 3:39 PM, Utkarsh Dave utkarshkd...@gmail.com wrote:

 Hi,

 I upgraded my application to 7.0.52 from 7.0.41. After upgrading while
 building and compiling whole application I am recieving error
 jasper2 doesn't support the validateXml attribute
 While looking in 1 of the blogs i found that the solution for this will be
 available only on 7.0.53 which is not yet available.
 Can you please let me know how i can proceed with this.
 If in case you need further details please let me know or feel free to
 reach to me in India IST.

 -Utkarsh Dave
 +919739903066
 Technial Lead
 Infosys Limited at Cisco.
 e-city, Bangalore. India



Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Konstantin Kolinko
2014-03-03 14:28 GMT+04:00 Utkarsh Dave utkarshkd...@gmail.com:
 To be more specific, i upgraded Tomcat in my application from Tomcat 7.0.41
 to 7.0.52.

 Quick response is appreciable as the build process is on hold critical
 services are shut down.


If you use the value of false, remove the attribute.

false is the default value here. There is no reason to use it explicitly.

If you use the value of true, remove the attribute now and restore
it back when 7.0.53 is released.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Prashant Kadam
On Mon, Mar 3, 2014 at 3:58 PM, Utkarsh Dave utkarshkd...@gmail.com wrote:

 To be more specific, i upgraded Tomcat in my application from Tomcat 7.0.41
 to 7.0.52.

 Quick response is appreciable as the build process is on hold critical
 services are shut down.

 -Thanks


 On Mon, Mar 3, 2014 at 3:39 PM, Utkarsh Dave utkarshkd...@gmail.com
 wrote:

  Hi,
 
  I upgraded my application to 7.0.52 from 7.0.41. After upgrading while
  building and compiling whole application I am recieving error
  jasper2 doesn't support the validateXml attribute
  While looking in 1 of the blogs i found that the solution for this will
 be
  available only on 7.0.53 which is not yet available.
  Can you please let me know how i can proceed with this.
  If in case you need further details please let me know or feel free to
  reach to me in India IST.

Hi Utkarsh

Please use validateTld instead of validateXML. It would work .


 
  -Utkarsh Dave
  +919739903066
  Technial Lead
  Infosys Limited at Cisco.
  e-city, Bangalore. India
 




-- 
~ Prashant Kadam


Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Utkarsh Dave
Thanks Konstantin for the quick response.

We are using false value, so i assume i can remove the attribute.
As there are many level of developers involved, deleting and again adding
it, will be difficult to track.
I recieved another response, if i can replace validateTld instead of
validateXML.
Do you see any issue if we adopt this approach.

-Thanks
Utkarsh

On Mon, Mar 3, 2014 at 4:16 PM, Konstantin Kolinko
knst.koli...@gmail.comwrote:

 2014-03-03 14:28 GMT+04:00 Utkarsh Dave utkarshkd...@gmail.com:
  To be more specific, i upgraded Tomcat in my application from Tomcat
 7.0.41
  to 7.0.52.
 
  Quick response is appreciable as the build process is on hold critical
  services are shut down.
 

 If you use the value of false, remove the attribute.

 false is the default value here. There is no reason to use it explicitly.

 If you use the value of true, remove the attribute now and restore
 it back when 7.0.53 is released.

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org




Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Utkarsh Dave
Hi Prashant - I assume there will not be any consequence of replacing
validateXML with validateTld?

-Thanks for the quick response.

-Utkarsh


On Mon, Mar 3, 2014 at 4:19 PM, Prashant Kadam prashantkada...@gmail.comwrote:

 On Mon, Mar 3, 2014 at 3:58 PM, Utkarsh Dave utkarshkd...@gmail.com
 wrote:

  To be more specific, i upgraded Tomcat in my application from Tomcat
 7.0.41
  to 7.0.52.
 
  Quick response is appreciable as the build process is on hold critical
  services are shut down.
 
  -Thanks
 
 
  On Mon, Mar 3, 2014 at 3:39 PM, Utkarsh Dave utkarshkd...@gmail.com
  wrote:
 
   Hi,
  
   I upgraded my application to 7.0.52 from 7.0.41. After upgrading while
   building and compiling whole application I am recieving error
   jasper2 doesn't support the validateXml attribute
   While looking in 1 of the blogs i found that the solution for this will
  be
   available only on 7.0.53 which is not yet available.
   Can you please let me know how i can proceed with this.
   If in case you need further details please let me know or feel free to
   reach to me in India IST.
 
 Hi Utkarsh

 Please use validateTld instead of validateXML. It would work .


  
   -Utkarsh Dave
   +919739903066
   Technial Lead
   Infosys Limited at Cisco.
   e-city, Bangalore. India
  
 



 --
 ~ Prashant Kadam



Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Konstantin Kolinko
2014-03-03 15:09 GMT+04:00 Utkarsh Dave utkarshkd...@gmail.com:
 Thanks Konstantin for the quick response.

 We are using false value, so i assume i can remove the attribute.
 As there are many level of developers involved, deleting and again adding
 it, will be difficult to track.
 I recieved another response, if i can replace validateTld instead of
 validateXML.
 Do you see any issue if we adopt this approach.


Beware that validateXml and validateTld are two different features in 7.0.53.

Please do not top-post on this mailing list.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Daniel Mikusa
On Mar 3, 2014, at 5:16 AM, Utkarsh Dave utkarshkd...@gmail.com wrote:

 Hi,
 
 I upgraded my application to 7.0.52 from 7.0.41. After upgrading while
 building and compiling whole application I am recieving error
 jasper2 doesn't support the validateXml attribute
 While looking in 1 of the blogs i found that the solution for this will be
 available only on 7.0.53 which is not yet available.
 Can you please let me know how i can proceed with this.
 If in case you need further details please let me know or feel free to
 reach to me in India IST.
 

Try searching the archives.

  http://markmail.org/message/t5d54dkbhjk4prip

Dan

 -Utkarsh Dave
 +919739903066
 Technial Lead
 Infosys Limited at Cisco.
 e-city, Bangalore. India
 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Konstantin Kolinko
2014-03-03 15:52 GMT+04:00 Daniel Mikusa dmik...@gopivotal.com:
 On Mar 3, 2014, at 5:16 AM, Utkarsh Dave utkarshkd...@gmail.com wrote:

 Hi,

 I upgraded my application to 7.0.52 from 7.0.41. After upgrading while
 building and compiling whole application I am recieving error
 jasper2 doesn't support the validateXml attribute
 While looking in 1 of the blogs i found that the solution for this will be
 available only on 7.0.53 which is not yet available.
 Can you please let me know how i can proceed with this.
 If in case you need further details please let me know or feel free to
 reach to me in India IST.


 Try searching the archives.

   http://markmail.org/message/t5d54dkbhjk4prip


That comment has already become obsolete, with
http://svn.apache.org/viewvc?view=revisionrevision=1570163

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Utkarsh,

On 3/3/14, 6:11 AM, Utkarsh Dave wrote:
 Hi Prashant - I assume there will not be any consequence of
 replacing validateXML with validateTld?

Sure there will be. Read the documentation to determine the difference
between those two configuration directives.

 On Mon, Mar 3, 2014 at 4:19 PM, Prashant Kadam
 prashantkada...@gmail.comwrote:
 
 On Mon, Mar 3, 2014 at 3:58 PM, Utkarsh Dave
 utkarshkd...@gmail.com wrote:
 
 To be more specific, i upgraded Tomcat in my application from
 Tomcat
 7.0.41
 to 7.0.52.
 
 Quick response is appreciable as the build process is on hold
 critical services are shut down.
 
 -Thanks
 
 
 On Mon, Mar 3, 2014 at 3:39 PM, Utkarsh Dave
 utkarshkd...@gmail.com wrote:
 
 Hi,
 
 I upgraded my application to 7.0.52 from 7.0.41. After
 upgrading while building and compiling whole application I am
 recieving error jasper2 doesn't support the validateXml
 attribute While looking in 1 of the blogs i found that the
 solution for this will
 be
 available only on 7.0.53 which is not yet available. Can you
 please let me know how i can proceed with this. If in case
 you need further details please let me know or feel free to 
 reach to me in India IST.
 
 Hi Utkarsh
 
 Please use validateTld instead of validateXML. It would work .
 
 
 
 -Utkarsh Dave +919739903066 Technial Lead Infosys Limited at
 Cisco. e-city, Bangalore. India
 
 
 
 
 
 -- ~ Prashant Kadam
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJTFQKCAAoJEBzwKT+lPKRYIwUP/0PxP1ac7cV6gkjBEVojEIiY
dKhKRocOCpkvactZ9/aUNyJkfAU0gpZ/REpxk77Un2D1cBhdwdHJFZQpohyUKStc
6uY3An8UCF/i0/ufqdikLAHASG2z9NOox5zphX4X5Vk+TNLq6RinpnHxlPb4uPSG
GE4AYOOJW05Qqxv/iHlxsMGL9qb+sbDx+Yf9tbiPmIaMnkVfmTLeQpeBEYPYuTIJ
rIfxQ7cIhVEfRUa8npHRGV1E34rWwHwyDOc4HRcP35nuV5dj9wDlL/36R4xFT5ra
7CvoFcRDpGNEt4G1Szn9H3Off2Y+SoKq/EZZVUfWzuq+d52c0jJEuC4H3xfNbGxs
ludjO6tF0Ur3A0vLupLTDgrAM46h4u4iOtg2m2BdiPvgSKP5vWFWTI9OnBLLhTAI
saZcvwzCfCteDvAozVbyBaYtK2se8CUyvIcxdQ9JU6Zr7zsb+ds7lgWzMlxVfRkO
dIs6jUxsCkncXQyKEZpe4t7jcDAXizyO705EmrbvCYRJQN/je49HBqAS64r2qtyq
tG2vd3NfWOAgGumyzHupwm56HoqADIFGzP1apjIW2nxYcHHi6eouJs2tghg0cNGl
b2dYO6keghOEDWnBeGEujwOX+o5Yo4RR09oavfPE0ZD9jC213/IVuDQ3CRBKTkbW
1AjtwIADF534fV7O8lwo
=kG8Q
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org