Re: [OT] [Fwd: TomEE Professional Support]

2013-11-14 Thread Pid
On 13/11/2013 14:53, Gurkan Erdogdu wrote: > > Hello all, > When an Apache project founder[1] starts spamming the Apache community, > Sorry but how could you say "spamming the Apache Community"? without knowing > me and how I have been contributing to the Apache community and projects? It

Re: Embedding Tomcat

2013-10-26 Thread Pid
On 25/10/2013 06:22, Olivier Lamy wrote: > On 23 October 2013 08:58, Pïd stèr wrote: >> Hello, >> >> To scratch an itch I've been working on an alternative means to embed >> Tomcat: >> >> https://github.com/pidster-dot-org/embed-apache-tomcat >> >> There's a core utility for embedding Tomcat[1] a

Re: Making sure I understand application startup order correctly

2013-05-29 Thread Pid
On 29/05/2013 00:24, Nick Williams wrote: > Guys, > > Can some of the fine experts on this list double check my assertions below > and let me know if I'm going wrong anywhere? I hope I got it all right. :-) > > Assertion #1 > If metadata-complete="true" is present in the deployment descriptor: >

Re: FW: Reg. Tomcat Support Cost

2013-05-29 Thread Pid
On 29/05/2013 12:44, Jailwal, Pawan (Genworth) wrote: > Hi Thanks, > > Can you tell me the support cost? Like what are all the support level & cost > accordingly? Either you can read the pages indicated, or you could pay me $1m a year for dedicated support for all levels to help you read the pa

Re: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-15 Thread Pid
On 15/04/2013 16:11, Mark Eggers wrote: > On 4/15/2013 3:19 AM, Pid wrote: >> On 15/04/2013 00:03, Christopher Schultz wrote: >>> Pid, >>> >>> On 4/12/13 1:54 PM, Pïd stèr wrote: >>>> On 11 Apr 2013, at 21:36, Christopher Schultz >>>> w

Re: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-15 Thread Pid
x27;m persisting in this point because I don't want other users to continue believing the fallacy that 'hiding' Tomcat behind Apache HTTPD alone improves their security. p > EJP > -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: Monday, 15 April 2

Re: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-15 Thread Pid
On 15/04/2013 03:51, Esmond Pitt wrote: > >>> I agree with your comment. Adding a second box for Tomcat only means I >>> also have to configure a firewall between them, whereas using >>> 127.0.0.x for Tomcat protects it completely. > >> No it doesn't! >> Obfuscation or indirection != security.

Re: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-15 Thread Pid
On 15/04/2013 00:03, Christopher Schultz wrote: > Pid, > > On 4/12/13 1:54 PM, Pïd stèr wrote: >> On 11 Apr 2013, at 21:36, Christopher Schultz >> wrote: >>> [...] though I would run Apache httpd and Tomcat on different >>> hosts, so localhost-bindi

Re: Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Pid
On 22/03/2013 15:02, Julien Martin wrote: > Hi Pid, > Is there any other config I need to add (for instance to log4j.properties) > in order for the logAbandoned logging to occur? Actually, you're right this is DBCP inside your app - so you might need to look in an app log if there

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-22 Thread Pid
On 22/03/2013 15:08, Julien Martin wrote: > You're right. I should set the result in another method/thread i.e. a post > method... > Is this related to the memory leaks? It might be worth simplifying the method while you debug the connection leak issue. p > J. > > 201

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-22 Thread Pid
On 22/03/2013 14:56, Julien Martin wrote: > Hi, > You mean if I set maxActive to 1? > J. > > 2013/3/22 Pid > >> On 22/03/2013 14:42, Julien Martin wrote: >>> @Chuck: thanks for the link. I have read it. Umm... the thing is I don't >>> close m

Re: Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Pid
On 22/03/2013 14:45, Julien Martin wrote: > Hello, > > I have enabled the *logAbandoned* property as follows (in Spring): > > > > > > I know for certain it is taken into account by Tomcat but *I just can't > figure out where the information is logged*. It will be logged to standard out, cata

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-22 Thread Pid
On 22/03/2013 14:42, Julien Martin wrote: > @Chuck: thanks for the link. I have read it. Umm... the thing is I don't > close my connection manually. I use Spring. Here is my configuration: > > destroy-method="close" id="dataSource"> > > > > > > > > > > > > > > > What happens if yo

Re: Upgrading Tomcat in the customer base

2013-03-20 Thread Pid
On 19/03/2013 19:24, Patrick Flaherty wrote: > Hi, > > We deploy tomcat in our own folder (c:\rsi_tc\tomcat) on a WIndows > machine as a service. We use the service.bat to install > as a service. Historically to update tomcat we would remove the current > version and install the new version. There

Re: Console when running as a service.

2013-03-11 Thread pid
On 11 Mar 2013, at 14:21, "André Warnier" wrote: > So if for some scenarios, it would be useful to use say MS-Word to > produce a PDF version of a document, it is not possible (or very difficult) > to trigger > this from Tomcat when running as a Service. Eek! Eek I say! p ---

Re: Changing tomcat connection pool size through jmx

2013-03-08 Thread pid
On 8 Mar 2013, at 03:00, Amit wrote: > I tried setting the 'maxActive' attribute by double clicking it and modifying > the value but the new value does not get set. That's the wrong attribute. That one is a read only attribute reporting the maximum number of connections that have been active at

Re: HTTP rejections and too many open files exception on tomcat

2013-02-18 Thread Pid
On 18/02/2013 17:05, Radha Krishnan D wrote: > Hi > > Am sorry, clicked submit by mistake > > The below is the actual problem > > > We are running into too many open files exception on our production tomcat > server for the last 2-3 days. > > We have max threads as 150 and acceptCount as 10

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Pid
On 12/02/2013 18:42, Cool Techi wrote: > I am not logging to database, these are my appenders, You posted the below in a previous message. It was in a single unintelligible line. Perhaps you could clarify what you intended to post and try again? org.apache.log4j.Category.callAppenders com.mysq

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Pid
On 12/02/2013 17:53, Cool Techi wrote: > > > > I am new to this, I have just installed YourKit and see a lot of threads > blocked,but currently my response are fine, the blocked thread are showing > the following > > Blocker Thread QuartzSchedular_Worker-6 native ID .. > > On clicking on the

Re: deploy application in new service in tomcat

2013-02-09 Thread Pid
On 07/02/2013 13:03, Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wrote: > Hi, > > I am creating a new service in tomcat (7.0.20) with service name > 'catalina_new' and appBase='webapps' by doing some changes in server.xml. > I am keeping the appBase same as that for default service '

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-09 Thread Pid
On 08/02/2013 15:05, Mark Thomas wrote: > On 08/02/2013 14:34, Caldarale, Charles R wrote: >>> From: dku...@ccilindia.co.in [mailto:dku...@ccilindia.co.in] >>> Subject: How to limit the number of renegotiations for a single TLS >>> / SSL connection >> >>> We are using - Tomcat Version - 6.0.18 >>

Re: Need to Specify keystorePass on Command Line

2013-02-08 Thread Pid
On 08/02/2013 16:11, Caldarale, Charles R wrote: >> From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] >> Subject: RE: Need to Specify keystorePass on Command Line > >> First, I cannot store the password ANYWHERE on the system, which is why >> it needs to be entered on the command line

Re: rolling deployments with tomcat clustering

2013-02-05 Thread Pid
On 05/02/2013 02:25, Zippy Zeppoli wrote: > Hello, > I have a tomcat 7 cluster which I want to do rolling deployments. > I am using FarmDeployer. I am wondering, what is the default behavior of > FarmDeployer, does it undeploy and deploy the new app all at once? > > Is there any way to modify this

Re: How to configure tomcat 6.0.36 in Windows 7 to deploy servlets

2013-01-27 Thread Pid
On 27/01/2013 16:25, Varuna Seneviratna wrote: > I extracted tomcat-6.0.36 zip file to c:\tomcat, now root of my tomcat > installation is c:\tomcat. I have set the CLASSPATH to > > ".;C:\tomcat\lib\servlet-api.jar;C:\Program Files\Java\jdk1.7.0_10" Don't do that. Tomcat configures the classpath

Re: WELCOME to users@tomcat.apache.org

2013-01-23 Thread pid
On 23 Jan 2013, at 02:52, DHARMENDRA SETHI wrote: Hi I just installed Eclipse (Version: Juno Service Release 1 Build id: 20120920-0800) and want to know the how to make Tomcat node show up in window - preferences. I know I am missing the plugin but am not sure which plugin to download? This wo

Re: War archive issue

2013-01-21 Thread pid
On 21 Jan 2013, at 05:42, "vicky007aggar...@yahoo.co.in" wrote: > Is this is an issue in tomcat that if we > Deploy an archive file having hypen(-) , then the tomcat creates multiple > directories while deploying it eg:- if the war file name is demo-rest.war > then tomcat creates two > Director

Re: Capacity Planning Turk's Formula

2013-01-17 Thread Pid
On 17/01/2013 18:08, yogesh hingmire wrote: > Folks, > >> I was reading this article by Mladen Turk from the FAQ section on TomCat >> Performance & Capacity Planning >> >> http://people.apache.org/~mturk/docs/article/ftwai.html >> >> It says, >> >> “To get most out of Tomcat you should limit the n

Re: docBase

2013-01-16 Thread Pid
On 16/01/2013 21:17, Leo Donahue - RDSA IT wrote: >> -Original Message- >> From: Pid [mailto:p...@pidster.com] >> Subject: Re: docBase >> >> On 11/01/2013 20:24, Leo Donahue - RDSA IT wrote: >>> Tomcat 7.0.34 >>> Java 1.6.0_35 >>> &g

Re: docBase

2013-01-16 Thread Pid
On 11/01/2013 20:24, Leo Donahue - RDSA IT wrote: > Tomcat 7.0.34 > Java 1.6.0_35 > > Can the document base of a context be an administrative share? Yes. But I would not encourage it. 2nd only to NFS for causing random errors. Unless you have a massive number of images totalling large amounts

Re: Tomcat vs IIS download speed - configuration suggestions?

2013-01-11 Thread Pid *
On 10 Jan 2013, at 20:20, Daniel Mikusa wrote: > On Jan 10, 2013, at 3:10 PM, Linoma DevTeam wrote: > >> Thank you everyone for the responses/suggestions. >> >> I did ensure that those were the same during the tests, but had removed >> that from the server.xml before sending. Both servers had neg

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Pid
On 04/01/2013 20:34, Christopher Schultz wrote: > Pascal, > > On 1/3/13 12:49 PM, Davoust, Pascal wrote: >> I'm using the tomcat jdbc connection pool (7.0.34) to connect >> against a PostgreSQL database (version 8.4 - jdbc driver 9.0.801) >> and I'm having a potentially dodgy situation with the va

Re: Secure AJP load balancing problem

2013-01-04 Thread Pid
On 03/01/2013 21:52, Igor Cicimov wrote: > On 04/01/2013 2:25 AM, "Arunkumar Janarthanan" > wrote: >> >> Thanks Mark, I am working on parallely setting up another environment with >> Tomcat 6.x, however to clear an urgent audit I need to show the Apache >> connector uses secure protocol to exchang

Re: worker not marked as in error when shutdown with ping mode enabled

2013-01-04 Thread Pid
On 04/01/2013 20:08, Christopher Schultz wrote: > On 1/3/13 10:54 AM, John Rellis wrote: >> > I am using apache 2.2.3 and mod_jk as a load balancer for two >> > tomcat 7 instances over AJP 1.3. > Which exact version of mod_jk are you using? I'm guessing you are > stuck on httpd 2.2.3 because of you

Re: (OT) Hibernate question

2013-01-04 Thread Pid *
On 3 Jan 2013, at 23:04, Martin Gainty wrote: > Martin > __ If computers were self-aware > they would'nt need human beingsAuthor Unknown Indeed. - To unsubscribe, e-mail: users-

Re: Remove apache tomcat default home page

2013-01-04 Thread Pid *
On 4 Jan 2013, at 04:39, ana kando wrote: > Hi all, > > I just installed a software that bundled with apache tomcat. I successfully > installed the software and can run the software at > http://localhost:8080/myapps/ > > However, when i remove /myapps from browser, it will go directly to apache

Re: "No print service found" error on Apache Tomcat 6.0.35 running on FreeBSD using CUPS when trying to print via Jasper.

2012-12-31 Thread Pid *
On 31 Dec 2012, at 08:05, Cahir King wrote: > Hello all, > > I am running a web application (OpenVPMS) on Tomcat 6.0.35 on a FreeBSD 9.0 > server. The webapp has a Mysql database backend. I have installed CUPS and > have several printers on the local network (mainly HP). The JVM is openjdk >

Re: some clarification about context.

2012-12-30 Thread Pid *
On 29 Dec 2012, at 13:21, Mauro wrote: > On 29 December 2012 13:04, Konstantin Kolinko wrote: >> 2012/12/29 Mauro : >>> Hello. >>> I've various web applications running under tomcat6. >> >> Which one of many 6.0.x versions? > > 6.0.35 > >> >>> One of those use jndi, say the name of webapp is my_

Re: Odd behavior observed on Eclipse's tomcat: added webapp silently ignored...

2012-12-17 Thread Pid *
On 16 Dec 2012, at 22:03, Julien Martin wrote: > Hello, > > After adding a webapp (war) to my Eclipse's Tomcat (7.0.34), I > unfortunately noticed that tomcat does add it to the server but doesn't > attempt to deploy it!! > > The only suspicious log was the following one: > > *ATTENTION: [SetProp

Re: Tomcat 6.0 - http client

2012-12-14 Thread Pid
On 14/12/2012 11:03, vicky007aggar...@yahoo.co.in wrote: > Hello Guys, > > I am facing response latency issue when i am invoking the web service call ( > deployed on tomcat 6.x) from an http client. > > Can some body please share /let me know what are recommended configuration > settings which

Re: Tomcat uses only a single Core

2012-12-13 Thread Pid
On 13/12/2012 19:44, spr...@gmx.eu wrote: > Hi, > > I have an application running on Tomcat 7 on a 8-Core Linux 64 bit System. > > Unfortunately it uses only a single core. I have googled alot about this > fact but did not found a solution, even not a clear reason for it. > > What can be the pro

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Pid *
On 9 Dec 2012, at 16:58, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pid, > > On 12/9/12 4:31 AM, Pid * wrote: >> On 8 Dec 2012, at 20:57, "vicky007aggar...@yahoo.co.in" >> wrote: >> >>> Thanks Mark

Re: Tomcat 6.0 CLASSPATH query

2012-12-09 Thread Pid *
t;> will include that in the build of the WAR file when you do an >>> "export". >>> >>> Then, just do the following in your code to reference the resource. >>> >>> InputStream in = >>> this.getClass().getClassLoader().getResour

Re: Z/OS CICS Support

2012-12-08 Thread Pid *
On 6 Dec 2012, at 15:33, Shaik Jani - Cincinnati-AMIG wrote: > What I meant was can we access mainframe resources in Tomcat? Depending on how those resources are really exposed, the usual answer is yes. Sometimes those resources are really exposed using web services or JMS queues, in which case

Re: Tomcat 6.0 CLASSPATH query

2012-12-08 Thread Pid *
On 8 Dec 2012, at 03:29, "vicky007aggar...@yahoo.co.in" wrote: > Application is deployed under tomcat webapps directory . It tries to refer to > application specific properties file from tomcat classpath, for that we > copied it under tomcat bin directory. > > My query is that does this is the

Re: Tomcat users

2012-12-08 Thread Pid *
On 8 Dec 2012, at 11:00, Raf Roger wrote: > Hi, > > Where can i find a very good documentation or tutorial/video about users > and roles for tomcat 7.x ? > i'm new and i must say i'm a little bit confused :( > thx > > -- > Alain > --- > Wind

Re: Suggestion for improving Tomcat startup performance...

2012-12-05 Thread Pid
On 05/12/2012 01:05, Tony Anecito wrote: > Also, if there is some other email group I should be using for technical > questions about use of Tomcat please let me know. No, this is it. p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Pid
On 03/12/2012 15:31, Christopher Schultz wrote: > Pid, > > On 12/3/12 3:35 AM, Pid * wrote: >> On 3 Dec 2012, at 05:43, Weixiang >> wrote: > >>> Thank you, after I changed 'java.lang.Thread#MAX_PRIORITY' to >>> integer '10&

Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Pid *
On 3 Dec 2012, at 05:43, Weixiang wrote: > Thank you, after I changed 'java.lang.Thread#MAX_PRIORITY' to integer '10', > the warning disappeared in tomcat 7. > > But I user 'java.lang.Thread#MAX_PRIORITY' in tomcat 6.0.35 and there's no > any warning. > > So I was wondering whether the tomcat 6

Re: Veritas Clustering for Tomcat

2012-12-03 Thread Pid *
On 3 Dec 2012, at 06:53, "Sameera, Shaakunthala" wrote: > Hi Pid, > > Please see my responses in-line below. > > Thanks! > -- Shaakunthala > > -----Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: Friday, November 30, 2012 5:17 PM > T

Re: tomcat 7 udp connector

2012-12-01 Thread Pid
info? > Probably the tomcat dev ml is more appropriate. Ahh, the dismissal. Bueno. p > Am 01.12.2012 21:50 schrieb "Pid" : > >> On 01/12/2012 17:22, Mark Eggers wrote: >>> On 12/1/2012 5:16 AM, Jost Boekemeier wrote: >>>> Hello, >>>

Re: tomcat 7 udp connector

2012-12-01 Thread Pid
On 01/12/2012 17:22, Mark Eggers wrote: > On 12/1/2012 5:16 AM, Jost Boekemeier wrote: >> Hello, >> >> I am developing a JEE web application which has to handle HTTP, TCP >> and UDP connections. >> >> Can Tomcat >= 7 handle raw TCP and UDP connections? Are there >> extensions (connectors?) availabl

Re: Error page messages

2012-11-30 Thread Pid
On 30/11/2012 22:09, Leo Donahue - RDSA IT wrote: >> -Original Message- >> From: Pid [mailto:p...@pidster.com] >> Sent: Friday, November 30, 2012 3:04 PM >> To: Tomcat Users List >> Subject: Re: Error page messages >> >> On 30/11/2012 21:00,

Re: Error page messages

2012-11-30 Thread Pid
On 30/11/2012 21:00, Leo Donahue - RDSA IT wrote: > Are there standardized server responses that one should expect to see when > dealing with java.lang, javax.servlet and javax.faces exceptions that should > be displayed to the client? You mean status codes or error pages? If an exception isn't

Re: Veritas Clustering for Tomcat

2012-11-30 Thread Pid
On 30/11/2012 06:36, Sameera, Shaakunthala wrote: > Hi, > > Is there a Veritas clustering agent available for Tomcat? A what? What does it do? > As per the following page, currently there's no agent available. > https://sort.symantec.com/agents Symantec want me to accept some kind of license

Re: Upgrading from Apache Tomcat 7.0.22 to 7.0.32

2012-11-24 Thread Pid
On 23/11/2012 11:50, Aditi Sinha wrote: > Hi, > > What is the best way to upgrade from Tomcat version 7.0.22 to 7.0.32? > I have gone through the link http://tomcat.apache.org/migration.html but not > sure what steps should be followed for upgrade. > We are installing Tomcat using the zip way. In

Re: two questions about websocket in tomcat7.0.30

2012-11-23 Thread Pid *
On 23 Nov 2012, at 03:06, "zane_zh...@wistronits.com" wrote: > Dears, > My PC environment are windows XP professional Version 2002 Service Pack 3, > JDK1.6, Tomcat7.0.30. > my Java web project is an internet online chat-room based on websocket. I run > the local-host service in Tomcat and then

Re: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Pid
On 22/11/2012 16:29, Mark Thomas wrote: > On 22/11/2012 15:39, Sekar, Vasanth wrote: >> That's the standard version that we have inside our environment for Prod >> move at this point. >> Tomcat 7.0.8 build is underway but not in our Prod environment yet. So, for >> now >> I have to use the curren

Re: Need help to understand CVE-2007-0450

2012-11-22 Thread Pid
On 22/11/2012 09:52, Aditi Sinha wrote: > Hi Andre, > > Agree with your points. > > Just wanted to know more about “Directory Traversal Attack". > Can it lead to access of directories outside Tomcat/webapps folder also For the last time, this is in all probability a false positive due to a crap

Re: Need help to understand CVE-2007-0450

2012-11-22 Thread Pid *
On 22 Nov 2012, at 07:34, Aditi Sinha wrote: > Hi Mark, Chuck, > > Thanks for the explanation. > > On checking found that, below system properties are set to true by our > application for a requirement. > org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH: > true > > org.apac

Re: Tomcat 6.0.18 Caching Question

2012-11-22 Thread Pid *
On 22 Nov 2012, at 07:15, "Sekar, Vasanth" wrote: > Hello- > I am working on a project where we are migrating a web app from JRUN 4.0 > to Tomcat 6.0 and facing some sort of caching problem with one of the > functionality. You refer to Tomcat 6.0.18 in the subject, why would you 'upgrade' to a r

Re: Apache Tomcat upgrade from 6.0.20 to 6.0.36

2012-11-22 Thread Pid *
Read the Tomcat docs for installation and install a new Tomcat alongside the old one. Compare the configuration, adjust the new one as required and as per the docs. NB don't blindly copy old config files. Stop the old one. Start the new one. Deploy your app to it. p On 22 Nov 2012, at 08:10

Re: Need help to understand CVE-2007-0450

2012-11-21 Thread Pid *
On 21 Nov 2012, at 14:59, "André Warnier" wrote: > Caldarale, Charles R wrote: >>> From: Aditi Sinha [mailto:adisinha0...@gmail.com] Subject: Need help to >>> understand CVE-2007-0450 >>> We have a web server hosted on Tomcat 7.0.22. >>> The tool was able to access the Tomcat manager application

Re: TC 6.0.2*: Dynamically-compiled jsps/tags not being loaded

2012-11-20 Thread Pid *
that Git/timestamps > are a red herring; my problem seems to be that the compilation occurs > correctly, but that the classes are sometimes not loaded into the > classloader. Also, when this error happens, restarting Tomcat -- without > changing the contents of "/webapp/[name

Re: TC 6.0.2*: Dynamically-compiled jsps/tags not being loaded

2012-11-20 Thread Pid *
he/jsp/tag/web/about_tag.class" > gets re-created, but I still get the above error. > > So, Tomcat appears to be compiling the JSP fine, but that compiled JSP does > not appear to be making it into the classloader? > > -- Jim > > > On 11/20/12 2:34 PM, Pid * wrote:

Re: TC 6.0.2*: Dynamically-compiled jsps/tags not being loaded

2012-11-20 Thread Pid *
ars out "/work" before deploying > a new branch, and also my own experience wherein I watched Tomcat re-compile > the .tag file into the "/work" directory, yet still claim the tag's class > "cannot be resolved." > > But to clarify: no part of T

Re: Tomcat ROOT webapp homepage

2012-11-20 Thread Pid
On 15/11/2012 21:33, Leo Donahue - RDSA IT wrote: >>> -Original Message- >>> From: Pid * [mailto:p...@pidster.com] >>> Sent: Thursday, November 15, 2012 2:25 PM >>> Subject: Re: Tomcat ROOT webapp homepage >>> >>> On 15 Nov 2012, at

Re: TC 6.0.2*: Dynamically-compiled jsps/tags not being loaded

2012-11-19 Thread Pid *
On 19 Nov 2012, at 23:58, Jim wrote: > Hello! > > My team has been having an issue wherein our application occasionally fails > to start up because Tomcat claims it can't find find a dynamically-created > classfile. This doesn't happen all the time, and restarting Tomcat (albeit > more than o

Re: Tomcat ROOT webapp homepage

2012-11-15 Thread Pid *
On 15 Nov 2012, at 18:06, Leo Donahue - RDSA IT wrote: > Who designed the Tomcat ROOT webapp homepage? Which version? 7.0 = me. > Was it just notepad as the design tool? Not notepad, why? p > Leo - To unsubscribe, e-mail:

Re: Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down 5 seconds after started

2012-11-11 Thread Pid *
if Tomcat is initiated by >> startup.bat, it does not use tomcat.exe; you will instead see java.exe in >> the process list. The tomcat.exe program is used only when Tomcat is >> running as a service. You can't run Tomcat as both as service and from a >> batch sc

Re: Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down 5 seconds after started

2012-11-11 Thread Pid
On 11/11/2012 19:06, Camilo Diaz wrote: > Hello: > > Recently I'm having an issue with Tomcat. 5 seconds after I started the > service it shuts down automatically. I do not see any error in the logs and > I already checked many things that may interrupt the correct behavior of > Tomcat such as the

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-11 Thread Pid
On 10/11/2012 04:52, Asankha C. Perera wrote: > Hi Chris >> processing 1 connection through completion >> (there are 99 others still running), re-binding, accepting a single >> connection into the application plus 100 others into the backlog, then >> choking again and dropping 100 connections,

Re: rotation of catalina.out on restart but no truncation

2012-11-09 Thread Pid
On 09/11/2012 06:40, Meik Suchlich wrote: > Hi, > > we've got an effekt on catalina.out. > We don't use hot deployment. Instead we stop and start our tomcat for > installing new Version. > The restart causes rotation of catalina.out, but does not truncate. > How can we solve this? You could star

Re: Tomcat Components

2012-11-09 Thread Pid
On 09/11/2012 08:17, Casper Wandahl Schmidt wrote: > > Den 08-11-2012 23:54, Christopher Schultz skrev: > Ram, > > On 11/8/12 12:06 PM, Ram Laxman wrote: I want to know what are components of Tomcat 7? > Well, first you've got yourself a "T". That's the most important, > which makes sense, b

Re: Specify order in which war files are deployed under tomcat

2012-11-08 Thread Pid
On 07/11/2012 21:32, Jose H. Martinez wrote: > Hello, > > I am running two applications under tomcat. One application is a web > service and the other is a web app that depends on the web service to be > started first before it can be initialized. The problem I am having is that > the web app is s

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-08 Thread Pid
On 08/11/2012 15:03, Asankha C. Perera wrote: > Hi Mark what happens if some other process grabs the port in the meantime: what is Tomcat supposed to do then? >>> In reality I do not know of a single client production deployment that >>> would allocate the same port to possibly conflictin

Re: Tomcat Components

2012-11-08 Thread Pid
On 08/11/2012 17:06, Ram Laxman wrote: > Hi, > > I want to know what are components of Tomcat 7? > > As mentioned in wiki , tomcat 4 has Catalina,Coyote and Jasper components!!! > > But as I searched through the tomcat change notes I have observed several > others > > such as Cluster, Web

Re: CSRF on multiple tomcat instances

2012-11-07 Thread Pid
On 06/11/2012 03:59, Christopher Schultz wrote: > Wilfred, > > On 11/5/12 4:08 AM, Wilfred Duizers wrote: >> When a user clicks a link in the webapplication running on Tomcat >> instance 1 (portal) an application running on Tomcat instance 2 is >> opened. Is it possible to send the nonce with th

Re: Mystery migrating from tomcat 6 to 7

2012-11-07 Thread Pid
On 02/11/2012 19:27, Fred Toth wrote: > signature.asc Description: OpenPGP digital signature

Re: About deciding the lifetime of project module

2012-11-07 Thread Pid *
On 7 Nov 2012, at 13:20, Ram Laxman wrote: > Hi there, > >I want to ask that how to decide lifetime of project module in Tomcat?? Can you explain what you mean by lifetime? When you say 'project module' do you mean a Web Application as described in the Servlet Specification, or something el

Re: AW: AW: AW: AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Pid
On 05/11/2012 15:27, Altmeier, Christian wrote: > Yes I think so: > > Session Id Guessed Locale Guessed User name Creation Time Last > Accessed Time Used Time Inactive Time TTL > 9B33CA0CA59049557CEA6B4938FA98DB2012-11-02 12:42:38 > 2012-11-

Re: CSRF on multiple tomcat instances

2012-11-05 Thread Pid *
On 2 Nov 2012, at 14:23, Wilfred Duizers wrote: > Hello, > > I am running 2 Tomcat instances on 1 server. So far nothing special :-) > Both: > Apache Tomcat/7.0.25 > JVM 1.6.0_20-b02 > > When a user clicks a link in the webapplication running on Tomcat instance 1 > (portal) an application runnin

Re: redirects https only for one app

2012-10-30 Thread Pid
in. A .war is a special type of .jar - so you can use the JDK 'jar' command to operate on it. p > On 10/30/2012 3:45 PM, Pid wrote: >> On 30/10/2012 13:29, Ted Smith wrote: >>> None of these alternatives is suitable for my situation. >> Why? >> >> >&g

Re: redirects https only for one app

2012-10-30 Thread Pid
On 30/10/2012 13:29, Ted Smith wrote: > None of these alternatives is suitable for my situation. Why? p > I wonder since tomcat knows the contextname for each app, if it is > possible to have a context specific web.xml > in the conf file in addition to the one for all web.xml, such as > w

Re: redirects https only for one app

2012-10-30 Thread Pid
On 29/10/2012 23:28, Ted Smith wrote: > Hello: > > I have several web apps (war files) under single host and webapps dir. That's nice. Tomcat version? Java version, OS ver... oh well. > I need to force HTTPS only for one of them and leave others unchanged. > config web.xml does not work as it a

Re: Document root element "web-app", must match DOCTYPE root "null-- Error

2012-10-30 Thread Pid
On 30/10/2012 02:51, MOHAMMAD SULAIMAN wrote: > Thanks chris for revert. > > Installing a new software requires certain approvals and as it already has > some application running on it, we haven't upgraded it. > > Is there any way to resolve this issue ?? Yes. Don't upload directly to webapps,

Re: Tomcat Linux/Windows Performance Question

2012-10-29 Thread Pid
> Thank you, This is very completed answer and I found it really useful, and > hopeful! > Application is under heavy developing, app has some page ( I call it page, > I don't know java or serverlet) with very high latency occurs for now, some > times we got out of memory error message. > This is t

Re: Tomcat Linux/Windows Performance Question

2012-10-28 Thread Pid *
On 28 Oct 2012, at 11:39, Ashkan Rahmani wrote: > Hi, > Now I have a windows 2003 server and a Tomcat 6.x on it. > Our application has many many parts and it's very big. > > Actually we are not happy with tomcat performance, (We are working very > hard on developing that software and improving >

Re: Tomcat 7 manager quirk?

2012-10-27 Thread Pid
On 27/10/2012 04:45, Caldarale, Charles R wrote: >> From: Josh Gooding [mailto:josh.good...@gmail.com] >> Subject: Tomcat 7 manager quirk? > >> Is there a way that I can get tomcat to NOT start auto-deploying >> immediately when the manager is invoked with a deploy / update command? > >> When I

Re: SSL BIO/NIO setup with openssl CA puzzle

2012-10-26 Thread Pid
On 26/10/2012 13:53, Martin Gainty wrote: > > Hi Dan > > if you reference this simple test.jsp does every version of every browser > accept the cert as CA cert and properly installs your certificate? > > <%@ page contentType="text/html"%> > > > > http://DanMachine:8080/Danwebapp/Dan

Re: Tomcat 6.0 - JNDI resource caching over virtual hosts

2012-10-23 Thread Pid
On 23/10/2012 21:54, Christopher Schultz wrote: > Pid, > > On 10/23/12 3:00 PM, Pid wrote: >> On 23/10/2012 16:55, Jan Kostelansky wrote: >>> I am using Tomcat 6.0.18 deployed as web service on Windows XP >>> SP3. >>> >>> >>> >>

Re: any servlets to implement sort of a google-play-like functionality for android and other types of mobile devices?

2012-10-23 Thread Pid
On 23/10/2012 21:14, Albretch Mueller wrote: >> Using Java Web Start does not require any Java on the backend >> whatsoever. You can serve a Java Web Start app from a vanilla IIS with >> no dynamic content at all. So, Tomcat itself has really nothing to do >> with it all. > ~ > Not quite. The JNLP

Re: any servlets to implement sort of a google-play-like functionality for android and other types of mobile devices?

2012-10-23 Thread Pid
On 23/10/2012 20:13, David kerber wrote: > On 10/23/2012 2:58 PM, Pid wrote: >> On 23/10/2012 12:28, David kerber wrote: >>> On 10/23/2012 4:39 AM, Albretch Mueller wrote: >>>>> Unless you are talking about setting up some kind of "app store" and >&g

Re: Tomcat 6.0 - JNDI resource caching over virtual hosts

2012-10-23 Thread Pid
On 23/10/2012 16:55, Jan Kostelansky wrote: > I am using Tomcat 6.0.18 deployed as web service on Windows XP SP3. > > > > I created additional Host element in conf/server.xml, so I have two > virtual hosts: localhost (default) and janko > > > > > > director

Re: any servlets to implement sort of a google-play-like functionality for android and other types of mobile devices?

2012-10-23 Thread Pid
On 23/10/2012 12:28, David kerber wrote: > On 10/23/2012 4:39 AM, Albretch Mueller wrote: >>> Unless you are talking about setting up some kind of "app store" and >>> using Tomcat to do that? but in such a case, the issue would not be >>> about Tomcat, but about creating an "app store webapp" runni

Re: Max Threads - Worker Threads clarification

2012-10-23 Thread Pid
On 23/10/2012 19:46, Charles Richard wrote: > With wc removed, it looked like the following: > > tcp0 0 127.0.0.1:8009 127.0.0.1:37744 > ESTABLISHED > tcp0 0 127.0.0.1:8009 127.0.0.1:36976 > ESTABLISHED > tcp0 0 127.0.0.1:8009

Re: tomcat question

2012-10-22 Thread Pid
On 22/10/2012 14:18, Wiley, Maxie wrote: > ALL, > > Is it possible to remove an installation of a compiler on a production web > server(tomcat)? If there is a way to remove the compiler or is it required in > order for the system to function properly. Could you please send me a > precise summ

Re: tomcat jdbc

2012-10-22 Thread Pid
e JMX info that's already exposed? VisualVM & JConsole are not monitoring tools, they just display the info that's already exposed. Strongly recommend you at least familiarise yourself with what's in the Tomcat MBeans before you proceed. p > On Fri, Oct 19, 2012 at 5:37 PM

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Pid
On 19/10/2012 20:50, Christopher Schultz wrote: > Steffen, > > On 10/19/12 7:13 AM, Steffen Schumacher wrote: >> It attempts to initialize a port to a local soap service, which has >> not yet been deployed - this is detected by the fact that a HTTP >> GET is made locally for the wsdl of said servi

Re: asking advice for tomcat 7 config

2012-10-19 Thread Pid
On 19/10/2012 08:43, Romain Van der Keilen wrote: > Hi Guys, > >> After that, I looked deeper into the database configuration, as I saw >> in the tests that non db relative actions were responding very fast >> (50ms for a 1000 users basis). I finally found an OracleDataSource in >> the Oracle D

Re: question about krb5.conf file

2012-10-19 Thread Pid
On 18/10/2012 21:15, Mead, Jen L wrote: > Hi, > > I am trying to get my AIX box configured to use Windows Authentication from > the tomcat server (web browser). I have been relying on the example that is > at > http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html#Tomcat_instance. >

  1   2   3   4   5   6   7   8   9   10   >