Re: Tomcat as a Standalone server

2007-02-13 Thread Pid
matthedude wrote: Hi, I am creating a simple web application that will consist of a few servlets and a MySQL database. I have installed tomcat and am using it in development with the normal 'localhost' address but have not been able to find any good tutorials on deploying the application to a

Re: Specifying relative path for TOMCAT 5.5 ?

2007-03-01 Thread Pid
me know, what is wrong with the relative path ? thanks in advance, Rajendra This is the list for the Tomcat server developers, you'd be better off asking this question on the tomcat-user list. Regards, Pid - To unsubscribe

Re: Cookies are broken in 6.0.16?

2008-02-09 Thread Pid
Mark Thomas wrote: Maik Jablonski wrote: Hi, I've just encountered that Cookies seem to be a little bit broken in 6.0.16. If you want to read a cookie which ends on one or more equals-sign (=), the equals-signs are removed by Tomcat when the cookie is read. Is it a bug or a undocumented

Re: Cookies are broken in 6.0.16?

2008-02-09 Thread Pid
Pid wrote: Mark Thomas wrote: Maik Jablonski wrote: Hi, I've just encountered that Cookies seem to be a little bit broken in 6.0.16. If you want to read a cookie which ends on one or more equals-sign (=), the equals-signs are removed by Tomcat when the cookie is read. Is it a bug

Re: Implementing wildcard hostnames or aliases

2008-02-12 Thread Pid
Michael Wyraz wrote: Hi, I have done further research for this topic and I found a solution for tomcat 5.5: http://www.mhsoftware.com/~gsexton/Mapper.java Should this also work on Tomcat 6 (simply to change the Mapper implementation)? Can the mapper class be replaced via configuration (I

Re: Generics and the spec interfaces

2008-05-08 Thread Pid
irshad gehlot wrote: Hi All, Please exclude me from this mailing list. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ^^^ ||| Clues above.

Re: Tomcat 5.5 question

2008-05-29 Thread Pid
try asking again on the users list, this one's for the TC devs. p Mike wrote: Hello, I'm trying to set up connection pooling for Tomcat 5.5 but it doesn't work. When I start Tomcat, it shows in the Catalina log this: SEVERE: Exception loading sessions from persistent

Re: [Eclipse+Tomcat6]How to publish modification in a text file ?

2009-05-20 Thread Pid
b...@umd wrote: I am developing a webapp with Eclipse 3.4.2 which runs on a Tomcat v6 server. When I click on a button of my webapp during runtime, it modifies or createsa shell script present in my webapp folder. Then, I retrieve this script (which contains installation instructions) at the

Re: Configuring while moving app from iPlanet 4.1 to Tomcat 6

2009-05-20 Thread Pid
raghu ram srinivas wrote: I am not sure how can i configure my web.xml in tomcat. can any one help me regarding this issue? Actually i got 3 main config files in iplanet ie.,1. ob.conf, 2.mime.conf,and 3. magns.conf. After moving my web application from iplanet to tomcat I am not sure how

Re: extreemly simple request to add process name variable to catalina.out

2011-07-07 Thread Pid
On 07/07/2011 17:07, Campbell, Lance wrote: Small typo. 3) Then replace any occurance of $_RUNJAVA with exec $CATALINA_PROCESS_NAME . This will allow the process to be named. Should have been: 3) Then replace any occurance of $_RUNJAVA with exec $CATALINA_PROCESS_NAME $_RUNJAVA .

Re: Casual proposal for change to WebappClassLoader.clearReferencesThreads

2011-07-14 Thread Pid
On 14/07/2011 15:23, Christopher Schultz wrote: All, Is there any interest in having a configuration option for WCL that allows certain thread names to be ignored during webapp shutdown? See http://markmail.org/message/vqeeyosbqxq3tim6 for a short discussion. It appears that there may

Re: Casual proposal for change to WebappClassLoader.clearReferencesThreads

2011-07-14 Thread Pid
On 14/07/2011 16:11, Pid wrote: On 14/07/2011 15:23, Christopher Schultz wrote: All, Is there any interest in having a configuration option for WCL that allows certain thread names to be ignored during webapp shutdown? See http://markmail.org/message/vqeeyosbqxq3tim6 for a short discussion

Re: [PATCH] Fix suspicious logic operator usage

2011-10-05 Thread Pid
File a bug, attach the patch to the bug etc... p On 5 October 2011 11:33, Francis Galiegue fgalie...@gmail.com wrote: Found by FindBugs. startService() and stopService() both return boolean, so it is likely that the '' is a typo and '' was meant. ---  

Re: Apache Tomcat Port Number

2011-10-12 Thread Pid
On 12/10/2011 08:06, Mike1239 wrote: Hi, I installed an Apache Tomcat Server on Port 8081 (8080 was already used by another Apache Server). The Server should be accessible externally. Now I have the problem, that some companies can't access the server (urL: http://servername:8081/, I

Re: Publishing zips to the maven repo

2011-10-15 Thread Pid
On 14/10/2011 17:26, Mark Thomas wrote: On 14/10/2011 17:09, David Jencks wrote: I really hope that just because the main tomcat developers don't see the benefits of the maven ecosystem [sigh] If that were true, I doubt I'd have observed the acceptance of the Maven Tomcat plugin by this

Re: Trying to Configure SSL with Tomcat 6

2009-01-23 Thread Pid
Try sending this to the Tomcat user list, you'll be more likely to get help there. This is the list for developers of the server itself. p Inya-Agha, Wynne wrote: The problem with the SSL is that the Tomcat server is not using the certificate. When it starts, depending on the exact options

Re: Google Summer of Code

2009-03-11 Thread Pid
Mark Thomas wrote: Folks, I added Tomcat to the GSoC page on the wiki along with an idea for a task. Comments on the idea or additional ideas welcome. http://wiki.apache.org/general/SummerOfCode2009#tomcat-project Won't it be problematic to implement access to the correct ServletContext

Re: Google Summer of Code

2009-03-11 Thread Pid
Mark Thomas wrote: Pid wrote: Mark Thomas wrote: Folks, I added Tomcat to the GSoC page on the wiki along with an idea for a task. Comments on the idea or additional ideas welcome. http://wiki.apache.org/general/SummerOfCode2009#tomcat-project Won't it be problematic to implement access

Patch suggestion

2010-04-10 Thread Pid
In lieu of of a Bugzilla enhancement (and hoping that I have the right end of the stick). In class: org.apache.catalina.startup.HostConfig In method: protected void deployWARs(File appBase, String[] files) { if (files == null) { return; } for (int i = 0; i

Re: Patch suggestion

2010-04-12 Thread Pid *
On 11 April 2010 14:56, Pid * p...@pidster.com wrote: On 11 April 2010 00:17, Konstantin Kolinko knst.koli...@gmail.com wrote: 2010/4/10 Pid p...@pidster.com: In lieu of of a Bugzilla enhancement (and hoping that I have the right end of the stick). If I guess your intention correctly

Re: Patch suggestion

2010-04-12 Thread Pid *
On 12 April 2010 11:25, Pid * p...@pidster.com wrote: On 11 April 2010 14:56, Pid * p...@pidster.com wrote: On 11 April 2010 00:17, Konstantin Kolinko knst.koli...@gmail.comwrote: 2010/4/10 Pid p...@pidster.com: In lieu of of a Bugzilla enhancement (and hoping that I have the right end

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-19 Thread Pid
On 15/04/2010 02:17, Ivan wrote: Usually, I trust the real codes more :-) Just grep the Tomcat trunk codes with 'ServletContainerInitializer', I only found an empty if block in AnnotationProcessor.java file. That's in the tomcat-lite module. I can't find a reference to

Re: svn commit: r937288 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java startup/ContextConfig.java startup/LocalStrings.properties

2010-04-23 Thread Pid
Are ServletContainerInitializer implementations also discovered from the common classloader automatically? p On 23/04/2010 14:34, ma...@apache.org wrote: Author: markt Date: Fri Apr 23 13:34:17 2010 New Revision: 937288 URL: http://svn.apache.org/viewvc?rev=937288view=rev Log: Servlet

Re: svn commit: r937288 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java startup/ContextConfig.java startup/LocalStrings.properties

2010-04-25 Thread Pid
On 24/04/2010 00:07, Mark Thomas wrote: On 23/04/2010 16:51, Pid wrote: Are ServletContainerInitializer implementations also discovered from the common classloader automatically? They should be, providing the JAR isn't listed as one of the JARs to skip for annotations. But I haven't tested

Re: svn commit: r938363 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2010-04-27 Thread Pid
On 27/04/2010 11:19, Konstantin Kolinko wrote: 2010/4/27 kkoli...@apache.org: Author: kkolinko Date: Tue Apr 27 09:01:37 2010 New Revision: 938363 URL: http://svn.apache.org/viewvc?rev=938363view=rev Log: If the class implements both interfaces then call addApplicationLifecycleListener

Re: svn commit: r937975 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-04-28 Thread Pid
On 28/04/2010 03:29, Ivan wrote: I still get the java.lang.ArrayIndexOutOfBoundsException, i think that it should be What causes the ArrayIndexOutOfBoundsException? I was testing dynamically adding a Filter after that change, (inside a ServletContextListener.contextInitialized() method), and

Re: svn commit: r937975 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-04-28 Thread Pid
On 28/04/2010 10:03, Konstantin Kolinko wrote: 2010/4/28 Pid p...@pidster.com: On 28/04/2010 03:29, Ivan wrote: I still get the java.lang.ArrayIndexOutOfBoundsException, i think that it should be What causes the ArrayIndexOutOfBoundsException? I was testing dynamically adding a Filter

Re: Need advice to notify StandardExecutor when a webapp is stopped

2010-04-29 Thread Pid
On 29/04/2010 22:52, Sylvain Laurent wrote: While experimenting with clearing threadlocal in afterExecute, I found out that tomcat itself use ThreadLocal in hope of improving performance : - org.apache.catalina.util.DateTool - org.apache.catalina.valves.AccessLogValve -

Re: Need advice to notify StandardExecutor when a webapp is stopped

2010-04-29 Thread Pid
On 29/04/2010 21:50, Sylvain Laurent wrote: If I understand you and your comment here https://issues.apache.org/bugzilla/show_bug.cgi?id=49159#c2 you propose to clean only thread locals loaded by a web app. But how do you recognize them ? If the value bound to a threadlocal is an ArrayList,

[OT] Re: Some general questions about tomcat instead of GlassFish

2010-06-15 Thread Pid
On 15/06/2010 13:29, j jj wrote: Hello Dear chris -I edited my name on server Apparently not, see above. -Thank you for your responding but please say some thing more about maven who must use maven? how must use maven? Is maven same with CVS or SVN? Wrong mailing list for

Re: disabling copy of context.xml to conf/Catalina/localhost

2010-06-17 Thread Pid
On 17/06/2010 00:36, Rajeev Verma wrote: Hi, I am facing a problem which can be solved if I can disable copy of context.xml to conf/Catalina/localhost. Is there some setting to do so? Thanks for the help. Regards, Raj Please don't cross post. This is a question for the Users List.

Re: SEVERE: Error listenerStart

2010-06-23 Thread Pid
On 23/06/2010 12:40, rajeevP wrote: Jun 23, 2010 3:14:33 PM org.apache.catalina.core.StandardContext addApplicationListener INFO: The listener org.springframework.web.context.ContextLoaderListener is already configured for this context. The duplicate definition has been ignored. Jun 23,

Re: FW: problem with org.apache.catalina.core.ApplicationHttpRequest method.

2010-06-30 Thread Pid
On 30/06/2010 15:23, Ranjix R wrote: Cross posting to both lists isn't usually a good idea. p Hi guys, sorry for the bother. I do have a question related to how a certain feature was implemented in Tomcat (6.0, probably all of them), that's why I address the question to the dev-list and

Re: FileUpload not working

2010-07-01 Thread Pid
On 01/07/2010 16:21, supernandu wrote: Hi guys, I'm using the Apache Commons FileUpload lib and I'm getting this strange behaviour in just one of my servers. All others work perfectly. servletfileupload.parseRequest(request) always returns an empty list. But if I check for:

Re: svn commit: r960069 - /tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java

2010-07-02 Thread Pid
On 02/07/2010 18:50, ma...@apache.org wrote: Author: markt Date: Fri Jul 2 17:50:56 2010 New Revision: 960069 URL: http://svn.apache.org/viewvc?rev=960069view=rev Log: Make new timeout thread a daemon thread so Tomcat will shutdown properly Modified:

Re: svn commit: r960069 - /tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java

2010-07-02 Thread Pid
On 02/07/2010 18:55, Pid wrote: On 02/07/2010 18:50, ma...@apache.org wrote: Author: markt Date: Fri Jul 2 17:50:56 2010 New Revision: 960069 URL: http://svn.apache.org/viewvc?rev=960069view=rev Log: Make new timeout thread a daemon thread so Tomcat will shutdown properly Modified

Re: [PROPOSAL] Change the name of the default host in server.xml

2010-07-16 Thread Pid
On 15 Jul 2010, at 16:32, Tim Funk funk...@apache.org wrote: IIRC, there is no requirement. But from a mapping point of view, the name used should match what the browser is sending in the Host: field. Except when the request is deliberately being directed to the defaultHost - which is

Re: Unable to start Lambda probe

2009-10-28 Thread Pid
On 28/10/2009 09:08, richa.mit...@lntinfotech.com wrote: Hi I deployed Lambda probe as a component in ofbiz application. I used this link: http://bizlift.com/ofbiz/lambda_probe_for_ofbiz.html When I hit the url : http://localhost:8080/probe It gives an error. Please help how can I start Lambda

Re: resource init upon TC start, not when context lookup

2009-11-12 Thread Pid
Try asking this on the Tomcat Users List. p On 12/11/2009 23:40, foampile wrote: i would like to load a singleton type resource WHEN TOMCAT STARTS. currently, the way i do it, the resource is initialized when it is first looked up from the context by a client. i understand that i can make a

Tomcat 7, Valve Filter project

2009-12-10 Thread Pid
Hello Devs, What progress was made on the Valve to Filter project over the summer, and is it intended to be included in Tomcat 7? I'm struggling to find the code submitted, in Bugzilla. Any pointers / clues appreciated. Cheers, Pid

Re: modify the source code to measure the time of processing a request

2010-01-13 Thread Pid
On 13/01/2010 06:37, Bao wrote: Hi, Our company is using the apache tomcat 6.0.20 as our server. And now I plan to measure the time of every requet processed in the server without the help of any benchmark tool. I plan to modify the code to add a time stamp in a request when it comes

Re: Tomcat 6 on solaris losing cookies

2010-02-11 Thread Pid
On 11/02/2010 21:59, George Baxter wrote: Hello, We're running into an issue with tomcat 6.0.18 running on solaris. Occasionally a request will come through that has cookies in the header, but the request.getCookies() returns no cookies. This causes the user to lose session and other bad bad

Re: DO NOT REPLY [Bug 49796] Crash in SSLSocket.handshake()

2011-01-12 Thread Pid
On 1/12/11 8:15 AM, nrusingha sahoo wrote: Can somebody help me on how to unsubscribe form this group please? - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: svn commit: r1059280 - in /tomcat/trunk/webapps/docs: changelog.xml config/context.xml

2011-01-15 Thread Pid
On 1/15/11 11:12 AM, sebb wrote: + pThe version component is treated as a codeString/code both for + performance reasons and to allow flexability in versioning schemes. String + comparissions are used to determine version order. Therefore s/comparissions/comparisons/

Re: External Docroot support for Tomcat

2011-05-02 Thread Pid
On 5/2/11 12:59 PM, Asha K S wrote: HI, Thanks a lot for helping me on this.Our basic requirement is having two docroots for same context '/' .But I have read that using '/' as an aliasPath is not allowed. Thats the reason we had to change the code. Please let me know if there is any way

Re: A Tomcat 6 Socket Server

2011-06-19 Thread Pid
Please don't cross post. p signature.asc Description: OpenPGP digital signature

Re: Links to Sun/Oracle on welcome page

2010-08-25 Thread Pid
On 25/08/2010 09:18, Mark Thomas wrote: On 25/08/2010 08:45, Mladen Turk wrote: Just been looking at the #49819 (awesome BTW) Huge +1. Now, how easy would it be to convert the web site and the docs to match whilst still keeping stuff in svn, updates simple and diffs clean? ( I know, I don't

Re: Links to Sun/Oracle on welcome page

2010-08-25 Thread Pid
On 25/08/2010 10:14, Mladen Turk wrote: On 08/25/2010 10:53 AM, Rainer Jung wrote: What about linking to the Specs? Like http://jcp.org/aboutJava/communityprocess/final/jsr315/index.html Still, is it so important that this should be listed on the front page. We already have those links

Re: Links to Sun/Oracle on welcome page

2010-08-26 Thread Pid
On 26/08/2010 07:26, Henri Gomez wrote: Le 26 août 2010 à 00:44, Konstantin Kolinko knst.koli...@gmail.com a écrit : 2010/8/25 Mladen Turk mt...@apache.org: On 08/25/2010 10:53 AM, Rainer Jung wrote: What about linking to the Specs? Like

Re: Links to Sun/Oracle on welcome page

2010-08-26 Thread Pid
On 26/08/2010 15:18, Tim Funk wrote: In that case ... +1 for removing links to http://java.sun.com/products/servlets and http://java.sun.com/products/jsp (or any http://java.sun.com page) Clearly +many for that then. And for clarity, what about to jcp.org? p -Tim On 8/26/2010 10:04

Re: Links to Sun/Oracle on welcome page

2010-08-27 Thread Pid
On 27/08/2010 11:53, Tim Funk wrote: +1 To intermediate page on wiki to allow newbies to understand what the JCP is -Tim On 8/27/2010 6:28 AM, Konstantin Kolinko wrote: Maybe create a Wiki page to list the relevant specification links? (I don't have time now, but maybe later). Minor

Re: OS/X packaging for Tomcat ?

2010-08-30 Thread Pid
On 30/08/2010 16:52, Henri Gomez wrote: I don't see much benefit in a DMG packaging (for a server application) alone. tar.gz is fine on Mac, and AFAIK a DMG can only be created on Mac OS X. Same benefits as a Tomcat.exe for Windows users. Easy install for beginers. Other ideas for Mac

Wiki graffiti

2010-09-03 Thread Pid
Hi, Anyone around with rights to stop a user messing about with the Wiki, before there's too many change notices in my/your/our mailboxs? p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: [ANN] CI for Tomcat 6 and 7 docs now available

2010-09-17 Thread Pid
On 17/09/2010 12:27, Mark Thomas wrote: Thanks to the infrastructure team (specifically Gavin in this case) we now have CI builds of the Tomcat 6 7 docs that will update with every commit. They can be found here: http://ci.apache.org/projects/tomcat/tomcat6/docs/

Re: Tomcat service VS start as batch file

2010-09-20 Thread Pid
On 20/09/2010 20:53, liorpf wrote: We are not using APR Everything is teh same except that the service is using the JRE DLL while batch file is using java under the JDK installation Probably a discussion for the Users List, rather than the developers list, for now at least. p

Tomcat diagnostics

2010-09-23 Thread Pid
Hi, I've been playing with a CLI, JMX and a few other things. At work I am manually extracting and monitoring various bits of JMX data in order to diagnose problems with Tomcat configs and applications. There's lot of information available in the JVM Tomcat which could be polled periodically,

Re: Tomcat diagnostics

2010-09-23 Thread Pid
On 23/09/2010 17:30, Mark Thomas wrote: On 23/09/2010 05:52, Pid wrote: - Periodic snaphots of key indicators, e.g. Connector backlog, error counts, resource pool usage. - A 'black box recorder' mode which can be enabled to log key data - Periodic inspection of threads to warn about blocking

Re: Tomcat diagnostics

2010-09-23 Thread Pid
On 23/09/2010 22:01, Leon Rosenberg wrote: what about all the existing solutions that are there already? Doesn't it make more sense to embed in one of these instead of creating the n+1 ? What kind of solutions do you have in mind? p On Thu, Sep 23, 2010 at 8:17 PM, Pid p...@pidster.com

Re: Tomcat diagnostics

2010-09-25 Thread Pid
On 23/09/2010 13:52, Pid wrote: Hi, I've been playing with a CLI, JMX and a few other things. At work I am manually extracting and monitoring various bits of JMX data in order to diagnose problems with Tomcat configs and applications. There's lot of information available in the JVM

Re: Which IDE?

2010-09-26 Thread Pid
On 26/09/2010 19:57, Mark Thomas wrote: On 26/09/2010 19:47, Wesley Acheson wrote: Which is really nice. Its a big noise but its a big noise once. Which persists in the file's history making diffs that span the format change almost impossible to decipher. Small gradual changes is the

Re: MBeans and credentials

2010-10-02 Thread Pid
On 01/10/2010 19:32, Rainer Jung wrote: Should we remove the following attributes from the respective mbeans? - shutdown from Catalina:type=Server If you've got JMX access, there's various 'stop()' methods to call. Maybe this one doesn't matter so much, as the socket's bound to a local

tomcat-util.jar

2010-10-02 Thread Pid
Hi, The tomcat-util.jar has a subset of the o.a.t.util sub-packages, namely 'res' and 'scan'. All of the rest of the util package is in tomcat-coyote.jar. The tomcat-api.jar has only 4 classes. Is there a reason for this separation, or could/should it be reorganised? p 0x62590808.asc

Jasper Servlet 3.0

2010-10-02 Thread Pid
Hi, Idea: instead of outputting XML as well, for Servlet 3.0 webapps, Jasper could just annotate the generated classes. Thoughts? p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Site redesign

2010-10-04 Thread Pid
Hi, A talking point: http://people.apache.org/~pidster/tomcat/site/ Disclaimer: the content currently on the page is there as an example and doesn't necessarily represent a final version of... etc etc. N.B. It is a single page and is not IE friendly*; please use another browser for now. In

Re: Site redesign

2010-10-04 Thread Pid
On 04/10/2010 14:38, Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Site redesign For now: input into what people consider the most important things to put in the green blue boxes at the top part of the page First click impression: The phrase Tomcat 6.0

Re: Site redesign

2010-10-04 Thread Pid
On 04/10/2010 15:00, Konstantin Kolinko wrote: 2010/10/4 Pid p...@pidster.com: Hi, A talking point: http://people.apache.org/~pidster/tomcat/site/ You mean, that is proposed for tomcat.apache.org or for the ROOT webapp? It would be for tomcat.apache.org. That style is OK for ROOT

Re: Site redesign

2010-10-04 Thread Pid
On 04/10/2010 14:39, Mark Thomas wrote: On 04/10/2010 14:00, Pid wrote: How the site is generated is going to be important. I'd like to keep to the current arrangement of: - simple text files (no preference for format) in svn - magic - html output That way we could use the same process

Re: Site redesign

2010-10-04 Thread Pid *
On 4 Oct 2010, at 15:23, Tim Funk funk...@apache.org wrote: Nice work ... I think a link needs to be added to report a bug. http://tomcat.apache.org/bugreport.html Yep. Cool. p -Tim - To unsubscribe, e-mail:

Re: JSESSIONID Cookie handle customizing

2010-10-15 Thread Pid
On 15/10/2010 15:49, Juliano Daloia de Carvalho wrote: PS: Sorry if this is not the adequate list, but the user one I got no answer. You only asked there half an hour ago. p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: Site redesign

2010-10-16 Thread Pid
On 15/10/2010 22:45, Christopher Schultz wrote: Pid, On 10/4/2010 9:00 AM, Pid wrote: For now: input into what people consider the most important things to put in the green blue boxes at the top part of the page would be useful. E.g. 1. what are the most important things users should

Tomcat site problem?

2010-10-26 Thread Pid
Hi, Is it me, or is the Tomcat site experiencing some problems? It seems very slow to respond, on some occasions is timing out before page load. p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: DO NOT REPLY [Bug 49819] Improved index.html for default ROOT application

2010-11-01 Thread Pid
On 01/11/2010 15:33, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=49819 Tim Funk funk...@apache.org changed: What|Removed |Added

Re: IIS-Tomcat Integration

2010-11-03 Thread Pid
On 03/11/2010 03:12, sbpdvlpr wrote: We are trying to integrate IIS and Tomcat. We get the Service temporarily unavailable or Bad Gateway message. isapi_redirect.properties extension_uri=/tomcat/isapi_redirect.dll log_file=C:\apps\Tomcat 6.0\logs\jk_iis.log log_level=trace

Re: configtest

2010-11-04 Thread Pid
On 03/11/2010 23:08, Tim Funk wrote: A possible nice to have is trying to test whether a new config will be OK or not.I have a patch which will allow a new arg for catalina.sh called configtest. It will try to load the catalina config but log everything to standard output. It will try to

Re: [PATCH] Parallel deployment

2010-11-08 Thread Pid
On 08/11/2010 15:09, Rainer Jung wrote: Furthermore we could as a convenience convert all dots to underscores and Or s/dots/non-alphanumerics/ p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: New ROOT webapp feedback

2010-11-09 Thread Pid
- maybe there's a shock of the new effect. I'm not planning on making any immediate changes myself but wanted to get the feedback on list in case anyone (Pid?) fancied taking a look. I have a few small fixes anyway. p 0x62590808.asc Description: application/pgp-keys signature.asc Description

Re: svn commit: r1035759 - /tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java

2010-11-16 Thread Pid
4-core OSX (for comparison with Winders) Did half a dozen runs in Eclipse, for just this unit test. for testManagerBaseGenerateSessionId() 1 thread -~500ms 2 threads - ~1200ms 4 threads - ~2500ms 16 threads - ~1ms for testManagerBaseCreateSession() 1 thread -~700ms 2

Re: setclasspath vs. setenv

2010-11-17 Thread Pid
On 17/11/2010 20:35, Thangalin wrote: Hi, Judging by its name alone, I would have thought that setclasspath (.bat or .sh) would be a place to put custom code that sets the classpath before Tomcat starts, or stops. I find it odd that nowhere in that file is the classpath environment

Re: About bug fix

2010-11-26 Thread Pid
On 26/11/2010 09:15, unni mana wrote: Hi, I have seen lot of bugs related to Tomcat 7.0 in bugzilla.I have already subscribed to the developer list.I want to clarify that whether can I fix bugs ? If so what are the procedures I need to follow.Please guide me. Create a bugzilla account and

Re: About bug fix

2010-11-26 Thread Pid
, 2010 at 3:59 PM, Pid p...@pidster.com wrote: On 26/11/2010 09:15, unni mana wrote: Hi, I have seen lot of bugs related to Tomcat 7.0 in bugzilla.I have already subscribed to the developer list.I want to clarify that whether can I fix bugs ? If so what are the procedures I need

Re: [ANN] New Tomcat committer: Sylvain Laurent (slaurent)

2010-12-02 Thread Pid
On 12/2/10 3:47 PM, Mark Thomas wrote: On behalf of the Tomcat committers I am pleased to announce that Sylvain Laurent (slaurent) has been voted in as a new Tomcat committer. Please join me in welcoming him. Hehey. Congrats Sylvain! p 0x62590808.asc Description: application/pgp-keys

Re: Adding annotations to JspC

2010-12-17 Thread Pid
On 17/12/2010 08:49, Konstantin Kolinko wrote: 2010/12/16 Christopher Schultz ch...@christopherschultz.net: All, I'm looking at writing a patch for bug 50234 (JspC use servlet 3.0 features: https://issues.apache.org/bugzilla/show_bug.cgi?id=50234) and I'm thinking that the annotations should

Re: isapi_redirector.dll -- Tomcat to IIS problems

2010-12-18 Thread Pid *
This should be directed to the Users mailing list. p On 17 Dec 2010, at 22:27, amythyst roxanne.ga...@deltasolutions.com wrote: amythyst wrote: Hi, I am trying to get an application called JIRA to work externally on our corporate domain. We believe we have everything set up properly and

Re: OAuth Support in Tomcat

2010-12-22 Thread Pid *
On 22 Dec 2010, at 06:36, Andrew Salamatov andrew.salama...@gmail.com wrote: Hi, I was wondering if there are any plans to build an OAuth stack into the Tomcat server to support OAuth 2.0 flows, instead of forcing the hosted applications to build the logic themselves. Apache Amber

Re: Tomcat supporting PHP

2007-07-17 Thread Pid
Joe Nathan wrote: Mladen Turk-3 wrote: Why would someone wish to do that at the first place. You should realize that PHP world is lot bigger than Java world! Having both will have many merits. And how are you judging that? p smime.p7s Description: S/MIME Cryptographic Signature

Re: Tomcat supporting PHP

2007-07-17 Thread Pid
Joe Nathan wrote: Pid-2 wrote: And how are you judging that? You should ask Redhat! Rather than this turn into big ideological argument, I'd just like to suggest to the OP that the Java world might be bigger than he'd appreciated - and that it's more meaningful to use the right tool

Re: Tomcat 6 fails to start on Terminal Server

2007-08-30 Thread Pid
Try submitting this question to the Tomcat Users list. This list is for the developers of the server itself. p jhayden wrote: Have installed Tomcat onto MS Terminal Server. However when attempting to start Tomcat it fails. Have tried version 5.5 and 6.0 and both give the same failure. Here

Re: Tomcat and SessionHandling

2007-09-11 Thread Pid
Preuss, Jacqueline - ENCOWAY wrote: Hi, I'm new here! Generally, I'm new in the topic servlets etc. so I hope I can explain my problem well. In our company we work with some web applications running in Internet Explorer. We want to use Tomcat as servlet engine / webserver.

Re: Standard Jar Scanner Conflict with TLD Config

2011-11-25 Thread Pid *
On 25 Nov 2011, at 03:07, Chatree Srichart chatree.srich...@gmail.com wrote: On Fri, Nov 25, 2011 at 4:48 AM, Rainer Jung rainer.j...@kippdata.dewrote: On 23.11.2011 22:59, Mark Thomas wrote: On 23/11/2011 09:52, Chatree Srichart wrote: Hi community. I got a problem when I start my own

Re: Tomcat 7.0.23 startup freezes at INFO: Deploying web application directory ...

2011-11-29 Thread Pid
On 29/11/2011 09:19, ~ ~ wrote: Nuances: - no errors are displayed in logs - tomcat process can't be shutted down with shutdown.sh script - http request on 80 port wait forever - it's a multi host configuration - the same setup works well on all previous build, including 7.0.22 - when

Re: DO NOT REPLY [Bug 52276] New: tomcat deploy will be blocked without LockOutRealm

2011-12-11 Thread Pid
On 02/12/2011 09:23, jaiswal wrote: Hi, Sorry ..i dont know whether this mail group is valid for this discussion or not but i am facing one issue: after looking into hs_err_pid log file th emain issue is in *org.apache.jasper.compiler.TldLocationsCache.tldScanJar* method Can

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-19 Thread Pid
On 18/12/2011 08:37, Mladen Turk wrote: On 12/17/2011 09:24 PM, Antonio Petrelli wrote: As requested here is a proposal to move to Maven. I simply cannot understand why some folks have almost religious fascination with Maven. I know many projects that have move from Ant to Maven and are

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Pid
On 20/12/2011 08:38, Antonio Petrelli wrote: 2011/12/19 Pid p...@pidster.com On 18/12/2011 08:37, Mladen Turk wrote: On 12/17/2011 09:24 PM, Antonio Petrelli wrote: As requested here is a proposal to move to Maven. I simply cannot understand why some folks have almost religious

Re: [Tomcat Wiki] Trivial Update of PoweredBy by babayaga

2011-12-24 Thread Pid
On 24/12/2011 03:36, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by babayaga: http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=393rev2=394 === Homegevity ===

Re: DO NOT REPLY [Bug 52543] Exception

2012-01-27 Thread Pid
On 27/01/2012 15:18, sebb wrote: On 27 January 2012 13:38, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=52543 Pid bugzi...@pidster.com changed: What|Removed |Added

Re: DO NOT REPLY [Bug 52543] Exception

2012-01-29 Thread Pid
On 27/01/2012 17:37, Pid wrote: On 27/01/2012 15:18, sebb wrote: On 27 January 2012 13:38, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=52543 Pid bugzi...@pidster.com changed: What|Removed |Added

Re: SPDY support

2012-02-02 Thread Pid
On 02/02/2012 10:05, Remy Maucherat wrote: On Wed, 2012-02-01 at 13:54 -0800, Costin Manolache wrote: Hi, Some initial patch for SPDY - using the NPN SSL extension, as required by chrome/firefox. I used github so it's easy to add comments or test:

Re: SPDY support

2012-02-03 Thread Pid
On 02/02/2012 13:30, Remy Maucherat wrote: On Thu, 2012-02-02 at 12:28 +, Pid wrote: Of course, I'm even less sure about websockets since it's kind of a mess. I'd say it was the other way round. WebSockets finalised before Xmas, and there's lots of interest from various communities

Re: Website refresh

2012-02-12 Thread Pid *
On 12 Feb 2012, at 16:57, Mark Thomas ma...@apache.org wrote: On 11/02/2012 22:42, Jeremy Brown wrote: Thanks for letting me know Chuck. Please see the mockup image here. https://s3.amazonaws.com/jjbosstracker/TomcatMockup.jpg I like the mockup. It is a step up from what we have already.

Re: [Tomcat Wiki] Update of PageD'Accueil by Roger Mbiama

2012-03-02 Thread Pid
On 01/03/2012 20:42, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PageD'Accueil page has been changed by Roger Mbiama: http://wiki.apache.org/tomcat/PageD%27Accueil?action=diffrev1=1rev2=2 ## For

  1   2   >