Password Protected

2018-01-30 Thread Vicky B
Hi , Can i check if (xlx,xlsx, doc ) file is password protected through apache poi and can i use apache PDFBOX to check if PDF file is password protected. -- *Thanks & Regards Vickyb*

Re: Tomcat Xml parser issue

2017-11-16 Thread Vicky B
> Hash: SHA256 > > Vicky, > > On 11/16/17 12:24 PM, Vicky B wrote: > > It is XML parser (DOM and SAX ) from oracle (doc > > <https://docs.oracle.com/cd/B10501_01/appdev.920/a96609/arj_xmlparserv > 2.htm>) > > > > > . > > Why do you

Re: Tomcat Xml parser issue

2017-11-16 Thread Vicky B
he one provided by REDHat . how does class loading work in tomcat. On Thu, Nov 16, 2017 at 8:15 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Vicky, > > On 11/16/17 6:53 AM, Vicky B wrote: > > Hi A

Tomcat Xml parser issue

2017-11-16 Thread Vicky B
Hi All, I have application which is using spring , ESAPI and oracle xmlparserv2.jar , this application works fine in my local tomcat on windows but when i deployed in linux server with linux based apache tomcat i got below error when spring container was trying to parse application specific

Re: tomcat 8 startup issue

2015-11-18 Thread Vicky B
Hi Christopher, I deleted existing tomcat and re-extracted and deployed it worked.Thanks. On Wed, Nov 18, 2015 at 2:46 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Vicky, > > On 11/17/15 7:41 AM, Vicky B wrote: > > I downloaded latest tomcat 8.20 v

tomcat 8 startup issue

2015-11-17 Thread Vicky B
Hi All, I downloaded latest tomcat 8.20 version zip and extracted in my local. I have java 7 in my local machine . When i am trying to run tomecat in eclipse i get below stack trace java.lang.NoClassDefFoundError: org/apache/tomcat/util/digester/Rule at

Re: [OT] timeout

2014-04-08 Thread Vicky B
, Apr 6, 2014 at 9:24 PM, Vicky B vickyb2...@gmail.com wrote: The question i asked was generic one every firewall have some common fucntionality . For someone who previously had no clue that firewall would drop the connection you assert that with a great deal of certainty. In any case

Re: [OT] timeout

2014-04-06 Thread Vicky B
at 3:00 AM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Sat, Apr 5, 2014 at 8:35 AM, Vicky B vickyb2...@gmail.com wrote: The problem is solved now . Erm, well. Perhaps for some definition of solved... I had no clue that firewall would drop the connection if it does

Re: [OT] timeout

2014-04-05 Thread Vicky B
its_toas...@yahoo.com wrote: On 3/31/2014 4:18 AM, Vicky B wrote: there is a firewall between browser and apache httpd and i am not sure if there is a firewall between apache and tomcat (mostly no). Mostly? Mostly? As in sometimes there's a firewall, and other times there's not, but mostly

Re: [OT] timeout

2014-03-31 Thread Vicky B
there is a firewall between browser and apache httpd and i am not sure if there is a firewall between apache and tomcat (mostly no). But why would this firewall drop the connection ? On Mon, Mar 31, 2014 at 3:16 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Mar 31, 2014 3:48 AM,

Re: timeout

2014-03-30 Thread Vicky B
program ? And why did you set this to 300 ? or was this the default value ? On Sat, Mar 29, 2014 at 3:05 AM, André Warnier a...@ice-sa.com wrote: Vicky B wrote: HI All, i have configured apache and apache tomcat i.e apache is my http server and tomcat is my webserver. The does

Re: timeout

2014-03-30 Thread Vicky B
from tomcat if waiting time cross 1 min I feel apache httpd fails the request or timesout On Sun, Mar 30, 2014 at 10:43 PM, Mark Eggers its_toas...@yahoo.com wrote: On 3/30/2014 8:44 AM, Vicky B wrote: HI All, Below are the inforamtion OS : Solaris 5 apache httpd : 2.2 tomcat

timeout

2014-03-28 Thread Vicky B
HI All, i have configured apache and apache tomcat i.e apache is my http server and tomcat is my webserver. i am having an isssue where some of request take 1-2 min to process but i get 500 internal serer message . IS this something related to timeout value. The value of timeout in my apache is

Re: timeout

2014-03-28 Thread Vicky B
- Hash: SHA256 Vicky, On 3/28/14, 2:18 PM, Vicky B wrote: HI All, i have configured apache and apache tomcat i.e apache is my http server and tomcat is my webserver. i am having an isssue where some of request take 1-2 min to process but i get 500 internal serer message

Re: timeout

2014-03-28 Thread Vicky B
I mean 1 min to process the request and thats due to the huge logic and processing involved. On Sat, Mar 29, 2014 at 12:11 AM, Weiquan weiquan.y...@gmail.com wrote: Why your code take one min to response? Find out the reason Sent from my iPhone On Mar 28, 2014, at 2:37 PM, Vicky B vickyb2

Re: timeout

2014-03-28 Thread Vicky B
reset by peer : writing data to network. timeout is the direcive in apache which is set to 300 . On Sat, Mar 29, 2014 at 3:05 AM, André Warnier a...@ice-sa.com wrote: Vicky B wrote: HI All, i have configured apache and apache tomcat i.e apache is my http server and tomcat is my webserver

Re: Deny Put Delete

2014-01-26 Thread Vicky B
Thanks neven,mark On Sun, Jan 26, 2014 at 4:00 PM, Neven Cvetkovic neven.cvetko...@gmail.comwrote: On Sun, Jan 26, 2014 at 12:32 AM, Vicky B vickyb2...@gmail.com wrote: if I have a privilege to ask a question on this topic if can anyone help me on how an user fire a put request or delete

Re: Deny Put Delete

2014-01-25 Thread Vicky B
if I have a privilege to ask a question on this topic if can anyone help me on how an user fire a put request or delete request ( I am not a hacker) .All my life I just used post and get I never thought about these put and delete, so if someone helps I would appreciate On Fri, Jan 24, 2014 at

Re: webservices deployment.

2014-01-20 Thread Vicky B
if I don't have to do anything special for soap or rest then when going for paid app server we don't get any other advantage other then support + ejb container? On Sun, Jan 19, 2014 at 7:21 PM, Daniel Mikusa dmik...@gopivotal.comwrote: On Jan 19, 2014, at 4:34 AM, Vicky B vickyb2...@gmail.com

webservices deployment.

2014-01-19 Thread Vicky B
HI All, If I want to deploy the webapplication which uses webservice like soap or rest do I need a soap engine or rest engine in tomcat ? or including libraries in the war file is enough? -- *Thanks Regards Vickyb*

Re: Http url connection : server returned http response code 400

2013-11-16 Thread vicky b
SIGNED MESSAGE- Hash: SHA256 Vicky, On 11/11/13, 10:02 AM, vicky b wrote: I am getting server returned http response code 400 when i run below code from my tomcat however it works fine when i run it in WAS whch has proxy server settings. URL url = new URL(reqUrl

Http url connection : server returned http response code 400

2013-11-11 Thread vicky b
HI All, I am getting server returned http response code 400 when i run below code from my tomcat however it works fine when i run it in WAS whch has proxy server settings. URL url = new URL(reqUrl); HttpURLConnection con = (HttpURLConnection)url.openConnection(); con.setDoOutput(true);

Re: Tomcat Concurrency

2013-07-16 Thread vicky b
HI All, Just out of curiosity can you please let me know if there are 10 clients who access 10 different browsers and make request at the same time what is the expected output On Tue, Jul 16, 2013 at 10:14 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED

Client Side caching

2012-02-11 Thread vicky b
HI All, I want to enable client side cache for my http request , can any body please let me know the configuration for this. -- *Thanks Regards Vickyb *

difference in behaviour of tomcat 6 and tomcat 7 very imp

2011-05-23 Thread vicky b
Hi, I have done analysis on static references and found a interesting point al;so i find a difference in behaviour in tomcat 6 andtomcat 7 I created a class (TestStatic) which has a static reference to VO(java bean) in my servlet i declared TestStatic as member variable and initialized it

GC algorithm

2011-05-23 Thread vicky b
HI, How can i come to know the GC algorithm used in tomcat... and all GC configuarations.. -- *Thanks Regards Vickyb *

Re: GC algorithm

2011-05-23 Thread vicky b
then why do i see a difference in behaviour for tomcat 6 and tomcat 7 when i undeploy my app the objects that are collected in tomcat6 are not collected in tomcat7? On Mon, May 23, 2011 at 7:19 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: vicky b [mailto:vickyb2

Re: GC algorithm

2011-05-23 Thread vicky b
wrote: From: vicky b [mailto:vickyb2...@gmail.com] Subject: Re: GC algorithm then why do i see a difference in behaviour for tomcat 6 and tomcat 7 when i undeploy my app the objects that are collected in tomcat6 are not collected in tomcat7? Because the objects are no longer reachable