Re: Jars in Tomcat lib directory

2021-01-18 Thread Mounika Reddy
; > I then added these jars to Tomcat lib directory and observed that it is > not picking up these unless I add it to classpath > > Regards > Swathi > > -Original Message- > From: Mounika Reddy [mailto:spidermai...@gmail.com] > Sent: Monday, January 18, 2021 11:49 PM

Re: Jars in Tomcat lib directory

2021-01-18 Thread Mounika Reddy
ib directory assuming that it > will consider it in classpath but until I specified the path of the jar in > classpath, the server wasn’t considering the jar. > > Please advise. > > -----Original Message- > From: Mounika Reddy [mailto:spidermai...@gmail.com] > Sent: Monday, Jan

Re: Jars in Tomcat lib directory

2021-01-18 Thread Mounika Reddy
It will provided if your application requires. On Mon, Jan 18, 2021, 7:54 AM Jonnalagadda, Swathi (External) < swathi.jonnalaga...@xerox.com> wrote: > Hi > > Doesn’t tomcat consider jar files under lib directory in classpath. Do we > have to do any additional configuration for that? > > > Thanks

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-15 Thread Mounika Reddy
ete) documentation for > Content-Disposition. > > If your application is not being hosted within a web browser (e.g. it's a > mobile application, or an Electron (etc.) application, etc.) then it's > entirely up to you to trigger the display of a download dialog when this > kin

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-13 Thread Mounika Reddy
to do with browser settings > > Could you please advise if I am missing out any setting here. > > Thanks > Swathi > -Original Message- > From: Mounika Reddy [mailto:spidermai...@gmail.com] > Sent: Wednesday, January 13, 2021 3:48 AM > To: Tomcat Users List > Cc:

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-12 Thread Mounika Reddy
Pls check http response headers for the request to confirm if it's returning proper headers. Once they are in place then it may be to do with browser settings not processing headers. On Tue, Jan 12, 2021, 2:48 PM Jonnalagadda, Swathi (External) < swathi.jonnalaga...@xerox.com> wrote: > Hi

Re: Request body is empty in Tomcat 9.0.38

2021-01-06 Thread Mounika Reddy
If you can see the WSDL for the service assuming its a SOAP, then you can actually generate a sample client XML using SOAP GUI clients and verify if the service is actually deployed correctly On Wed, Jan 6, 2021, 7:59 AM Mounika Reddy wrote: > Check if it's a malformed XML and namespa

Re: Request body is empty in Tomcat 9.0.38

2021-01-06 Thread Mounika Reddy
Check if it's a malformed XML and namespaces qualified are right. If JSON it's a different issue and without much info, I hardly think it's a tomcat issue On Wed, Jan 6, 2021, 7:51 AM Jonnalagadda, Swathi (External) < swathi.jonnalaga...@xerox.com> wrote: > Hi > > We have a web application

Re: Tomcat9 ROOT deploy

2018-07-31 Thread Mounika Reddy
:30 PM, Mounika Reddy wrote: > If I renamed ROOT.xml to .xml in the > /conf/Catalina/ then it picked up the file and > deployed in to webapps/. How can I make it so that > it deploys to the ROOT folder. > > On Tue, Jul 31, 2018 at 2:09 PM, Mounika Reddy wrote: >> In the sa

Re: Tomcat9 ROOT deploy

2018-07-31 Thread Mounika Reddy
If I renamed ROOT.xml to .xml in the /conf/Catalina/ then it picked up the file and deployed in to webapps/. How can I make it so that it deploys to the ROOT folder. On Tue, Jul 31, 2018 at 2:09 PM, Mounika Reddy wrote: > In the same deploy folder where I had my war file. > > On Tu

Re: Tomcat9 ROOT deploy

2018-07-31 Thread Mounika Reddy
In the same deploy folder where I had my war file. On Tue, Jul 31, 2018 at 1:20 PM, Mark Thomas wrote: > On 31/07/18 17:13, Mounika Reddy wrote: >> I tried first with the name as the war file name and didn't even pick >> my change but somehow it shows deployment is complet

Re: Tomcat9 ROOT deploy

2018-07-31 Thread Mounika Reddy
Thomas wrote: > On 31/07/18 16:44, Mounika Reddy wrote: >> Hi all, >> >> I'm trying to deploy a war file in tomcat and publish to root context. >> I have created a ROOT.xml file in >> /conf/Catalina//ROOT.xml. The issue is tomcat >> not picking up

Tomcat9 ROOT deploy

2018-07-31 Thread Mounika Reddy
Hi all, I'm trying to deploy a war file in tomcat and publish to root context. I have created a ROOT.xml file in /conf/Catalina//ROOT.xml. The issue is tomcat not picking up war file or neither exploding war file into a directory. But if I unpack war file into a folder then it's picking up