Re: Apache Tomcat 9

2016-05-06 Thread prashant sharma
On Fri, May 6, 2016 at 7:17 PM, Frederick PiƱa wrote: > I'm having errors: > > /usr/local/apache-tomcat-9.0.0.M4/bin/catalina.sh run > Configuration Error: deployment source 'SimpleJavaWebApp:war exploded' is > not valid > [2016-05-06 01:50:26,222] Artifact

Re: context doesnt pick up

2016-02-20 Thread prashant sharma
On Sat, Feb 20, 2016 at 11:28 PM, Me Self wrote: > I already tried an empty Context tag and no Context tag, makes no > difference. Catalina.out has not error. I tried setting logging level FINE > to see if there were anything related to how it scans > conf/Catalina/localhost/

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
esn't have permissions to the requested resource. > > > On 2/3/2016 11:05 AM, prashant sharma wrote: > >> Hi, >> Can someone pls provide any inputs on below. >> Thanks >> >> Regards, >> Prashant >> >> 07440456543 >> On 2 Feb 2016 18:02, "p

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
Hi, Can someone pls provide any inputs on below. Thanks Regards, Prashant 07440456543 On 2 Feb 2016 18:02, "prashant sharma" <pacificmist.0...@gmail.com> wrote: > Hi, > I am using apache tomcat 7.0.57 and jdk 7 on windows 7. > I have deployed a simple web applicat

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
On 3 Feb 2016 17:42, "David kerber" <dcker...@verizon.net> wrote: > > On 2/3/2016 12:23 PM, prashant sharma wrote: >> >> On 3 Feb 2016 16:38, "Mark Eggers" <its_toas...@yahoo.com.invalid> wrote: >>> >>> >>> -

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
e.org/lists.html > > On 2/3/2016 8:20 AM, prashant sharma wrote: > > That's true. But we are not doing any authn/authz in our > > application. Its just a simple webapp that exposes 1 endpoint (put > > method). Any body should be able to hit that end point. > > > &g

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
Regards, Prashant 07440456543 On 3 Feb 2016 18:07, "David kerber" <dcker...@verizon.net> wrote: > > On 2/3/2016 12:50 PM, prashant sharma wrote: >> >> On 3 Feb 2016 17:42, "David kerber" <dcker...@verizon.net> wrote: >>> >>> >

Http 403: access to requested resource denied

2016-02-02 Thread prashant sharma
Hi, I am using apache tomcat 7.0.57 and jdk 7 on windows 7. I have deployed a simple web application inside tomcat webapps folder by placing the war file directly in webapps. This is a basic application which exposes an endpoint with put request method. When I try to access this endpoint I get

Re: [PROPOSAL] Tomcat Webinar series

2015-11-13 Thread prashant sharma
Hi Chris, You mentioned about Apachecon. Does it get recorded as well. If yes can you pls provide the link. Thanks On 13 Nov 2015 16:47, "Johan Compagner" wrote: > On 12 November 2015 at 23:29, Mark Thomas wrote: > > > - HTTP/2 and Tomcat 9 > > > i am

Re: [PROPOSAL] Tomcat Webinar series

2015-11-12 Thread prashant sharma
Thanks Mark. Sure that would be a very good knowledge sharing session. Looking forward to the details. On Thu, Nov 12, 2015 at 10:29 PM, Mark Thomas wrote: > All, > > I've been wondering if there would be any interest in a Tomcat Webinar > series. I'm thinking ~10 minutes of

unable to specify new context in conf\Catalina\localhost

2015-10-18 Thread prashant sharma
Hi, This is my server details:- Server InformationTomcat VersionJVM VersionJVM VendorOS NameOS VersionOS ArchitectureHostnameIP AddressApache Tomcat/8.0.281.7.0_51-b13Oracle CorporationMac OS X10.9.5x86_64 I have a web application(mytomcat-helloworld) in below directory

Max Thread/Memory problems with tomcat

2009-10-05 Thread prashant sharma
Hi, We are using the following configuration: Tomcat: 5.0. OS: Windows Server HPC edition. JVM: 5.0 There is one basic doubt that I have. When we load/stress our Tomcat server, we hit thresholds mentioned below once in a while. The root of the problem is that when I increase the clients, I

Re: splitting thread pool

2009-06-29 Thread prashant sharma
the webpage requests and the other that is allocated to the internal processing of the web application. Thanks! Prashant From: Ronald Klop ronald-mailingl...@base.nl To: Tomcat Users List users@tomcat.apache.org Cc: prashant sharma psharma_...@yahoo.com Sent

Re: splitting thread pool

2009-06-29 Thread prashant sharma
To: Tomcat Users List users@tomcat.apache.org Sent: Monday, June 29, 2009 10:49:06 AM Subject: Re: splitting thread pool -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Prashant, On 6/29/2009 1:12 AM, prashant sharma wrote: Is there any way to configure my web application such that I have

splitting thread pool

2009-06-28 Thread prashant sharma
Hi, I have the following attributes in the server.xml file: Connector port=80 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100 debug=0 connectionTimeout=2