Re: Tomcat 7 documentation weaknesses

2012-01-26 Thread Pid
On 26/01/2012 00:59, David Kerber wrote: > On 1/25/2012 7:18 PM, André Warnier wrote: >> Hi. >> >> Please see this this as a "constructive critic", not as a complaint. >> >> The on-line documentation of Tomcat is not always easy-to-use, >> particularly when one is a relatively naive (or new) Tomcat

Re: Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-26 Thread Pid
act on the > number of threads and/or open files that you have to deal with, here. > >> the ulimit settings were increased from default 1024 to 4096 by >> our admin. not sure how he did that, but i see the count as 4096 >> when i do ulimit -a. > > Well, if your adm

Re: Redirecting apache http requests to tomcat application running on 8080

2012-01-26 Thread Pid
On 26/01/2012 04:56, Monika Solanki wrote: > I am using tomcat 7.x. I would like to redirect requests to a site on > apache, port 80 to one of my application running on tomcat, localhost:8080. Please tell us exactly which version of Tomcat (and anything else that's relevant, e.g. HTTPD), or we may

Re: parallel webapp initialization

2012-01-26 Thread Pid
On 26/01/2012 06:52, David Rees wrote: > On Wed, Jan 25, 2012 at 1:24 AM, Pid wrote: >> On 24/01/2012 21:01, David Rees wrote: >>> The system has 8 CPU cores, Opteron 2378 CPU. Going beyond 4 >>> startStopThreads for the host where the webapps are deployed doesn'

Re: Tomcat memory requirements

2012-01-25 Thread Pid
I would prefer to argue with some trusted article or official > information. > > This user list is the official Apache Tomcat project's users list, where > Tomcat users from the whole world come to report problems and get advice > and help. > Many of the people here answering

Re: not able to access URL in 2nd app in 7.0.23

2012-01-25 Thread Pid
a bug in Tomcat, or you're telling us something else and I don't know what that is. Can you reproduce the error using a clean & simple application config? p > --- On Wed, 1/25/12, Pid wrote: > >> From: Pid >> Subject: Re: not able to access URL in 2nd app in 7.0.

Re: Tomcat memory requirements

2012-01-25 Thread Pid
re not paying for you for the time you take to explain, just tell them it's normal & move on. p > thanks, again! > > -- > <http://www.reconcavo.org.br/> *CELSO DANTAS* > > *Pesquisa & Inovação > + 55 71 2101.4104 | skype: celsomdantas

Re: not able to access URL in 2nd app in 7.0.23

2012-01-25 Thread Pid
> --- On Wed, 1/25/12, removeps-c...@yahoo.com wrote: > >> From: removeps-c...@yahoo.com >> Subject: Re: not able to access URL in 2nd app in 7.0.23 >> To: "Tomcat Users List" >> Date: Wednesday, January 25, 2012, 9:10 AM >> Replies in place >> &

Re: Tomcat memory requirements

2012-01-25 Thread Pid *
On 25 Jan 2012, at 12:53, Mark Thomas wrote: > On 25/01/2012 11:45, Celso Magalhães Dantas Neto wrote: >> Hey everyone! >> >> Does anyone knows where I can find any information about Tomcat memory >> requirements? > > Tomcat needs less than 20MB to start up. Everything after that depends > on the

Re: parallel webapp initialization

2012-01-25 Thread Pid
On 24/01/2012 21:01, David Rees wrote: > On Mon, Jan 23, 2012 at 11:53 PM, Pid * wrote: >> On 23 Jan 2012, at 21:12, David Rees wrote: >>> On Tue, Oct 11, 2011 at 6:42 AM, Mark Thomas wrote: >>>> I have added a patch based on the previous patches that adds:

Re: not able to access URL in 2nd app in 7.0.23

2012-01-25 Thread Pid
On 25/01/2012 02:49, removeps-c...@yahoo.com wrote: > In my webapps folder there are two folders: ROOT, myapp. ROOT is the default > app. > > In myapp/WEB-INF/web.xml there is > > > MyServlet > package.MyServlet > 1 > > > MyServlet > /folder/action.do > > > When

Re: somebody please help me

2012-01-25 Thread Pid
On 25/01/2012 07:40, sri laxmi wrote: > Hi, > am installing tomcat6.0,for that i download tomcat6.0 and unzip in C driver, > and next i set the environment variables , > > and next > for starting apache tomcati used inthe following commands in the command > promt, > C:\>cdapache* > > > C:\apac

[OT] Re: Status of 'kitty' project (JMX CLI Client)

2012-01-24 Thread Pid
On 22/01/2012 18:28, Christopher Schultz wrote: > Pid, > > On 1/22/12 1:19 PM, Pid * wrote: >>> It's been "incubating" for some time, now. Is it cooked, yet? > >> It stalled for various reasons. I've got some code to commit > > I was able to

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-24 Thread Pid
On 24/01/2012 08:31, Oliver Due Billing wrote: > Ah no, I use intelliJ who does a restart after compile and everything just > stops. So... really what we need you to do is take a thread dump during the 'takes forever to restart' period... p > 2012/1/24 Pid > >>

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-24 Thread Pid
On 24/01/2012 07:35, Oliver Due Billing wrote: > Did a thread dump.. I have some locked threads and it just keeps going, any > smoking gun here? > > Oliver-Billings-MacBook-Pro:bin ob$ sudo jstack -l 18866 > 2012-01-24 08:26:03 > Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.4-b02-402 mix

Re: parallel webapp initialization

2012-01-23 Thread Pid *
On 23 Jan 2012, at 21:12, David Rees wrote: > On Tue, Oct 11, 2011 at 6:42 AM, Mark Thomas wrote: >> I have added a patch based on the previous patches that adds: >> - threaded start/stop for Contexts >> - threaded start/stop for Hosts >> - threaded deployment >> >> Control over the number of th

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread Pid
On 23/01/2012 14:06, Daniel Mikusa wrote: > On Mon, 2012-01-23 at 05:44 -0800, gnath wrote: >> Hi all, >> >> >> We have Tomcat 6.0.35 in our production Environment running on Linux, and we >> have configured to use tomcatThreadPool with maxThreads=500 and >> minSpareThreads=50 with default conne

Re: Status of 'kitty' project (JMX CLI Client)

2012-01-22 Thread Pid *
On 22 Jan 2012, at 17:57, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > All, > > I'm asking here instead of on the Kitty mailing list just in case it > gets a conversation going among a wider audience and drums-up some > support for Kitty. > > What's the status

Re: Cannot Validate Signature for apache-tomcat-7.0.23-windows-i64.zip

2012-01-20 Thread Pid
On 20/01/2012 20:39, Bill Rutledge wrote: > > > For apache-tomcat-7.0.23-windows-i64.zip, I used Kleopatra to import the > KEYS and check the validity of the signatures in > apache-tomcat-7.0.23-windows-i64.zip.asc and got the following. Does > this look like I’ve made some mistake in this proc

Re: Single virtual tomcat application which serves multiple contexts

2012-01-20 Thread Pid
On 20/01/2012 15:56, Egor Samarkhanov wrote: > Hello ! > > I have multiple clients: > client 1 - 40 users > client 2 - 50 users > client 3 - 60 users > > And I have a web application that is supposed to serve the clients. > The application is deployed into Tomcat. Each client has it's own d

Re: Cannot rid of expired Certificate ...

2012-01-20 Thread Pid
On 20/01/2012 10:52, Andrew Erskine wrote: > So how do I do that .. I'm only replying to questions .. So, scroll down a bit... > On 20 Jan 2012, at 10:51, "André Warnier" wrote: ... and reply below >> "Top post" is like this : when I reply to a message, at the top of the >> message. >> It mak

Re: Cannot rid of expired Certificate ...

2012-01-20 Thread Pid
On 20/01/2012 02:28, Brooke Hedrick wrote: > Are you sure you updated the correct keystore? Which o/s are you running? (Please don't top post.) It's worth noting that some browsers appear to cache certs and sometimes changes are not immediately apparent. p > On Jan 19, 2012 2:54 PM, "Darryl L

Re: [SOLVED] Cannot inherit from final class

2012-01-20 Thread Pid
On 19/01/2012 22:36, aaron.stro...@rsa.com wrote: > Ugm. Axis2 sample uses it, so did I So Spring 3.1 is now out and the internetz says that Spring 1.2.8 was released 8 May 2006. Is this a production system, might I ask? p > -Original Message- > From: Pid [mailto:p...@pi

Re: [SOLVED] Cannot inherit from final class

2012-01-19 Thread Pid
On 19/01/2012 21:38, aaron.stro...@rsa.com wrote: > deployed in it a web service using Spring v1.2.8 Are you really using Spring 1.2.8? p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread Pid
On 19/01/2012 05:29, mandg wrote: > handler start failed: java.lang.Exception: Socket bind failed: [730048] Only > one usage of each socket address (protocol/network address/port) is normally > permitted. Is there an existing version of the application already running? Does the application bind

Re: Problem in apache tomact 6.0

2012-01-19 Thread Pid
> > > > > > connectionTimeout="2" >redirectPort="8443" /> > > > > > > > > > > > > > > > > > > > >

Re: Problem in apache tomact 6.0

2012-01-19 Thread Pid
On 19/01/2012 08:18, Uttpal Kachhawa wrote: > Hi > >I understood the above sentence bt according to that error i had change > the port number inside server.xml file and then again restart it then dont > know wht is prblm here. actually i import existing prjct on my machine > and then install

Re: TC7 + AntCompiler problems with whitespace in pathname

2012-01-17 Thread Pid
On 17/01/2012 10:21, epr...@orpheus.fr wrote: >> And I really, really do not understand why the people who make the >> installer of the >> Windows version of Tomcat - and who are undoubtedly otherwise pretty smart >> people - are >> compounding the issue by installing this by default in a sub-direc

Re: Tomcat 7 & JDK 7 access permissions: error or bug?

2012-01-17 Thread Pid
On 17/01/2012 03:44, deniz wrote: > Hi all, > > I am getting a weird error on tomcat 7. at first i deploy my war file and > everything is smooth.. but after some time - randomly - i cant access > anything on tomcat and in the log file I see these lines: Exactly which version, Tomcat 7.0.? p

Re: Unable to sendViaPost to url...... .... java.net.SocketTimeoutException: Read timed out

2012-01-16 Thread Pid
On 16/01/2012 20:12, Bert Verhees wrote: > Thanks, André, for your reply > >> >> Is that per "person", or per POST ? > > It is per Person AND per post. The post creates a person-object which is > stored in a database, and the person-object is formed out of an array of > strings. >> >> to an webse

Re: static content not served for non-root apps via mod_jk

2012-01-14 Thread Pid
On 14/01/2012 03:52, Eric P wrote: > I remember now why static content works for my ROOT app. I have > Apache aliases set-up pointing to specific system directories for all > static content. > > For example, I have all images for the ROOT app aliased here. > Alias /img /opt/tomcat7/webapps/ROOT/i

Re: Interactive Services Detection

2012-01-13 Thread Pid
On 13/01/2012 19:47, Shoffey, Montreal wrote: > > Tomcat 64-bit is running on Windows 2008 Server. I have an application > that is using Apache + Tomcat 6.0.30 and the application seems to be > running fine. > > The popup error is from Interactive Services Detection with the message > that tomcat

Re: Clarification regarding JULI logger

2012-01-13 Thread Pid
On 13/01/2012 11:04, Parthiban P wrote: > Dear Team, > > We are using TOMCAT-JULI logger for logging purpose in our application. > > We bundle tomcat(6.0.28) in our product and start the tomcat when our > product is started (i.e. we start tomcat from our product-startup-code). > > For debugging

Re: periodic (60 sec) problem from Vysper bosh servlet embedded in Tomcat 7.0.23

2012-01-13 Thread Pid
> -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: Wednesday, January 11, 2012 4:30 AM > To: Tomcat Users List > Subject: Re: periodic (60 sec) problem from Vysper bosh servlet embedded in > Tomcat 7.0.23 > > On 10/01/2012 21:04, Bob DeRemer wr

Re: Accessing peer certificates of SSL in tomcat

2012-01-13 Thread Pid
On 13/01/2012 12:03, ciphe wrote: > Hi, > > I have setup tomcat to be accessible through SSL, both client and > server authenticate each other. (i.e. Client must present a certificate to > server and vice versa, much like what is described in this link - > http://java-notes.com/index.php/two-way-s

Re: Tomcat default initial context factory values

2012-01-13 Thread Pid
On 13/01/2012 01:39, 이재만 wrote: > > hi there. > what's default values at tomcat when i write some client programs on tomcat. > java.naming.factory.initial = ? > provide url = ? > > thanks. Please don't reply to an existing thread unless you are contributing to it. If you wish to ask a new ques

Re: About certificates in Tomcat SSL support

2012-01-12 Thread Pid *
On 12 Jan 2012, at 17:15, James Lampert wrote: > Scenario: > > I created a self-signed certificate for the box I was testing: > CN = James Lampert > OU = Development Lab > O = Touchtone Corporation > L = Costa Mesa > ST = California > C = US > > I then installed it into the Tomcat server on that

Re: Tomcat 7 (64 bit) does not seem to honor session timeout?

2012-01-12 Thread Pid
On 11/01/2012 21:50, Paul Joseph wrote: > Hi there, > > I am running the Cocoon (2.11) servlet in Tomcat 7.0.23 (64 bit version) > on Windows 2008 R2 (and also in 32 bit on Redhat linux). I am using the > Java 1.6 JRE. > > I have my session timeout set in web.xml to 60 minutes. Just to clarify,

Re: Error: Unable to compile class for JSP

2012-01-12 Thread Pid
On 11/01/2012 20:44, Justin Larose wrote: > ma...@apache.org wrote on 01/11/2012 01:19:17 PM: > >> From: ma...@apache.org >> To: Tomcat Users List >> Date: 01/11/2012 01:20 PM >> Subject: Re: Error: Unable to compile class for JSP >> >> Justin Larose wrote: > > An error occurred at line: 23

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Pid
On 11/01/2012 16:56, Justin Larose wrote: >>> An error occurred at line: 230 in the jsp file: /object_table.jsp >>> The type Part is ambiguous >>> 227:{ >>> 228: //do nothing here - we don't want the filter to be > displayed >>> for lifecycles >>> 229: } >>> 230: else i

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Pid
On 11/01/2012 13:53, Justin Larose wrote: > An error occurred at line: 230 in the jsp file: /object_table.jsp > The type Part is ambiguous > 227:{ > 228: //do nothing here - we don't want the filter to be displayed > for lifecycles > 229: } > 230: else if (objType.equal

Re: Tomcat 7 service not starting

2012-01-11 Thread Pid
On 11/01/2012 07:43, André Warnier wrote: >>> Writing log to C:\Program Files\Apache Software Foundation\Tomcat > 7.0.6\webapps\sree\WEB-INF\classes/sree.log >>> The logging properties is: sree.properties > > That is quite a bizarre place for a logfile (in the same location as the > application's

Re: capturing total number of active sessions

2012-01-11 Thread Pid
On 11/01/2012 15:45, Kari Scott wrote: > > We are in the process of migrating a number of servers to Tomcat 7.0.23 and > we're looking for the best way to write the total number of active sessions > to a text file. Can someone point me to the documentation or sample code that > explains/can do

Re: Context configuration file

2012-01-11 Thread Pid
On 11/01/2012 15:53, Thom Hehl wrote: > 7.0.8 > > This is the configuration file in conf/Catalina/localhost and shares the > name of my webapp. Please don't top-post. > -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: Wednesday, January 11,

Re: Context configuration file

2012-01-11 Thread Pid
On 11/01/2012 13:01, Thom Hehl wrote: > We are using a context configuration file to provide our database > connectivity through a JNDI entry to our application so that the file > can change without the purchasers of our software having to tinker about > with it internally. Here is our file: Which

[OT-ish] Apache Tomcat FTW

2012-01-11 Thread Pid
All, A work colleague shared this: http://blog.newrelic.com/2012/01/10/infographic-oss-java-wins-in-the-cloud-era/ p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: periodic (60 sec) problem from Vysper bosh servlet embedded in Tomcat 7.0.23

2012-01-11 Thread Pid
On 10/01/2012 21:04, Bob DeRemer wrote: > Tomcat Community, > > > > I’m not sure if this should be posted here or on the Mina/Vysper list, > but since the problem seems to be around Jetty Servlet3 continuation > functionality within the context of Tomcat, I thought I’d post here first. Which v

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Pid
On 10/01/2012 18:34, Caldarale, Charles R wrote: >> From: Alastair Baldwin [mailto:alastairgbald...@yahoo.co.uk] >> Subject: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat >> 7.0.23 > >> CLASSPATH= >> .;c:\apache-tomcat-7.0.23-windows-x86\apache-tomcat-7.0.23\servlet-api.jar >

Re: Problem running my webapp with Tomcat 7.0.22.0 Security Manager enabled (Windows Vista)

2012-01-10 Thread Pid
> > - Original Message - From: "Pid" > To: "Tomcat Users List" > Sent: Tuesday, January 10, 2012 9:19 AM > Subject: Re: Problem running my webapp with Tomcat 7.0.22.0 Security > Manager enabled (Windows Vista) > > > > --

Re: response.isCommited() returns false after sendRedirect is called?

2012-01-10 Thread Pid
On 10/01/2012 14:31, Polina Genova wrote: > Hi Konstantin, > > You previously said: >> The spec says about HttpServletResponse. >> isCommitted(), but your valve is calling >> org.apache.catalina.connector.Response.isCommitted(). > > But org.apache.catalina.connector.Response implements HttpServle

Re: multi-tented connection queues

2012-01-10 Thread Pid
On 10/01/2012 12:25, Tharindu Patikirikorala wrote: > Hi All, > > > I am doing a case study to make tomcat to host multi-tented web > applications. i.e., a single web application/service container is serving > logically partitioned customers. For the basic implementation (let’s say > number of c

Re: tomcat7 autoDeploy problem..

2012-01-10 Thread Pid
On 10/01/2012 00:04, 이재만 wrote: > hi. > clould somebody help me to AutoDeploy reload problem.. > false, I was set to autodeploy. > Why reloading the source again?on tomcat7 with autoDeploy="false" ??? > > thank you. Are you using Eclipse or an IDE? How are you deploying the update application,

Re: Problem running my webapp with Tomcat 7.0.22.0 Security Manager enabled (Windows Vista)

2012-01-10 Thread Pid
On 09/01/2012 19:22, ja...@mobilewebexpert.co.uk wrote: > Hiya, > > I've just turned on Tomcat's Security Manager and (not surprisingly) I'm now > having a problem running my webapp. I know I probably need to specify some > security privileges somewhere, but not sure where - possibly catalina.po

Re: Endorsed directory classloader

2012-01-10 Thread Pid
On 10/01/2012 00:47, Ryan wrote: > Hi- > > I've got single Tomcat instance with 10 different webapps deployed. I'm in > the process of converting the webapps logging from using Tomcat's JULI via > java.util.logging to SLF4J, initally backed by log4j. > > I've run into a classloader problem due to

Re: Tomcat 7 service not starting

2012-01-10 Thread Pid
On 10/01/2012 01:16, Debbie Shapiro wrote: > Hello - > I use Tomcat with the Business Intelligence Web Application InetSoft. I am in > the process of upgrading our development server to their latest version > (11.2). I also upgraded Java from 1.6.0_20 to 1.6.0_30. The upgrade procedure > for Ine

Re: Why TC 7.0.22 can not response any request?

2012-01-09 Thread Pid
On 09/01/2012 09:38, 孙文 wrote: > Enviroment: > jdk 1.6.0_29 64bit > solaris 10 > TC 7.0.22 > every visual machine installed two tc 7.0.22,one 8080 , the other 8081. > > randomly tomcat can't response any request.but no oom,when use IE.the > PID is still there. >

Re: SSL Certificate Update Not Reflected on the Website

2012-01-09 Thread Pid
On 09/01/2012 10:44, Conway Liu wrote: > Hi Pid, > > I tried different browsers, and tried different computers. > > What command line tool are you talking about? Something like: curl or openssl p > Thanks > Conway > > -Original Message- > From:

Re: SSL Certificate Update Not Reflected on the Website

2012-01-09 Thread Pid *
On 9 Jan 2012, at 10:20, Conway Liu wrote: > Hi, > > We used to use Thawte for our SSL certificate. Today I installed new SSL > certificate issued by VeriSign and there were no errors. The primary and > secondary intermediate CAs both imported into the keystore file properly, > and then the SSL i

Re: sombody help me...!! tomcat AutoDeploy issue ~~

2012-01-08 Thread Pid *
On 9 Jan 2012, at 07:03, "이재만" wrote: > > Hello. Guys.. > > i am useing Apache Tomcat/7.0.14 and i was setup AutoDeploy to "false" as > blow. > but when i deployed web application to my docs , all class and library is > reloaded by new classloader.. > i never restarted this tomcat7 after deploy

Re: mod_jk linux binaries

2012-01-06 Thread Pid
On 06/01/2012 15:28, André Warnier wrote: > Pid wrote: >> On 06/01/2012 15:16, Konstantin Kolinko wrote: >>> 2012/1/6 Pid : >>>> On 06/01/2012 15:06, André Warnier wrote: >>>>> Caldarale, Charles R wrote: >>>>>> Is it a full m

Re: mod_jk linux binaries

2012-01-06 Thread Pid
On 06/01/2012 15:16, Konstantin Kolinko wrote: > 2012/1/6 Pid : >> On 06/01/2012 15:06, André Warnier wrote: >>> Caldarale, Charles R wrote: >>>> >>>> Is it a full moon? >>>> >>> No, but it may be the start of a new semester somewhere

Re: mod_jk linux binaries

2012-01-06 Thread Pid
On 06/01/2012 15:06, André Warnier wrote: > Caldarale, Charles R wrote: >> >> Is it a full moon? >> > No, but it may be the start of a new semester somewhere. +1 p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: is der any default username for tomcat?

2012-01-06 Thread Pid
On 06/01/2012 14:59, Caldarale, Charles R wrote: >> From: charan raj [mailto:charanraj...@gmail.com] >> Subject: Re: is der any default username for tomcat? > >> can any one tell me how to install multiple tomcat instance >> apart from c drive > > 1) Don't hijack threads. > > 2) Make at least

Re: is der any default username for tomcat?

2012-01-06 Thread Pid
b.org/~esr/faqs/smart-questions.html p > On Fri, Jan 6, 2012 at 8:15 PM, André Warnier wrote: > >> Pid wrote: >> >>> On 06/01/2012 06:24, srilaxmi deevela wrote: >>> >>>> is der any default username for tomcat? >>>> >>>

Re: Tomcat and LDAP (handling password expiration)

2012-01-06 Thread Pid
On 06/01/2012 14:56, sigzero wrote: > The scenario is that Tomcat (6) is sitting on Windows and it talks to > an LDAP server sitting on Linux (RHEL). What is the best way to handle > the Tomcat LDAP account password expiring? I know that the password > needs to change on the LDAP and the Tomcat ser

Re: mod_jk linux binaries

2012-01-06 Thread Pid
On 06/01/2012 10:01, Leon Kolchinsky wrote: > Yes there is - > http://apache.mirror.aussiehq.net.au//tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.32-src.tar.gz 'src' ? p > Check out this page - http://tomcat.apache.org/download-connectors.cgi > > Cheers, > Leon Kolchinsky > > > > On F

Re: Tomcat multiple instances runs as service from same exe file

2012-01-06 Thread Pid
On 05/01/2012 17:19, Khailovsky, Igor wrote: > Hi Jeff, > > Our application should provide ability to manage the application instances > dynamically (runs into separate Tomcat container). One of requirements is > using same execution in case multiple instances - option to provide to > customer

Re: SSL Configuration Errors

2012-01-06 Thread Pid
On 05/01/2012 18:22, Justin Larose wrote: > Sorry. Comments removed. > > ___ No APR, nothing to see here, move along, move along... You can use an executor to provide a common thread pool for all linked connectors - to reduce the overhead of unused threads. >

Re: In order to use third party classes which environmental variable we need to set?

2012-01-06 Thread Pid
On 06/01/2012 07:28, srilaxmi deevela wrote: > In order to use third party classes which environmental variable we need to > set? http://catb.org/~esr/faqs/smart-questions.html p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: After installation of tomcat which url we need to give to web browser to run the home page of tomcat?

2012-01-06 Thread Pid
On 06/01/2012 07:22, srilaxmi deevela wrote: > After installation of tomcat which url we need to give to web browser > to run the home page of tomcat? > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For addit

Re: In order to give jre path while installing tomcat server which path we need to give?

2012-01-06 Thread Pid
On 06/01/2012 06:27, srilaxmi deevela wrote: > In order to give jre path while installing tomcat server which path > we need to give? > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional comma

Re: How many number of web-applications web-server can have

2012-01-06 Thread Pid
On 06/01/2012 06:25, srilaxmi deevela wrote: > hi users, > How many number of web-applications web-server can have? > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users

Re: is der any default username for tomcat?

2012-01-06 Thread Pid
On 06/01/2012 06:24, srilaxmi deevela wrote: > is der any default username for tomcat? > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > http://

Re: SSL Configuration Errors

2012-01-04 Thread Pid
On 04/01/2012 19:33, Justin Larose wrote: > Hello Group, > > I am seeing this error when starting Tomcat 7 on Windows. > > SEVERE: Failed to initialize end point associated with ProtocolHandler > ["http-bio-8443"] > java.io.IOException: SSL configuration is invalid due to No available > certifi

Re: DB Connection error

2012-01-03 Thread Pid
On 03/01/2012 17:08, Anjib Mulepati wrote: > Hi All, > > One simple question If I have JINDI configuration in my application will > my application reconnect to the DB whenever my DB gets restart. > I am having DB connection problem every Monday since our DB get > restarted on weekends which we don

Re: help analyzing thread dump for Tomcat 7.0.23 issue

2011-12-31 Thread Pid *
t; >SSLCertificateKeyFile="/home/user/ssl/www.surfcanyon.com.key" >SSLCertificateChainFile="/home/user/ssl/intermediateCA.cer" >clientAuth="false" sslProtocol="TLS"/> Can you configure an Executor? p > > res

Re: File leak in 7.0.23?

2011-12-31 Thread Pid *
On 31 Dec 2011, at 20:05, Janne Jalkanen wrote: >> What if you remove the command-line switch >> -Dcom.sun.management.jmxremote.port= >> ? > > No effect. > >> Also, what does >> netstat -pan | grep >> have to say ? > > Nothing unusual (i.e. stuff I wouldn't expect) or different from the other >

Re: File leak in 7.0.23?

2011-12-31 Thread Pid *
rror will make things easier. p (p.s. please don't top-post) > On Sat, Dec 31, 2011 at 11:17 AM, Pid * wrote: >> On 31 Dec 2011, at 18:19, Mike Wertheim wrote: >> >>> I'm not sure how useful this comment is, but... I also recently >>> posted about

Re: File leak in 7.0.23?

2011-12-31 Thread Pid *
On 31 Dec 2011, at 18:19, Mike Wertheim wrote: > I'm not sure how useful this comment is, but... I also recently > posted about an app that runs fine on Tomcat 7.0.21 and dies a slow > horrible death on Tomcat 7.0.23. It would seem that a bug was > introduced in either 7.0.22 or 7.0.23. There

Re: Database Connection Neteban DataSource

2011-12-31 Thread Pid
On 29/12/2011 05:45, Lau Eng Huat wrote: > Hi tomcat experts, > > I'm having this problem with the mysql connection in tomcat using netbeans. > I'm always having a exclamation mark on the Blue World Globe in netbeans > project tabs. I don't know what that means. > Everytime I try to resolve th

Re: 403 jsp - display required roles

2011-12-31 Thread Pid
On 29/12/2011 08:43, Jürgen Jakobitsch wrote: > hi, > > i have a custom 403 error page. > on that page i'd like to display the securityConstraints that apply > to the requested resource. > > example : > > i have a securityConstraint in my web.xml that says that only users with role > "X" > are

Re: Odd NIO connector behavior

2011-12-31 Thread Pid
On 29/12/2011 19:22, Matthew Tyson wrote: > On Thu, Dec 29, 2011 at 11:07 AM, Pid wrote: > >> On 29/12/2011 17:27, Matthew Tyson wrote: >>> On Wed, Dec 28, 2011 at 6:22 PM, Matthew Tyson >>> wrote: >>> >>>> On Wed, Dec 28, 2011 at 8:58 AM, S

Re: File leak in 7.0.23?

2011-12-31 Thread Pid
On 31/12/2011 13:38, Janne Jalkanen wrote: >> Which Connector are you using? > > connectionTimeout="2" >redirectPort="8443" >URIEncoding="UTF-8" >compression="on" > > compressableMimeType="text/html,text/plai

Re: help analyzing thread dump for Tomcat 7.0.23 issue

2011-12-31 Thread Pid
On 30/12/2011 02:01, Mike Wertheim wrote: > I have an app that runs on Tomcat 7.0.21 and APR 1.4.7 just fine. The > app serves both SSL and non-SSL traffic. SSL traffic makes up roughly > 1% of the overall traffic. The Connectors for SSL and non-SSL both > use the default value (200) for maxThre

Re: Merging multiple XML File in Tomcat

2011-12-31 Thread Pid
On 30/12/2011 11:33, Lau Eng Huat wrote: > Hi guys, > > Is it possible to merge multiple xml file into a single xml file in tomcat. Yes and no. It is not possible to split web.xml into separate parts and subsequently merge them. It is possible (in Servlet 3.0) to create web-fragment.xml files w

Re: single large tomcat or multiple tomcats

2011-12-31 Thread Pid
On 30/12/2011 20:42, Christopher Schultz wrote: > Ahmed, > > On 12/30/11 2:57 PM, S Ahmed wrote: >> I know with other frameworks (like python/rails) people tend to >> run multiple instaces of the web server and round robin requests to >> each using something like haproxy. > >> Is this known in th

Re: File leak in 7.0.23?

2011-12-31 Thread Pid
On 31/12/2011 13:06, Janne Jalkanen wrote: > Hi all! > > I am seeing odd behaviour with 7.0.23, with the tomcat user's open file count > increasing slowly, but consistently. Two other instances running the exact > same codebase on identical hardware, BUT with Tomcat 7.0.20, are not > exhibiting

Re: Odd NIO connector behavior

2011-12-29 Thread Pid
On 29/12/2011 17:27, Matthew Tyson wrote: > On Wed, Dec 28, 2011 at 6:22 PM, Matthew Tyson > wrote: > >> On Wed, Dec 28, 2011 at 8:58 AM, Stefan Mayr wrote: >> >>> Am 28.12.2011 10:04, schrieb ma...@apache.org: >>> >>> Matthew Tyson> wrote: That's right, there is an f5 load balan

Re: [OT] ClassFormatException: Invalid constant pool reference

2011-12-28 Thread Pid *
On 28 Dec 2011, at 10:25, Denis Ivanov wrote: > >> Date: Tue, 27 Dec 2011 16:56:41 -0500 >> From: ch...@christopherschultz.net >> To: users@tomcat.apache.org >> Subject: Re: [OT] ClassFormatException: Invalid constant pool reference >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Den

Re: Breadcrumbs Tomcat 7.0.11

2011-12-28 Thread Pid *
On 28 Dec 2011, at 03:50, Kiran Badi wrote: > Hi , > > Just wanted to check if Tomcat has any packages that can be used for building > Breadcrumbs. No, it's an app server not a set of libraries. > I think some j2ee servers provide some inbuilt packages which can be used for > building breadc

Re: ClassFormatException: Invalid constant pool reference

2011-12-27 Thread Pid *
On 27 Dec 2011, at 14:15, Denis Ivanov wrote: > > It was working fine before (Tomcat 7.0.23 on my laptop and 7.0.19 on the > server). > Is there some way to upgrade while preserving the web app configuration? > >> From: p...@pidster.com >> Date: Tue, 27 Dec 2011 13:49:39 + >> Subject: Re: Cl

Re: 404 Errors for all apps in Tomcat 7.0.23

2011-12-27 Thread Pid *
On 27 Dec 2011, at 15:43, David Hoffer wrote: > I just installed Tomcat 7.0.23 using Windows 64 bit installer and > deployed a couple apps via the manager application, however when I run > them I get HTTP Status 404 errors. However I see that I get the same > error for the standard default apps,

Re: ClassFormatException: Invalid constant pool reference

2011-12-27 Thread Pid *
On 27 Dec 2011, at 12:53, Denis Ivanov wrote: > > Hey, I have an Amazon Enterprise Linux (EC2) version > 2.6.35.11-83.9.amzn1.i686 (architecture i386) with Java JM version > 1.6.0_20-b20 (Vendor Sun Microsystems Inc.) and Apache Tomcat version 7.0.19 > with Catalina. > I'm trying to deploy Glo

Re: Multiple contexts within a single host not being loaded correctly upon Tomcat restart.?

2011-12-27 Thread Pid *
On 27 Dec 2011, at 13:19, Konstantin Kolinko wrote: > 2011/12/27 Edwards, Dominic : >> >> >> Platform Details: >> - >> Tomcat 5.5.28 > > Old.. > And 5.5.x branch as a whole is EOL in less than a year. > >> Operating System: RedHat Enterprise 5 >> >> >> Problem >> --- >> >> Tom

Re: Tomcat 6.0.35 : Cluster and new node

2011-12-27 Thread Pid *
l" new node, we are force to reboot the cluster after > declaring the new node in the balancer. > > Thanks for helping > > Le 27/12/2011 12:09, Pid * a écrit : >> On 26 Dec 2011, at 14:33, "Cédric SAMSON" wrote: >> >>> Hi all, >>>

Re: MBean InitialContext() Tomcat query- pls help

2011-12-27 Thread Pid *
On 27 Dec 2011, at 11:16, S B wrote: > On Tue, Dec 27, 2011 at 4:06 PM, Pid * wrote: > >> On 27 Dec 2011, at 01:33, S B wrote: >> >>> On Mon, Dec 26, 2011 at 3:28 PM, Pid * wrote: >>> >>>> On 26 Dec 2011, at 09:50, S B wrote: >&g

Re: Security Constraints With URL Rewrite filter

2011-12-27 Thread Pid *
Apache mod_rewrite with a java application? > > Thanks. > > Jerry > > On Mon, Dec 26, 2011 at 3:16 PM, Terence M. Bandoian wrote: > >> On 1:59 PM, Pid * wrote: >> >>> On 25 Dec 2011, at 22:03, Jerry Malcolm<2ndgenfi...@gmail.com> wrote: >>> >&g

Re: Tomcat 6.0.35 : Cluster and new node

2011-12-27 Thread Pid *
On 26 Dec 2011, at 14:33, "Cédric SAMSON" wrote: > Hi all, > > > Context : > I have a cluster with 2 nodes (both on linux). > > * The master node is configured as below : * > > > resourceName="UserDatabase"/> > > unpackWARs="true" autoDeploy="true" >xmlValidation="fals

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-27 Thread Pid *
On 27 Dec 2011, at 10:48, Saravanan L wrote: > 3. A 504 response code is a gateway timeout. Tomcat does not issue this > on its own. Either you have a proxy in front of Tomcat or your > application is returning this value. > > A. Yes the proxy relayed this message, it seems the tomcat did not re

Re: MBean InitialContext() Tomcat query- pls help

2011-12-27 Thread Pid *
On 27 Dec 2011, at 01:33, S B wrote: > On Mon, Dec 26, 2011 at 3:28 PM, Pid * wrote: > >> On 26 Dec 2011, at 09:50, S B wrote: >> >>> On Sat, Dec 24, 2011 at 6:29 PM, Pid wrote: >>> >>>> On 23/12/2011 04:57, S B wrote: >>>>> On

<    1   2   3   4   5   6   7   8   9   10   >