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 SimpleJavaWebApp:war exploded: Error >

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/ but nothing. > > I t

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" wrote: > > On 2/3/2016 12:50 PM, prashant sharma wrote: >> >> On 3 Feb 2016 17:42, "David kerber" wrote: >>> >>> >>> On 2/3/2016 12:23 PM, prashant sharm

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
On 3 Feb 2016 17:42, "David kerber" wrote: > > On 2/3/2016 12:23 PM, prashant sharma wrote: >> >> On 3 Feb 2016 16:38, "Mark Eggers" wrote: >>> >>> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
On 3 Feb 2016 16:38, "Mark Eggers" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Quick note - please post at the bottom or inline. > > See item 6 of the Tomcat users mailing list here: > http://tomcat.apache.org/lists.html > > On

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
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, "prashant sharma"

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" wrote: > 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 >

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 403

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 also interested in something for this, espe

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 presentation followe

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 /Library/Tomcat/apache-tomc

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
: 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 a > separate quota of threads for webpage access

Re: splitting thread pool

2009-06-29 Thread prashant sharma
s the webpage requests and the other that is allocated to the internal processing of the web application. Thanks! Prashant From: Ronald Klop To: Tomcat Users List Cc: prashant sharma Sent: Monday, June 29, 2009 4:57:53 AM Subject: Re: splitting thread pool

splitting thread pool

2009-06-28 Thread prashant sharma
Hi, I have the following attributes in the "server.xml" file: The web application that I am working on exposes many webservices, which are invoked from other applications. The problem I am facing is that when my application gets a lot of webservice requests, it reaches the limit of "maxThrea