Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I am trying to install Tomcat 8.0.18 from location: http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.18/bin/apache-tomcat-8.0.18-windows-x64.zip JDK Used from below location http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html jdk-8u66-windows-x64.exe Enviro

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I tried to start the tomcat from command line by executing the startup.bat. On Tue, Jan 19, 2016 at 6:40 PM, André Warnier (tomcat) wrote: > On 19.01.2016 13:53, Anand wrote: > >> I am trying to install Tomcat 8.0.18 from location: >> >> >> http://archive.apache.or

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
: > On 19.01.2016 14:36, Anand wrote: > >> I tried to start the tomcat from command line by executing the >> startup.bat. >> > > Ok. Again, I am not the ultimate expert, but the key error below seems to > be around > >

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I haven't added any jars/application and other modifications in tomcat configuration. The downloaded is not corrupted as i tried same download(tomcat 8.0.018) on other systems, server started successfully. so i am not sure its something with particular System. Let me try to check with tomcat versi

Re: Tomcat 8.0.18 is not getting started

2016-01-20 Thread Anand
I have tried installing tomcat 8.0.30 from below location: http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30-windows-x64.zip JDK Used from below location http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html jdk-8u66-windows-x64.exe E

Fwd: Jersey libraries 1.18 worked with Tomcat 7 but failing with Tomcat 9 : Root resource classes not getting scanned

2021-01-28 Thread Yogish Anand
Hi, We were using Tomcat 7 and the Jersey libraries 1.18 was able to scan the packages with the below two lines com.sun.jersey.api.core.PackagesResourceConfig.init Scanning for root resource and provider classes in the packages: v1 com.sun.jersey.api.core.ScanningResourceConfig logClasses

Deployment Management & Auditing of Tomcat Applications

2006-06-29 Thread Narendra, Anand
Hi, I like to know of "Tomcat Management & Monitoring Softwares". Looking for tools to manage application deployment, auditing application deployment and controlling. Thanks in advance! Aananda

Tomcat Datasource access

2006-06-29 Thread Narendra, Anand
Hi, Can anybody give me details on DB connection parameters security? Iam looking for proving that tomcat allows secure db connections similar to WAS Thanks in advance Aanandaa

Enterprise level Management & Monitoring of Tomcat Servers

2006-05-30 Thread Narendra, Anand
Hi, I like to know of "Tomcat Management & Monitoring Softwares". This should be able to manage Tomcat instances at Enterprise level. Looking for immediate response! Thanks in advance! Aananda

Tomcat Patch Management

2008-09-11 Thread Anand Gundanna
and how critical it is for an internal application? 3) Does Tomcat have any built in tool/feature to download and update patches automatically? Please let me know if you know any other easy option/solution for Tomcat Patch Management. Best Regards, Anand G NU UK ITS Architecture and Design

Fw: Tomcat Patch Management

2008-09-11 Thread Anand Gundanna
Hello, Can someone help me please.. i haven't got the answer for my query yet.. please. Best Regards, Anand G NU UK ITS Architecture and Design Floor 7, Norfolk Tower, Norwich Phone - 01603 838398 - Forwarded by Anand Gundanna/TCS/NUI/NORWICHUNION on 11/09/2008 16:38 -----

Re: Fw: Tomcat Patch Management

2008-09-11 Thread Anand Gundanna
ment would ideal as patch releases from Tomcat is very rare? Best Regards, Anand G NU UK ITS Architecture and Design Floor 7, Norfolk Tower, Norwich Phone - 01603 838398 Christopher Schultz <[EMAIL PROTECTED]> 11/09/2008 18:09 Please respond to "Tomcat Users List" To Tomcat User

Oracle PL/SQL in Boston-Hot-Hot-Hot

2008-09-03 Thread Anand Bandarupally
wing the resume I will contact you if I need more information. Thanks & Regards , Anand Bandarupally Magnus International Group, 226 Green Valley Road, Exton, PA - 19341 Direct: 610 616 4254 :Fax : 610 450 4658 [EMAIL PROTECTED] : www.magnusinfo.com : www.magnus-inc.com The information conta

What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
ough. Can any one tell me why the localhost as Host name ignores this error. ? I can provide more details if wanted. Thanks, Anand

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
Thats exactly what I have. Here is the server.xml configuration - Cheers- Anand On Mon, Dec 1, 2008 at 1:42 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Anan

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
wrote: > > From: Anand HS [mailto:[EMAIL PROTECTED] > > Subject: Re: What exactly happens when I configure a different host > > > > Thats exactly what I have. > > Good. > > > > > > directory="\\10.168.48.254 > \web_app_logs\QA1\Logs\SDQA1-WEB\TO

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
Thanks, Anand On Mon, Dec 1, 2008 at 5:42 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Anand HS [mailto:[EMAIL PROTECTED] > > Subject: Re: What exactly happens when I configure a different host > > > > java.lang.ClassNotFoundException: > > com

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
harles R < [EMAIL PROTECTED]> wrote: > > From: Anand HS [mailto:[EMAIL PROTECTED] > > Subject: Re: What exactly happens when I configure a different host > > > > The thing is this servlet is not present at all. > > Have you modified conf/web.xml at all? > &g

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
;, it does NOT throw any error about missing class file. But when i start with the host name = "blahblah" it throws the error. The question is why did not throw in the first case and why did it throw in the second. ? Thanks, Anand On Mon, Dec 1, 2008 at 8:00 PM, Caldarale, Charles

Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
Yes. I changed the Name and defaultHost back to localhost and the error vanishes. However, it re appears when I give a different name than localhost. On Mon, Dec 1, 2008 at 10:14 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Anand HS [mailto:[EMAIL PROTECTED] >

Re: What exactly happens when I configure a different host

2008-12-03 Thread Anand HS
Whew.. that was a problem alright.. Does that mean when we change the , we have to have a handler added in logging.properties as well. ? I see there are already defined for applications packaged with tomcat like manager and host-manager. Thanks, Anand On Wed, Dec 3, 2008 at 7:54 AM, Caldarale

Re: What exactly happens when I configure a different host

2008-12-04 Thread Anand HS
/addresses as the Name. The 3 web apps are required to be running 80 all the time and also have to have a root context all the time too. I basically did this as this was a simple solution. However, I am interested in seeing alternatives for this approach. Thanks, Anand On Thu, Dec 4, 2008 at 12:13 AM

Configuring alternate host and port on Tomcat server - newbie question

2009-01-22 Thread Shyam Anand
Hi, I'm running Tomcat 5.5 on a Solaris(SunOS 5.10 )box. I have a couple of instances of Tomcat web servers running on the same machine - the first one uses the primary IP/localhost and port 443, and I would like to configure the second instance to work with a secondary IP/alternate host and por

{Solved}: Configuring alternate host and port on Tomcat server - newbie question

2009-01-26 Thread Shyam Anand
t; <> > Date: Thursday, January 22, 2009, 5:13 PM > > From: Shyam Anand [mailto:struts_new...@yahoo.com] > > Subject: Configuring alternate host and port on Tomcat > server > > - newbie question > > > > I would like to configure the second instance > > t

A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
? Thanks, Anand

Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
that when i try to load any xsl through http on my browser, no redirection to https happens. But it doesnt seem to be happening. Is my configuraiton missing something. ? BTW, i use tomcat 6.0.18. Thanks, Anand On Fri, Feb 6, 2009 at 11:31 AM, Caldarale, Charles R < chuck.caldar...@unisys.

Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
I think I was doing a mistake in the url-pattern. giving the correct URL pattern did the trick. Thanks for the tip on transport-guarantee Chuck. Thanks, Anand On Fri, Feb 6, 2009 at 12:11 PM, Anand HS wrote: > Hi, Thanks for the info about the transport-guarantee. > I did try to use it

A question about redirecton from users.mydomain.com to mydomain.com/users

2009-03-03 Thread Anand HS
t to solve this using tomcat only if it can solve the problem. Thanks, Anand

Re: A question about redirecton from users.mydomain.com to mydomain.com/users

2009-03-03 Thread Anand HS
downloading and will do a complete read up on URLRewriter, could you give me quick heads up based on your experience of this tool, if it handles HTTP Post request and does it preserve my parameters. ? Thanks, Anand On Tue, Mar 3, 2009 at 5:18 PM, André Warnier wrote: > Tim Funk wrote: > >

Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
the loader folder. ? In that case, is there a way to tell tomcat not to clean it up. ? Thanks, Anand

Re: Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
On Mon, Feb 1, 2010 at 2:23 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Anand HS [mailto:anan...@gmail.com] > > Subject: Tomcat cleaning up work folder by itself > > > > 1. I have a exploded war file inside a folder abc-web and my > &g

Re: Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
dar...@unisys.com> wrote: > > From: Anand HS [mailto:anan...@gmail.com] > > Subject: Re: Tomcat cleaning up work folder by itself > > > > My context is located under /conf/Catalina/ > > abc-web/ROOT.xml > > In which case the docBase attribute is not allowed, unless

Re: Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
e under work folder being deleted. ) . Am i Close. ? Thanks, Anand On Mon, Feb 1, 2010 at 3:28 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Anand HS [mailto:anan...@gmail.com] > > Subject: Re: Tomcat cleaning up work folder by itself > > >

More details required about using cacheMaxSize and cachingAllowed

2010-02-01 Thread Anand HS
cache. Also , what happens if the size of static data exceed the cacheMaxSize. ? will they be deleted automatically by tomcat. ? Thanks, Anand

catalina - when to use "start" and "run"

2009-10-15 Thread Anand HS
an this is there any obvious difference in using one or the other. ? Primarily, I want to know when to go for which one. thanks, Anand

How to make Deployed WebApps read-write enabled

2009-03-23 Thread Anand HS
webapp. Is there any setting in tomcat that will reset readonly permissions for deployed web aplications. ? Thanks, Anand

Set up multiple Tomcat Services with Shared tomcat

2011-07-13 Thread Anand HS
Hi, I have a set up where there are multiple catalina bases. All share a single tomcat parent. In this set up, can i still set up tomcat as service such that there is one service for each base. ? I am using the Tomcat 7.0.16 if thats important. Thanks, Anand

Re: Set up multiple Tomcat Services with Shared tomcat

2011-07-13 Thread Anand HS
Thanks Mark and Konstantin for tips. On Wed, Jul 13, 2011 at 5:16 PM, Konstantin Kolinko wrote: > 2011/7/14 Mark Thomas : > > On 13/07/2011 22:46, Anand HS wrote: > >> Hi, > >> I have a set up where there are multiple catalina bases. All share a > single > >

Installing auto updates for my webapp hosted on Tomcat

2010-04-20 Thread Anand HS
ny support tomcat provides out of the box. Thanks, Anand

Optimal Settings to use Tomcat as a HTTP File Server

2011-06-09 Thread Anand HS
Hi, We plan to use tomcat to let users download static content ( media, executables etc.. ). I was curious to know if any one has attempted it before and if so, the settings that we need to make to tomcat configurations to make it optimally serve static content. Thanks, Anand

Re: Optimal Settings to use Tomcat as a HTTP File Server

2011-06-09 Thread Anand HS
Thanks Charles and Sriram for your inputs. Since my requirement is to just serve static content, I will consider apache httpd for it. Thanks.! Anand On Thu, Jun 9, 2011 at 10:48 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Caldarale, Charles R > > Su

Set Java VM arguments programmatically in Tomcat

2011-06-30 Thread Anand HS
these without changing or introducing batch files. Thanks, Anand

Re: Set Java VM arguments programmatically in Tomcat

2011-06-30 Thread Anand HS
Tomcat to achieve it. That said, I'm not sure if it is a recommended way to do it even since I was trying to just explore if batch files are the only options for me to feed in environment variables to Tomcat and Java. Thanks, Anand On Thu, Jun 30, 2011 at 12:04 PM, Caldarale, Char

Tomcat 11 mutlipart strict configuration problem

2024-12-16 Thread anand raj
Hi all, In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart feature.Also an inbound filter in front reading request.getparamater fails with "unable to process parts as no multi-part configuration has been provided." In Tomcat 11 it fails. In Tomcat 10 same setup works continu

Re: Tomcat 11 mutlipart strict configuration problem

2024-12-17 Thread anand raj
> Mark, > > On 12/16/24 5:52 AM, Mark Thomas wrote: > > On 16/12/2024 10:10, anand raj wrote: > >> Hi all, > >> > >> In Tomcat 11 a jersey Api multipart-formdata is registered with > Multipart > >> feature.Also an inbound filter in front reading reques

Tomcat 10 usage and necessity of --add-opens

2025-01-23 Thread anand raj
Hi all, In Tomcat 10 there is --add-opens added default and does this mean Tomcat required to access these .Also document information on what all are accessed which requires these will be helpful. Thanks, ANANDARAJ N

Re: Tomcat 10 usage and necessity of --add-opens

2025-01-24 Thread anand raj
Hi all, is memory leak detection not optional ? Also does adding --add-opens pose any security risk or concern ? On Thu, 23 Jan, 2025, 8:25 pm Mark Thomas, wrote: > On 23/01/2025 14:42, anand raj wrote: > > Hi all, > > > > In Tomcat 10 there is --add-opens added defau

How to Disable TRACE and DELETE methods in tomcat 6.x

2008-01-31 Thread Anand Kumar Singh
Hi, Can anyone suggest me How to Disable TRACE and DELETE methods in tomcat 6.x? For security reason i want to - Disable TRACE and DELETE methods - Disable 8005 Port on Tomcat instance. Users can shutdown tomcat from that port. - Anand Singh

Configuring worker MPM for Tomcat

2009-07-20 Thread Anand Kumar Prabhakar
Could anyone please explain how to configure worker MPM for Tomcat, I'm using Tomcat 6.0.20 version. -- View this message in context: http://www.nabble.com/Configuring-worker-MPM-for-Tomcat-tp24582105p24582105.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Re: Configuring worker MPM for Tomcat

2009-07-21 Thread Anand Kumar Prabhakar
Thank you for the reply. I'm going to use the worket MPM for the first time. And the server for which i'm trying to achieve it is in Tomcat. So it will helpful if the steps to configure the worker MPM. If i'm using Tomcat is this not possible? Anand Kumar Prabhakar wrote: &g

Re: Configuring worker MPM for Tomcat

2009-07-21 Thread Anand Kumar Prabhakar
I'm trying to configure worker MPM for the first time. So i need the steps to configure them. Can't we implement worker MPM in tomcat server? -- View this message in context: http://www.nabble.com/Configuring-worker-MPM-for-Tomcat-tp24582105p24584637.html Sent from the Tomcat - User mailing lis

Tomcat issue (Solaris 10)

2011-09-07 Thread Anand, Amit (Contractor)
6.0.29 as of now, it will have the fix? I do not know if this is the appropriate place to ask but would appreciate any help or guidance. Thank you Amit Anand Federal Trade Commission Sr. Unix Engineer (Contractor) 202-326-2394 --