Re: Is there any JMX property which indicates no requests is being processed?

2010-10-22 Thread Pid
On 21/10/2010 21:58, Ruslan Gainutdinov wrote: Hello! Is there any JMX property which indicates no requests is being processed, and no requests are waiting in the queue? Implement the Executor element, then examine it using JConsole. You'll see the properties you need. p I am trying to

Re: javax.naming.NamingException: Cannot create resource instance

2010-10-22 Thread Pid
On 22/10/2010 06:40, Aparna1 V wrote: oh! but i need to connect to both those datasources. Is this not possible in tomcat6? Yes it is possible. And on top of that, you've got two ResourceLink name attributes pointing to the same class with different names. This is irrelevant. The type

Re: Servlet throws exceptions

2010-10-22 Thread Pid
On 22/10/2010 03:41, Thomas Hauk wrote: As per my previous post, I'm setting up Tomcat 6.0.24 with Apache on Mac OS X Server 10.5, using the built-in versions that come with the OS, and Java 1.5.0_26 (the latest from Apple, just released). When I invoke a specific operation in my servlet

Re: javax.naming.NamingException: Cannot create resource instance

2010-10-22 Thread Pid
-hosting-howto.html http://tomcat.apache.org/tomcat-6.0-doc/config/context.html Context definitions are no longer placed in server.xml, instead put the definition in the war file, like so: META-INF/context.xml WEB-INF/web.xml p Please help me out... From: Pid p...@pidster.com

Re: SSL Certificate : Unable to configure Tomcat server.xml

2010-10-22 Thread Pid *
On 22 Oct 2010, at 13:54, Richard da Silva roman_s...@yahoo.com wrote: Hi all, I've been fighting with a very silly problem all day. I have an instance of Sun Identity Manager (IDM) running on a Tomcat server. To be able to use some of its Resources features, we have had to create and

Re: Urgent: how to run htaccess on tomcat

2010-10-22 Thread Pid *
On 22 Oct 2010, at 10:36, abhishek jain abhishek.netj...@gmail.com wrote: Hi friends, I am in middle of urgent production issue. That's unfortunate. p Can some one help me how to allow .htaccess on tomcat i have a virtualhost on apache with tomcat installed. Apache 2.x tomcat 5.5.x

Re: Login page timeout

2010-10-22 Thread Pid *
It's not an error. p On 22 Oct 2010, at 13:51, Martin Gainty mgai...@hotmail.com wrote: can you verify this error is corrected with TC 7.0.5? thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

Re: SSL Certificate : Unable to configure Tomcat server.xml

2010-10-22 Thread Pid
On 22/10/2010 14:04, Pid * wrote: On 22 Oct 2010, at 13:54, Richard da Silva roman_s...@yahoo.com wrote: Hi all, I've been fighting with a very silly problem all day. I have an instance of Sun Identity Manager (IDM) running on a Tomcat server. To be able to use some of its Resources

Re: tomcat 6.0.29 hung

2010-10-22 Thread Pid
On 22/10/2010 15:42, Jason Britton wrote: Hi Chuck - How the application is doing its locking is definitely exacerbating the problem of the thread just sitting on that socket read to the database and never getting to release the lock, this is just one particular application out of two

Re: Question

2010-10-22 Thread Pid
On 22/10/2010 16:27, Marshall, Marc wrote: Hi, I am a new user to Tomcat and am converting from Websphere server to a Tomcat 6.0 server running out of eclipse. The Websphere server has Environment variables in java:comp/env/EnvironmentVariables. After looking at the context.xml

Re: tomcat 6.0.29 hung

2010-10-22 Thread Pid
On 22/10/2010 16:47, Jason Britton wrote: one of two of the hanging applications are doing db connection validation. The application using DBCP configures it's SharedPoolDataSource using setValidationQuery(select 'validationQuery' from dual); That looks weird. Is that really

Re: SSL Certificate : Unable to configure Tomcat server.xml

2010-10-22 Thread Pid
On 22/10/2010 19:02, Caldarale, Charles R wrote: From: Stefano Suzzi [mailto:s.su...@protesa.it] Subject: Re: SSL Certificate : Unable to configure Tomcat server.xml i think you miss the protocol and scheme attribute. The OP clearly had the scheme specified, and the protocol defaults to

[OT] VisualVM, (was Re: tomcat 6.0.29 hung)

2010-10-21 Thread Pid
On 21/10/2010 00:11, Jason Britton wrote: Highly recommend trying out jvisualvm (it's in your jdk bin) if you're running 1.6. There's a standalone release - 1.3.1 - with more plugins some slightly shinier toys. https://visualvm.dev.java.net/ Even if you can't run it on the same machine as

Re: Container managed security and Proxy support

2010-10-21 Thread Pid
On 21/10/2010 08:46, André Warnier wrote: Pid wrote: On 20/10/2010 17:02, Oliver Wulff wrote: Thanks. To recap, I configure AJP13 with tomcatAuthentication equals to false but I still need the login-config and security-constraints in the web.xml... Where can I let tomcat know to which roles

Re: Issue while running jsp page containing DB connections

2010-10-21 Thread Pid
On 21/10/2010 09:23, Amal Thayyil wrote: Hi, I am getting the following error and tomcat gets stuck while running a jsp page with MYSQL DB Connections. Tomcat Version is 6.0.29 SEVERE: The web application [/] is still processing a request that has yet to finish. This is very likely to

Re: [OT] VisualVM, (was Re: tomcat 6.0.29 hung)

2010-10-21 Thread Pid
it does something which requires direct access to the process. p On Thu, Oct 21, 2010 at 2:25 AM, Pid p...@pidster.com wrote: On 21/10/2010 00:11, Jason Britton wrote: Highly recommend trying out jvisualvm (it's in your jdk bin) if you're running 1.6. There's a standalone release - 1.3.1

Re: Java out of memory error

2010-10-20 Thread Pid
On 20/10/2010 09:15, rujin raj wrote: Hi all, In my tomcat application server frequently i am getting the java out of memory error. *Error:* 20 Oct, 2010 1:09:41 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exception (java.lang.OutOfMemoryError: unable

Re: How to write the web.xml file in WAR package

2010-10-20 Thread Pid
On 20/10/2010 02:33, ganu MailList wrote: 2010/10/19 Pid p...@pidster.com mailto:p...@pidster.com On 19/10/2010 08:51, Wesley Acheson wrote: On Tue, Oct 19, 2010 at 3:54 AM, ganu MailList ganu4maill...@gmail.com mailto:ganu4maill...@gmail.com wrote: I need transmit one

Re: How does Tomcat on Mac OS X Server handle requests to different domain names?

2010-10-20 Thread Pid
On 20/10/2010 07:51, Thomas Hauk wrote: I'm setting up a Mac OS X Server (10.5) machine, and that will include setting up Tomcat. The machine will be the host for at least two different domain names -- let's say myapp.example.com and myapp.anotherexample.com -- each of which will need to be

Re: Tomcat memory leak error launching web app in NetBeans 6.9.1

2010-10-20 Thread Pid
On 20/10/2010 12:41, Martin O'Shea wrote: And then when I terminate the Quartz application, but leave Tomcat running, the second dump appears to be show no trace of these messages at all. So does this indicate that Quartz has shut down but only after my application has stopped within Tomcat,

Re: ssl setup in tomcat

2010-10-20 Thread Pid
On 20/10/2010 12:44, Hemanth Gundlapudi wrote: Hi , I am planning to setup secure connection in our environment which consist of apache webserver, tomcat ( two instances running on the same machine) which talks to a third party application maintained by third party vendor. What are your

Re: Container managed security and Proxy support

2010-10-20 Thread Pid
On 20/10/2010 16:46, Oliver Wulff wrote: img src=http://zdownload.zurich.com/mailimages/ZHP_MailHeader.gif; / Hi there Different Realms are already provided by Tomcat to configure the authentication. This allows the application developer to use the standard Servlet API to retrieve

Re: Container managed security and Proxy support

2010-10-20 Thread Pid
, AFAIK. Which means you can't use the AJP method. p Thanks Oliver Pid p...@pidster.com

Re: tomcat 6.0.29 hung

2010-10-20 Thread Pid
On 20/10/2010 21:37, Jason Britton wrote: I have a tomcat instance hanging up (and currently still hung up) and would really appreciate pointers on how to debug further. A belated thanks to Konstantin for the info on kill -QUIT pid to retrieve thread dumps But I was only able to pull thread

Heading [OT] Re: Tomcat memory leak error launching web app in NetBeans 6.9.1

2010-10-19 Thread Pid
On 19/10/2010 01:07, Mark Eggers wrote: Once again, I apologize for the wall of text. However, most of it is pretty quick and dirty code, so it should be easy to skim. I'm guessing the end result is harmless? Well, if the ClassLoader is still extant after it's supposed to have been cleared

Re: How to write the web.xml file in WAR package

2010-10-19 Thread Pid
On 19/10/2010 08:51, Wesley Acheson wrote: On Tue, Oct 19, 2010 at 3:54 AM, ganu MailList ganu4maill...@gmail.com wrote: I need transmit one java project to the WAR package then put it under the tomcat. But I donot know how to write web.xml of this project rightly. I had written onem but

Re: Splitting Content Across Multiple Domains

2010-10-19 Thread Pid
On 19/10/2010 03:49, Caldarale, Charles R wrote: From: Ðavîd Låndïs [mailto:dlan...@gmail.com] Subject: Splitting Content Across Multiple Domains I am considering creating another Host in my Tomcat server and creating another .war file with static content for that additional host. So the

Re: How to configuration rails upload directory in tomcat?

2010-10-19 Thread Pid
faithfully, Kind regards. -- Ray On Tue, Oct 19, 2010 at 01:24, Pid p...@pidster.com mailto:p...@pidster.com wrote: On 18/10/2010 18:11, Ray Sun wrote: My basic requirement is upload and show image. I use rails on jruby and warble package the project as war on windows

Re: what is it doing ?

2010-10-19 Thread Pid
: Sun Microsystems Inc. (Java JDK installed) and where night and day, tomcat seems to be using a fair amount of CPU time, like so : PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 2901 tomcat55 20 0 459m 285m 16m S 13 32.3 354:39.13 java although by all

Re: Tomcat Re-direct

2010-10-18 Thread Pid
On 18/10/2010 06:57, Richard da Silva wrote: Hi all, I have an IDM (Identity Manager) instance running on an Apache Tomcat Server. My Tomact version is : 6.0.18 The current release is 6.0.29. Time to think about an upgrade. The http address which activates my IDM application is in the

Re: How to configuration rails upload directory in tomcat?

2010-10-18 Thread Pid
On 18/10/2010 18:11, Ray Sun wrote: My basic requirement is upload and show image. I use rails on jruby and warble package the project as war on windows. In rails, I set my upload directory as '#{Rails.root}/public/data/users'. And it works on common rails light server like webrick. But after

Re: Comet async timeouts in Tomcat 7

2010-10-18 Thread Pid
On 18/10/2010 18:56, greenstar wrote: Mark Thomas wrote: [March 19, 2010] Hopefully weeks. Filip has the async timeouts left to finish and then we'll need to make sure the Servlet 3.0 TCK passes. With those hurdles out of the way there will be a release. As per

Re: Tomcat 6.0.29 - Windows Service - JMX

2010-10-18 Thread Pid
On 18/10/2010 19:11, Leo Donahue - PLANDEVX wrote: http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html Adding JMX to Tomcat 6.0.29 and starting with the startup.bat will add a Tomcat icon and show the process ID, under the Local connection, when launching jvisualvm.exe Adding JMX to

Re: Tomcat memory leak error launching web app in NetBeans 6.9.1

2010-10-18 Thread Pid
On 18/10/2010 18:19, Martin O'Shea wrote: Thanks Mark. Your test seems to bear out the issue I'm having. For information: I have my own ServletContextListener which has a contextDestroyed method as follows: @Override public void contextDestroyed(ServletContextEvent contextEvent) {

Re: Tomcat memory leak error launching web app in NetBeans 6.9.1

2010-10-18 Thread Pid
On 18/10/2010 23:02, Mark Thomas wrote: On 18/10/2010 16:56, Mark Thomas wrote: On 18/10/2010 12:05, Mark Eggers wrote: I saw a mention of this on the Quartz forums. People there seem to think it's a race condition between Quartz's scheduler shutdown and Tomcat's thread memory leak

Re: Res: Res: JSESSIONID Cookie handle customizing

2010-10-16 Thread Pid *
to login page. - Mensagem original De: Pid p...@pidster.com Para: Tomcat Users List users@tomcat.apache.org Enviadas: Sexta-feira, 15 de Outubro de 2010 13:19:54 Assunto: Re: Res: JSESSIONID Cookie handle customizing On 15/10/2010 17:02, Juliano Daloia de Carvalho wrote: I'll inject

Re: Inconsistent output of Java 5 enums

2010-10-16 Thread Pid *
On 15 Oct 2010, at 17:42, Oliver Siegmar oli...@siegmar.org wrote: Pid, Am Friday 15 October 2010 schrieb Pid: No, because that would call a method getName() which doesn't exist - the method is named name(). c:out value=${myEnumValue.getName()}/ I don't think that'll work in 6.0

Re: Tomcat memory leak error launching web app in NetBeans 6.9.1

2010-10-16 Thread Pid *
On 16 Oct 2010, at 12:45, Martin O'Shea app...@dsl.pipex.com wrote: Hello I wonder if anyone can help here? I am developing a web application written in Java servlets and JSPs which uses Quartz 1.6.1 to submit two jobs when Apache Tomcat 6.0.26 is started and hourly after that. But what

Re: Tomcat memory leak error launching web app in NetBeans 6.9.1

2010-10-16 Thread Pid
- From: Pid * [mailto:p...@pidster.com] Sent: 16 Oct 2010 15 06 To: Tomcat Users List Subject: Re: Tomcat memory leak error launching web app in NetBeans 6.9.1 On 16 Oct 2010, at 12:45, Martin O'Shea app...@dsl.pipex.com wrote: Hello I wonder if anyone can help here? I am developing

Re: Res: Res: Res: JSESSIONID Cookie handle customizing

2010-10-16 Thread Pid
On 16/10/2010 13:55, Juliano Daloia de Carvalho wrote: yes Pid, we can say that is a kind of encryption. What do you gain by encrypting the session id? do you know which is the first tomcat class that receives the client request? do you know which is the last tomcat class that is used

Re: Inconsistent output of Java 5 enums

2010-10-15 Thread Pid
On 15/10/2010 15:22, Christopher Schultz wrote: Oliver, On 10/15/2010 10:19 AM, Oliver Siegmar wrote: Chris, On Friday 15 October 2010 16:11:29 Christopher Schultz wrote: not. Sorry for the confusion. So this is a simplified example for my enum: You're right: that was stupid of me. I had

Re: JSESSIONID Cookie handle customizing

2010-10-15 Thread Pid
On 15/10/2010 15:15, Juliano Daloia de Carvalho wrote: Hi Folks! I want to put some information on the JSESSIONID that tomcat generates. I'm using aspect programming so I don´t need to change the tomcat code itself. What information? The thing is that I found many points

Re: What is the lifecycle of the apache tribes channel?

2010-10-15 Thread Pid
On 15/10/2010 16:45, Michael Knümann wrote: Hi, I'm using apache tribes for messaging between nodes within a cluster. My implementation bases on the quickstart example that is part of the related documentation. At the moment there is Context Listener that starts the communication like

Re: Res: JSESSIONID Cookie handle customizing

2010-10-15 Thread Pid
= or not. and before sending to check if tomcat sent set-cookie on header so I can make the change needed. Why? What does the code do that can't be done via a Servlet Filter? p - Mensagem original De: Pid p...@pidster.com Para: Tomcat Users List users@tomcat.apache.org Enviadas

Re: Where do files served get logged?

2010-10-14 Thread Pid
On 14/10/2010 17:05, laredotornado wrote: Hi, I'm using Tomcat 6.0.26. Where is it configured, or where do I look to see what files Tomcat has served? I'm trying to make sure Tomcat is not serving static files that Apache can serve more efficiently. [I'm wincing extending a cordial

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Pid
On 14/10/2010 17:34, Bernard Bondar wrote: Hi All, Does anyone know if I need to uninstall Tomcat 5.5 before I install 6.0 or can I just install on top of it? Umm, probably not such a good idea. Depending on the OS download you're using (you didn't say), you can install the new version

Re: Apache Reverse Proxy required or not?

2010-10-14 Thread Pid
On 14/10/2010 17:19, Rob Gregory wrote: Hi All, Quick question on what people's views are with regard to using Tomcat to host external/internet facing sites. A quick Google search recommends that these should be 'fronted' by Apache running reverse proxy. What reasons did they give? Is

Re: Handling Tomcat crash

2010-10-14 Thread Pid
On 14/10/2010 17:45, Maximilian Stocker wrote: -Original Message- From: Tarun Gupta [mailto:tarun.gu...@digitalmountain.com] Sent: Thursday, October 14, 2010 12:41 PM To: users@tomcat.apache.org Subject: Handling Tomcat crash In the event the tomcat crashes I would like to restart

Re: Where do files served get logged?

2010-10-14 Thread Pid
On 14/10/2010 17:58, laredotornado wrote: I haven't done any benchmarks, and I'm assuming some of the folks on this thread are the Tomcat developers and can speak first hand to the speed. If so, I would encourage you to update the wiki ... http://wiki.apache.org/tomcat/FAQ/Connectors

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Pid
On 14/10/2010 19:42, Christopher Schultz wrote: Oliver, On 10/14/2010 12:24 PM, Oliver Siegmar wrote: On Wednesday 13 October 2010 21:21:33 Christopher Schultz wrote: What do your taglib declarations look like? I've only used the JSTL a little bit, and I found that when you have the wrong

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Pid
On 14/10/2010 20:03, Oliver Siegmar wrote: Hi Pid, Am Thursday 14 October 2010 schrieb Pid: Which JSTL implementation are you using and which Java version was it compiled for/on? http://repo2.maven.org/maven2/javax/servlet/jstl/1.2/jstl-1.2.jar Using Sun/Oracle Java 6u21 OK

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Pid
the next bit. Unzip the download in directory alongside the old one. p Thanks, Bernard -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, October 14, 2010 12:59 PM To: Tomcat Users List Subject: Re: Tomcat 5.5 -6.0 Upgrade Question On 14/10/2010 17:34

Re: ApacheCon2010NA Meetup / Connector Performance

2010-10-14 Thread Pid
On 14/10/2010 21:39, János Löbb wrote: On Oct 14, 2010, at 3:00 PM, Christopher Schultz wrote: All, Is there any interest in my (finally) presenting my performance data for Tomcat connectors versus Apache httpd at the conference meetup? I'd have to repeat my tests (my data is for

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Pid
On 14/10/2010 20:31, Christopher Schultz wrote: All, On 10/14/2010 3:24 PM, Christopher Schultz wrote: Pid, On 10/14/2010 3:21 PM, Pid wrote: On 14/10/2010 20:03, Oliver Siegmar wrote: Hi Pid, Am Thursday 14 October 2010 schrieb Pid: Which JSTL implementation are you using and which

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Pid
On 14/10/2010 21:20, Bernard Bondar wrote: Thank you! But note: if the app contains JSPs and those JSPs were precompiled using the Jasper Ant task, the app will need to be recompiled to avoid weird errors. If you don't know what I'm talking about, don't worry unless you see a bunch of errors.

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-13 Thread Pid *
On 13 Oct 2010, at 04:44, ramkumar ramku...@efftronics.com wrote: Hi, Thank you for your response. I dont the communication api version i think it is 2.0. I searched for latest version but i could not find it for windows OS. I get it from some uploader site. My WEB-INF\LIB has following

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-13 Thread Pid *
On 13 Oct 2010, at 04:44, ramkumar ramku...@efftronics.com wrote: Hi, Thank you for your response. I dont the communication api version i think it is 2.0. I searched for latest version but i could not find it for windows OS. I get it from some uploader site. My WEB-INF\LIB has following

Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-13 Thread Pid
On 13/10/2010 12:12, Karthik Nanjangude wrote: export JAVA_HOME=/opt/java6 echo JAVA_HOME = $JAVA_HOME export CATALINA_OPTS='-Dcom.sun.management.jmxremote.port=8999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false' Jconsole of JDK6 = IP:JMX

Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-13 Thread Pid
On 13/10/2010 14:35, Karthik Nanjangude wrote: Hi through a firewall As I have already told u in the last mail 1) We do not have a Firewall You said you did. 2) All our servers are available locally I didn't understand that, apologies. 3) We have several UNIX /LINUX servers 4)

Re: Configuring which Servlet is invoked

2010-10-12 Thread Pid
On 12/10/2010 02:54, Christopher Dodunski wrote: Host name=http://blog.christopher.net.nz; appBase=/home/roller/application unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false / /Engine Remove the http://; bit from the name attribute. p

Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-12 Thread Pid
On 12/10/2010 06:53, Karthik Nanjangude wrote: Hi Are you connecting through a firewall? No Firewall ( ALL of these server's are behind the Firewall and the servers are available thru a local hub ) I am able to use Putty (SSH Port 22) to connect to that server for other Activities as

Re: Configuring which Servlet is invoked

2010-10-12 Thread Pid
On 12/10/2010 05:20, Christopher Dodunski wrote: Catalina logs contain some entries that may shine some light on the matter... SEVERE: Error starting static Resources java.lang.IllegalArgumentException: Document base /home/roller/application/optomus does not exist or is not a readable

Re: Tomcat looking for document bases that don't exist

2010-10-12 Thread Pid
On 12/10/2010 10:22, Christopher Dodunski wrote: Hi, I have added an additional Host to server.xml, with its own appBase, and servicing several domains by way of Alias elements. When Tomcat is restarted, Catalina logs errors relating to not finding document bases. These match applications

Re: Tomcat looking for document bases that don't exist

2010-10-12 Thread Pid
On 12/10/2010 10:45, Christopher Dodunski wrote: Hi, I'm running Tomcat 6, an my directory structure seems slightly different. But this is what I think you are asking for... optomus:~# ls /usr/local/tomcat/work/Catalina/ blog.christopher.net.nz blog.optomus.com http: localhost

Re: Tomcat looking for document bases that don't exist

2010-10-12 Thread Pid
On 12/10/2010 11:21, Christopher Dodunski wrote: Sorry, try this instead... optomus:/usr/local/tomcat/conf/Catalina# ls blog.christopher.net.nz blog.optomus.com localhost [I have no Host defined for this next one, so I guess it's safe to delete] optomus:/usr/local/tomcat/conf/Catalina#

Re: Printing using system commands from Tomcat as a service

2010-10-12 Thread Pid
On 12/10/2010 11:57, F2Andy wrote: Using Ruby on Rails on Tomcat, I want to sent a file to a printer, which should be easy via a system command. It works if I run Tomcat from the command line, but not if Tomcat is running as a service. Some details... I am using Tomcat 6 on Windows

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-11 Thread Pid
On 11/10/2010 04:31, ramkumar wrote: Hi Pid, Thank you for your response. Not only for this comunication api, if i put thr jar files in WEBAPPS/MY APPLICATION/WENINF/LIB it is showing the No Class found. plese help me. Whw]at are rthe chnages i have to do? Thank you. That's

Re: Configuring which Servlet is invoked

2010-10-11 Thread Pid
On 11/10/2010 08:53, Christopher Dodunski wrote: Hello, I have a slight problem, and am having difficulty determining which part of the Tomcat documentation applies in my case. Apache HTTP Server version (as proxy): 2.2.9 (Debian) Tomcat version: 6.0.29 **My Problem** Apache Roller

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-11 Thread Pid
On 11/10/2010 08:47, ramkumar wrote: hi, Thank you for the response. I am sure that no other programs using the port.I am suspecting that Tomcat not loading the jar file. I got same error while using the api coomons.fileupload for uploading the files to server.I put the all the required

Re: connection pool

2010-10-11 Thread Pid
On 11/10/2010 09:08, TomazM wrote: Why if I reload application which use connection pool doesn't release connection's to MySQL DB? Which connection pool and how is it defined? Where is the JDBC driver placed, and which one (exact version) are you using? Can you upgrade to the latest version

Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-11 Thread Pid
On 11/10/2010 09:41, Karthik Nanjangude wrote: Hi Spec : Java 1.5 WebApp : Tomcat 6.0.29 O/s Win 2000 / Linux / Unix Linux : 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux Question : Is there a Bug with JConsole for monitering TOMCAT 6.0.29

Re: Tomcat 5.5.25 | Memory leak in Web Application

2010-10-11 Thread Pid
On 11/10/2010 17:30, Anurag Kapur wrote: The objects holding references to the character arrays that ultimately consume all the memory are of type org.apache.jasper.runtime.BodyContentImpl as indicated in the object reference tree below: There was a bug reported in Tomcat 5.5.9 which says

Re: Fw: Applet Servlet communication in Tomcat 7

2010-10-10 Thread Pid
On 10/10/2010 07:52, Ram karthik wrote: From: Warren Henning warren.henn...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Sun, October 10, 2010 10:42:20 AM Subject: Re: Fw: Applet Servlet communication in Tomcat 7 On Sat, Oct 9, 2010 at

Re: Why I am getting Malware detection in Tomcat 5.5.031

2010-10-10 Thread Pid
On 10/10/2010 16:48, Caldarale, Charles R wrote: From: Saurabh Agrawal (PSL) [mailto:saurabh_agra...@persistent.co.in] Subject: Why I am getting Malware detection in Tomcat 5.5.031 I am trying to install apache tomcat 5.5.031 on Windows 7, but I am getting Malware detection by Avira. You

Re: Apache/mod_jk serves random files from tomcat

2010-10-09 Thread Pid
On 08/10/2010 04:40, domiguo wrote: Has this thread has a clear answer now? You resurrected a thread which is over a year old. If you have a problem, please start a new email and describe the details and your environment. p 0x62590808.asc Description: application/pgp-keys signature.asc

Re: deploy to public_html folder

2010-10-09 Thread Pid
'public_html' fit into the environment, where is it located? p On , Pid wrote: On 08/10/2010 00:49, Sreeprasad Govindankutty wrote: Upload the .WAR archive to /public_html/servlet Extract .WAR archive using Shell access using the unzip command Unless you have inside knowledge about the OPs

Re: Error 503 ocurring when server under load

2010-10-09 Thread Pid
On 08/10/2010 10:08, André Warnier wrote: Pid wrote: ... Is this info in the original email? Yes. (If so, I think my mailer isn't behaving well). It seems also somewhat spastic. We've been receiving multiple copies of what you send. Or did you just have too much coffee lately

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-09 Thread Pid
On 09/10/2010 06:14, efftronics wrote: Hi , I installed apache tomca 6.0.18 sucessfully. Why such an old version? In some web application i want to write data to comm port, but my application returning java.io.exception : unable to open port : com1.i sucessfully installed java

Re: unable to access comm ports on apache tomcat 6.0.18

2010-10-09 Thread Pid
On 09/10/2010 16:56, Mikolaj Rydzewski wrote: ramkumar wrote: I want to send SMS to mobile clients using GSM modem. Modem is connected to PC through COM port. I installed JAVA COMMUNICATION API. I am using ecclipse ide. I am able to run my web application from ecclipse ide by enabling

Re: Error 503 ocurring when server under load

2010-10-08 Thread Pid
and keepAliveTimeout attributes. Will do Whatever you do, first get an idea of the starting situation. Then modify one setting at a time, and observe (and note) the effects. Sensible advice Pid wrote: OK. Is there anything else different apart from the Servlet container? I'm not sure what you mean

Re: Tomcat auf MS Cluster?

2010-10-08 Thread Pid
On 07/10/2010 18:07, Jeffrey Janner wrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, October 06, 2010 9:31 AM To: Tomcat Users List Subject: Re: Tomcat auf MS Cluster? On 06/10/2010 15:16, Jeffrey Janner wrote: I agree with Mark, upgrade your

Re: deploy to public_html folder

2010-10-08 Thread Pid
On 08/10/2010 00:49, Sreeprasad Govindankutty wrote: Upload the .WAR archive to /public_html/servlet Extract .WAR archive using Shell access using the unzip command Unless you have inside knowledge about the OPs environment, that's poor advice. On Thu, Oct 7, 2010 at 6:54 PM, William Biggs

Re: Disable class monitoring for reloading container classes

2010-10-08 Thread Pid
- From: Pid [mailto:p...@pidster.com] Sent: Thursday, October 07, 2010 8:23 AM To: Tomcat Users List Subject: Re: Disable class monitoring for reloading container classes On 06/10/2010 20:39, Jane Muse wrote: There's a backgroundProcessor method in tomcat that checks whether container

Re: Disable class monitoring for reloading container classes

2010-10-07 Thread Pid
On 06/10/2010 20:39, Jane Muse wrote: There's a backgroundProcessor method in tomcat that checks whether container classes need to be reloaded, and checks for session expirations. Is it possible to disable this method, like you can disable class reloading for the context with reloadable=false?

Re: Error 503 ocurring when server under load

2010-10-07 Thread Pid
On 07/10/2010 18:31, André Warnier wrote: Rob G wrote: Hey all, Recently migrated a production site (mixture of Servlets and JSPs) from Oracle Application Server to Apache/Tomcat. Since then we have seen numerous HTTP Error 503 - Service unavailable errors at peak times when site is under

Re: Disable class monitoring for reloading container classes

2010-10-07 Thread Pid
to make sure. And there is always the workaround mentioned by Pid.. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org 0x62590808.asc Description

Re: Disable class monitoring for reloading container classes

2010-10-07 Thread Pid
On 07/10/2010 22:30, Christopher Schultz wrote: Jane, On 10/6/2010 3:39 PM, Jane Muse wrote: There's a backgroundProcessor method in tomcat that checks whether container classes need to be reloaded, and checks for session expirations. Is it possible to disable this method, like you can

Re: experience with Windows 7

2010-10-07 Thread Pid
On 07/10/2010 09:29, Wolfgang Orthuber wrote: The following experience may be interesting for installation of Tomcat on Windows 7 (64 Bit): First I installed jdk1.6.0_20 and then apache-tomcat-6.0.29.exe on a Windows XP (32 Bit) system and there were no problems. Then I installed the same

Re: [OT] Serialization

2010-10-07 Thread Pid
On 06/10/2010 11:55, Wolfgang Orthuber wrote: The build in serialization tool of java has probably high performance (which is in the long run important for search), and needed not much time for programming, therefore it was my initial choice. There's an assumption there, and some reasoning I'm

Re: [OT] Serialization

2010-10-07 Thread Pid
On 06/10/2010 11:55, Wolfgang Orthuber wrote: This would allow to sort medical histories precisely and to learn systematically from past experience. Only relative assessment is possible, no*? So every patient who wants to share his experiences in precisely searchable form, can get the

Re: Error 503 ocurring when server under load

2010-10-07 Thread Pid
On 07/10/2010 23:17, Christopher Schultz wrote: Rob, On 10/7/2010 12:59 PM, Rob G wrote: Recently migrated a production site (mixture of Servlets and JSPs) from Oracle Application Server to Apache/Tomcat. Since then we have seen numerous HTTP Error 503 - Service unavailable errors at peak

Re: Error 503 ocurring when server under load

2010-10-07 Thread Pid
On 07/10/2010 17:59, Rob G wrote: Hey all, Recently migrated a production site (mixture of Servlets and JSPs) from Oracle Application Server to Apache/Tomcat. Since then we have seen numerous HTTP Error 503 - Service unavailable errors at peak times when site is under load. mod_jk.log has

Re: Unit testing a CometProcessor Servlet

2010-10-01 Thread Pid
On 01/10/2010 12:41, Nabble User wrote: Anyone? I think you may be asking the wrong type of question. Why is this the wrong type of question? Well, there's a few possible reasons for you not getting an answer: 1. No-one knows anything about unit-testing Comet implementations. 2. Your

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Pid
On 29/09/2010 14:53, Hans Magne Helland wrote: Thanks for the answers. 1048 is an unusual value; are you reporting the numbers accurately? Shouldn't there be an MB on the end of each? Note that it's usually better to set the initial and maximum to the same value for server environments.

Re: Unit testing a CometProcessor Servlet

2010-09-29 Thread Pid *
On 29 Sep 2010, at 12:19, Nabble User homerlex.nab...@gmail.com wrote: Anyone? I think you may be asking the wrong type of question. p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: About ContainerBackgroundProcessor thread

2010-09-28 Thread Pid
On 28/09/2010 07:20, jmorati...@dit.upm.es wrote: Yes Rainer, just what you say. I know that using watchresource will restart all servlets. I just want to restart one servlet, not all. Does tomcat provide a solution to restart a specified servlet when a resource changes??? I don't want to

Re: About ContainerBackgroundProcessor thread

2010-09-28 Thread Pid
On 28/09/2010 07:31, jmorati...@dit.upm.es wrote: Yes Rainer, just what you say. I know that using watchresource will restart all servlets. I just want to restart one servlet, not all. Does tomcat provide a solution to restart a specified servlet when a resource changes??? I don't

Re: Tomcat 6.0 and Windows 7

2010-09-27 Thread Pid
On 27/09/2010 14:45, Julie Gautier wrote: authentify... Like it. p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: Tomcat Logging Not Working Properly

2010-09-25 Thread Pid
On 25/09/2010 02:51, Donald Winston wrote: resurrection.level=FINE (thanks everybody. You were helpful) You should ask for your money back. p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: Why an email list, and not a forum?

2010-09-24 Thread Pid
On 24/09/2010 01:19, Brian wrote: Hi, Just a thought: Why is this support taking place in an email list, instead aof a web based forum? One might as well ask why mailing lists exist at all in the shiny new world of Web 2.0. The ASF practice is to use mailing lists to keep a public record

<    9   10   11   12   13   14   15   16   17   18   >