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 All,

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 xml

Re: Tomcat Executor MBean

2016-01-03 Thread Vicky
show the connection count accurately. Do you have any pointers/references about registering of the mbean thing. -Vikram On Tue, Dec 22, 2015 at 3:11 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Vicky, > > On 12/21/15 3:12 PM, Vicky wrote: > > I am us

Tomcat Executor MBean

2015-12-21 Thread Vicky
Hi, I am using an embedded version of Tomcat 7.0.42. Using java executor with either of the connectors i.e. BIO/NIO. However while monitoring the server via JMX, I see the mbean attributes, currentThreadCount currentThreadsBusy always showing the value "-1". The only one that shows the approp

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 java.lang.Class.getDeclaredConstructors0(N

Re: TCP connection vs Tomcat threads vs File Descriptors - please help

2015-10-17 Thread vicky
Thank you so much Rainer, for sparing time & answering my query. Vicky On Saturday, 17 October 2015 5:17 PM, Rainer Jung wrote: Am 17.10.2015 um 08:27 schrieb vicky: > Hi All, > can someone please help in understand  that how TCP connections are > interlinked with t

TCP connection vs Tomcat threads vs File Descriptors - please help

2015-10-16 Thread vicky
Hi All, can someone please help in understand  that how TCP connections are interlinked with the no. ofFile Descriptors & no of threads configured over a machine . Setup details :OD - Centos 6Tomcat7Java 7 Recently i have faced an problem in while my application was having +20k TCP connections in

No of Sockets/LSOF - query

2015-09-13 Thread vicky
& tomcat threads for a given application Is there any tool with which i can derive or any linux command which can help me in deriving these numbers & basically how these are linked.. brief intro of these three would be appreciated.. please share the knowledge Vicky

Re: Threads is it equal to no. of open sockets

2015-06-16 Thread vicky
imply if i count all the sockets bind to http port (all states ) it should not exceed the total no. of threads configured for my hTTP connector.But in certain cases i've seen that this count of sockets is more than the threads configured , is there any particular reason for this behavior. -v

Re: Threads is it equal to no. of open sockets

2015-06-16 Thread vicky
Microsystems Inc -Vicky On Tuesday, 16 June 2015 10:18 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 6/16/15 12:25 PM, vicky wrote: > connectionTimeout="2" redirectPort="8443" /> Also, what Tomcat version? I'

Re: Threads is it equal to no. of open sockets

2015-06-16 Thread vicky
Hi Chris-  I;ve below config :-   - vicky On Tuesday, 16 June 2015 9:37 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 6/16/15 10:34 AM, vicky wrote: > In tomcat does the no . of open sockets on http port (netstat > -anlp|grep 80

Threads is it equal to no. of open sockets

2015-06-16 Thread vicky
Team, In tomcat does the no . of open sockets on http port (netstat -anlp|grep 8080) is it equal to number of threads in use in tomcat . Actually i want to understand how & when i can say that the all threads in a tomcat are fully utilized that why it is responding slow. Please help in understan

Re: java.lang.IllegalStateException: Calling [asyncComplete()] is not valid for a request with Async state [COMPLETING]

2014-11-25 Thread Vicky
Thanks Mark. However i don't think, i am calling it twice, anyway i'll double check, if there are any implicit calls. Is there a way i can add a defensive check to allow calling complete, only if not already done. Something like isComplete() or any other way? Vicky On Tue, Nov 25, 20

java.lang.IllegalStateException: Calling [asyncComplete()] is not valid for a request with Async state [COMPLETING]

2014-11-25 Thread Vicky
, Vicky

jmx query

2014-09-16 Thread vicky
Hi, Can someone please explain step by step instruction that how to setup the LDAP authentication for JMX console ? Thanks Guys Vicky

Re: Webapps directory query

2014-06-19 Thread vicky
Thanks Mark, but it doesn't have the details of scenario when we'll carry out a redeployment along with a restart/ How the exploded directories will then be updated , is it only the files are going to be updated within it ? Please give some directions.  Vicky On Friday, 20 Ju

Webapps directory query

2014-06-19 Thread vicky
this behavior Kindly suggest  Thanks Vicky

Java Wrapper Service -Linux

2014-05-23 Thread vicky
ode received an unknown packet type: -122 wrapper | <-- Wrapper Stopped +++ Thanks Vicky - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: [OT] timeout

2014-04-08 Thread Vicky B
> On Sun, Apr 6, 2014 at 9:24 PM, Vicky B 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 d

Re: [OT] timeout

2014-04-06 Thread Vicky B
Apr 6, 2014 at 3:00 AM, Hassan Schroeder wrote: > On Sat, Apr 5, 2014 at 8:35 AM, Vicky B 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
: > 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 >

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
m response 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 wrote: > On 3/30/2014 8:44 AM, Vicky B wrote: > >> HI All, >> >>Below are the inforamtion >> >>OS : Solar

Re: timeout

2014-03-30 Thread Vicky B
10.234.9.0] (131)Connection reset by peer: core_output_filter: writing data to the network On Sat, Mar 29, 2014 at 3:49 PM, André Warnier wrote: > Vicky, > > contrary to the recommended usage on this list, I will "top post" this, > because this part relates to the whole of your c

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 wrote: > Vicky B wrote: > >> HI All, >> >> i have configured apache and apache tomcat i.e apache is my http server >>

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

Re: timeout

2014-03-28 Thread Vicky B
D MESSAGE- > 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 reques

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: Deny Put & Delete

2014-01-26 Thread Vicky B
Thanks neven,mark On Sun, Jan 26, 2014 at 4:00 PM, Neven Cvetkovic wrote: > On Sun, Jan 26, 2014 at 12:32 AM, Vicky B 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 request ( I am n

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 4:2

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 wrote: > On Jan 19, 2014, at 4:34 AM, Vicky B wrote: > > > HI A

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: JSVC error

2014-01-03 Thread vicky
.logging.config.file=$CATALINA_BASE/conf/logging.properties \     org.apache.catalina.startup.Bootstrap start +++++   From: vicky To: Tomcat Users List ; Tomcat Users List Sent: Saturday, 4 January 2014 9:37 AM Subject: Re: JSVC error Thanks everybody f

Re: JSVC error

2014-01-03 Thread vicky
n-1.0.15-src.zip.asc    2013-04-02 14:03  230   OpenPGP ASCII armored signature commons-daemon-1.0.15-src.zip.md5    2013-04-02 14:03   64   MD5 checksum file commons-daemon-1.0.15-src.zip.sha1   2013-04-02 14:03   72   SHA1 checksum file Thanks Vicky From: André War

Re: JSVC error

2014-01-02 Thread vicky
m where I can try downloading & compiling the binaries again Thanks Vicky On Thursday, 2 January 2014 10:06 PM, Mark Eggers wrote: On 1/1/2014 11:02 PM, vicky wrote: > > I've build the JSVC on same machine over which I m running my tomcat instance > > I have compiled the

Re: JSVC error

2014-01-01 Thread vicky
ons-daemon-1.0.14-native-src/unix/native' gcc -m64  jsvc-unix.o libservice.a -ldl -lpthread -o ../jsvc make[1]: Leaving directory `/root/test/commons-daemon-1.0.14-native-src/unix/native' +++  Vicky From: André Warnier To: Tomcat

Re: JSVC error

2013-12-31 Thread vicky
til.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=$CATALINA_BASE/conf/logging.properties org.apache.catalina.startup.Bootstrap start   Thanks Vicky From: Konstantin Kolinko To: Tomcat Users List Sent: Tuesday, 31 December 2013 4:03 PM Subject: Re: JSVC error 2013/12/31 vi

JSVC error

2013-12-31 Thread vicky
Hi,   I  have configured the below in my tomcat 7.0.39 startup script & when executing this script I 'm getting segmentation error(detailed error mentioned below)   Please suggest how to fix this.   + start up script ++ CATALINA_BASE=/root/test/tomcattest CATAL

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

2013-11-16 Thread vicky b
t> wrote: > -BEGIN PGP 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 > > W

Re: Tomcat restart utility

2013-11-14 Thread vicky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leon, On 11/14/13, 5:37 AM, Leon Rosenberg wrote: > Hello Vicky, et al, > > I think the easiest way to give the developers the restart > capabilities is to get them ssh access to the user that is running > tomcat. > > This i

Re: Tomcat restart utility

2013-11-13 Thread vicky
aring the knowledge From: Christopher Schultz To: Tomcat Users List Sent: Wednesday, 13 November 2013 7:58 PM Subject: Re: Tomcat restart utility -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 11/13/13, 5:52 PM, vicky wrote: > Is there any other tool/utility with which w

Tomcat restart utility

2013-11-13 Thread vicky
All,    Is there any other tool/utility with which we can do the deployment & tomcat restart like PSI-PROBE. I'm having issues with PSI-PROBE ,restart functionality is not available over there & following message is coming on restart screen  :- "This JVM is not controlled by Java Service Wr

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); con

Re: overriden context root

2013-10-16 Thread vicky
Thanks Christopher,Chris,Andre for your inputs vicky From: Christopher Schultz To: Tomcat Users List Sent: Wednesday, 16 October 2013 7:55 PM Subject: Re: overriden context root -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 10/16/13 6:27 AM, vicky wrote: > I have added be

overriden context root

2013-10-16 Thread vicky
via overridden context root i.e via /market only.   Kindly suggest how to do it. thanks Vicky

Re: setenv.sh issue

2013-09-20 Thread vicky
Thanks Ognjen . I need to set certain application specific enviornment variables ,pls suggest what is the best way of doing that. eg:- configuring enviornment variable for LOG4j file path eg:export path=/tc/amps/logs does above entry will be sufficient for defining in setenv.sh Thanks Vicky

setenv.sh issue

2013-09-20 Thread vicky
:- export CATALINA_OPTS="-DNAME=e1 -DID=22" Kindly suggest what is the issue in this thanks Vicky

psi probe exceptioion

2013-09-06 Thread vicky
hi,   I'm getting the below error while deploying the application using PSI-PROBE UI screen Kindly suggest how to fix this ++  ERROR com.googlecode.psiprobe.controllers.deploy.UploadWarController  - Could not process fi

Re: Tomcat manager command issue

2013-08-20 Thread vicky
Vicky, On 8/20/13 10:07 AM, vicky wrote: > I need to deploy the applications in TOmcat via command line > > For this I am using the following manager commands for deploying my > application. > > http://peadj2001301vfe:1581/manager/text/deploy?path=/probe&war=file:/local/a

Tomcat manager command issue

2013-08-20 Thread vicky
licationFilterChain.java:210)   ===   Thanks Vicky

tomcat 7 ldap error

2013-08-06 Thread vicky
/* DELETE GET POST PUT sg-admin FORM    Form based authentication    /jsp/security/protected/login.jsp    /jsp/security/protected/error.jsp   sg-admin      Vicky

[Probe]- Tomcat deployment

2013-08-03 Thread vicky
y the Probe.war  across all instances .   Is there a way out by which we can handle the tomcat deployments from a central location ( i.e  by avoiding  deploying probe.war on all instances) on todifferent physical machines.   Please suggest & share your valuable thoughts     Thanks Vicky

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 M

static cluster

2013-04-25 Thread vicky
Very frequently i am oberving below static cluster messages are getting logged in the catalina.out. +++ INFO: Received member disappeared:org.apache.catalina.tribes.membership.MemberImpl\   [tcp://10.0.0.222:2333,10.0.0.222,2333, al

[tomcat 6.0.35]- propert loadin

2013-02-10 Thread vicky
  Hi All,     My application need a "resource/properties" file to exist in the CLASSPATH, for this i placed my resource file in /bin folder & it was working fine.   But since yesterday my application reporting the error that properties file doesnt exist in classpath/path   In order to fix then i

Re: Tomcat app log4j

2012-12-20 Thread vicky
Thanks Daniel, i got my problem resolved, there were certain Jars which were missing.   I came to know only after checking the "localhost.-MM-DD.log" file as YOU suggested. Thanks again for your time vicky From: Daniel Mikusa To: Tomcat

Re: Tomcat 6.0 - http client

2012-12-14 Thread vicky
look in thread dumps??.Does we should focus on the no. of  HTTP idle threads or scheduler threads or something else. ??     Thanks for your help & Time Vicky From: Hassan Schroeder To: Tomcat Users List Sent: Friday, 14 De

Re: PSI-PROBE query

2012-12-10 Thread vicky
etter solution . Please suggest   Thanks Vivek  From: Christopher Schultz To: Tomcat Users List Sent: Monday, 10 December 2012 8:13 PM Subject: Re: PSI-PROBE query -----BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 12/9/12 1:56 PM, vicky wrote: > Yes Chris, i am prett

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread vicky
share """" else we can close this email thread"""" Thanks, VIcky From: Mark Eggers To: Tomcat Users List Sent: Sunday, 9 December 2012 10:43 PM Subject: Re: Tomcat 6.0 CLASSPATH query Reply is inline. Please do not top p

Re: PSI-PROBE query

2012-12-09 Thread vicky
uot;  is showing the correct numbers depending  on the requests which all are redirected from APache. As of now i have not configured the "AccessLogValve" , but will try out this option definitely Please suggest  Thanks Vicky From: Christopher Schultz

Re: Tomcat 6.0 CLASSPATH query

2012-12-08 Thread vicky
  Another restriction which i have is that i cannot place any file under "$CATALINA_HOME" directories , these are read only for us.   Based on afore said concerns, do you have any better way out ..please suggest.   Appreciated all of your help   Thanks for ur time Vicky __

Re: Tomcat 6.0 CLASSPATH query

2012-12-08 Thread vicky
_HOME/lib or bin" location ,these are read only directories http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html Thanks for your help Vicky From: Pid * To: Tomcat Users List Sent: Saturday, 8 December 2012 10:34 PM Subject: Re: Tomcat 6.0 CL

Re: Apache issue

2012-12-05 Thread vicky
che. > >Is there any jvm related things which i need to check. > >Please suggest what all basic troubleshooting i can do > >Thanks in advance >Vicky > > > >- >To unsubscribe, e-

Re: Context root query

2012-11-20 Thread vicky
]/[appName].xml, with a docBase attribute pointing the absolute location of the .war file. ++++ Thanks Vicky   From: "Caldarale, Charles R" To: Tomcat Users List Sent: Tuesday, 20 November 2012 11:53 PM Subject: RE

Re: Context root query

2012-11-20 Thread vicky
context should remain same irrespective of the application archive they deploy, Do you have any better approach /suggestion for this requirement   thanks for your help vicky From: Mark Thomas To: Tomcat Users List Sent: Tuesday, 20 November 2012 11:51 PM

Re: Context root query

2012-11-20 Thread vicky
ory to avoid double deployment . correct ?? Thanks Again   From: "Caldarale, Charles R" To: Tomcat Users List Sent: Tuesday, 20 November 2012 10:57 PM Subject: RE: Context root query > From: vicky [mailto:vicky007aggar...@yahoo.co.in] &

Re: Context root query

2012-11-20 Thread vicky
.xml" extension. ** but wrong i am doing , in defining the context in META-INF/context.xml as follows :- Does we cannot override the default application context in tomcat 6.0 using META-INF/context.xml  ???

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 *

Re: GC algorithm

2011-05-23 Thread vicky b
com> 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

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 [ma

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 *

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 t