Re: Tomcat Maven and Axis 1.5.1 problem

2010-10-28 Thread Pid
On 28/10/2010 13:43, srd.pl wrote: > Caused by: java.lang.ClassNotFoundException: > org.apache.axis2.transport.local.LocalTransportSender > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1438) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(Webapp

Re: RV: Session & Context variables architecture problem

2010-10-28 Thread Pid
On 28/10/2010 18:31, falva...@geocom.com.uy wrote: > Dear All, > I'm currently using Tomcat 6.0.28 and having some doubt on > how to solve and implement this problem: >My webapp has a MySQL Database with a table > named "parameters", in which we have

Re: how can i turn off "This is very likely to create a memory leak."

2010-10-28 Thread Pid
On 28/10/2010 17:52, David Fisher wrote: > Maybe the Memory Leak detection ought to have some parameter about whether > the Sys Admin actually cares? Or, better couldn't it know if the whole JVM is > going down and adjust the level and message accordingly? Not sure that's a good idea. On the ot

Re: mod_jk makes ajp connector run out of free connections

2010-10-27 Thread Pid
On 27/10/2010 11:16, Mark Thomas wrote: > On 27/10/2010 11:08, Pid wrote: >> On 26/10/2010 16:08, Marc Wilmots wrote: >>> Hi again. >>> >>> I checked out the executor element, although, I can't find a lot of >>> information about it. >>&g

Re: mod_jk makes ajp connector run out of free connections

2010-10-27 Thread Pid
the size of the thread pool once threads are idle. p > 2010/10/26 Pid > >> On 26/10/2010 13:47, Marc Wilmots wrote: >>> Hi Experts, >>> >>> I have the following setup: >>> >>> Apache1 >>> / \ >>>

Re: deploying as ROOT application

2010-10-26 Thread Pid
On 26/10/2010 20:31, Aggarwal, Ajay wrote: > Where is the official Tomcat documentation on how to make your > application a ROOT application? I am using Tomcat 6.0 and can't seem to > locate the section on deploying as ROOT application. Call it ROOT.war, or name the directory 'ROOT'. http://tomc

Re: Can we use Tomcat web server?

2010-10-26 Thread Pid
On 26/10/2010 10:19, Antonio Petrelli wrote: > 2010/10/26 Chandra Shekar Bairi : >> Hi Borut, >> Nothing though. But my company is not sure if we can use this for >> free. They are assuming that we should purchase the tomcat web server. >> Hence I want to get this clarified. > > heh, there are sti

Re: mod_jk makes ajp connector run out of free connections

2010-10-26 Thread Pid
On 26/10/2010 13:47, Marc Wilmots wrote: > Hi Experts, > > I have the following setup: > > Apache1 > / \ > Apache2 Apache3 > \ / > Tomcat1 That's an interesting setup. What does it achieve? > All Apaches are version 2.2.3 (RedHat) Time for

Re: RES: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Pid
On 26/10/2010 14:14, Luiz Fabiano T.I CTO (Tempo Filmes) wrote: > Dear PiD > > It's doesn't works for me, when I try to lauch apache2 the deamon > sends it for me: "ProxyPass URL must be absolute!", I've tried to put full > path, with and without

Re: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Pid
On 26/10/2010 12:47, Luiz Fabiano T.I CTO (Tempo Filmes) wrote: > Hi folks, > > I'm trying to use Apche and Tocamt 5.5 together, I want to > answer request in http://mydomain.com/ in tomcat with my ROOT/.do but when > I use /blog for example, I want to answer this request by Apac

Re: mod_jk 1.2.28 errors

2010-10-25 Thread Pid
On 26/10/2010 00:05, Hannaoui, Mo wrote: > Hi, > > > > We are using mod_jk version 1.2.28, Apache 2.2.15 on Red Hat 4.1.2-46. > The Apache server is 4-core CPU. The AJP is load balancing 2 Windows > JBoss_4_2_2_GA / Tomcat-5.5 servers with 4-core CPU and 8GB RAM each. > > > > We are having

Re: IPV6 problem with tcnative-1.dll: unable to connect from other host

2010-10-25 Thread Pid
On 25/10/2010 11:51, Michael Wendt wrote: > Hi, sorry please, this is my first contribution here and I'm no > developer. > Sorry please also for my bad english, I hope you can understand > my problem. > > > > OS= Windows 2008 R2 - IPv6 is activ > i have a standard installation Tomcat 5.5.2

Re: Upgradtion of tomcat and java version

2010-10-23 Thread Pid
On 23/10/2010 06:44, rujin raj wrote: > Hi, > > My Company gave one assignment to upgrade the present setup. Herewith I > explained my present setup. I am expecting your help and suggestion to > finish this job. I'm a little behind on the list today, because I choked on my cornflakes earlier when

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 defaul

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 re

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 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 dif

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 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. >> >

Re: Login page timeout

2010-10-22 Thread Pid *
It's not an error. p On 22 Oct 2010, at 13:51, Martin Gainty 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 Nachricht ist

Re: Urgent: how to run htaccess on tomcat

2010-10-22 Thread Pid *
On 22 Oct 2010, at 10:36, abhishek jain 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 > struts 1.2 > Pl. h

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

2010-10-22 Thread Pid *
On 22 Oct 2010, at 13:54, Richard da Silva 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 > install SSL Cer

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

2010-10-22 Thread Pid
irtual-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:

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 servl

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 ty

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

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

2010-10-21 Thread Pid
eds to be on the local machine because it does something which requires direct access to the process. p > On Thu, Oct 21, 2010 at 2:25 AM, Pid wrote: > >> On 21/10/2010 00:11, Jason Britton wrote: >> >>> Highly recommend trying out jvisualvm (it's in your jdk bin)

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 li

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.x

[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 a

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

Re: Container managed security and Proxy support

2010-10-20 Thread Pid
to be done via Realm, AFAIK. Which means you can't use the AJP method. p > Thanks > Oliver > > > > >

Re: Container managed security and Proxy support

2010-10-20 Thread Pid
On 20/10/2010 16:46, Oliver Wulff wrote: > > 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 retriev

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 y

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: 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: 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 mailto:p...@pidster.com>> > > On 19/10/2010 08:51, Wesley Acheson wrote: > > On Tue, Oct 19, 2010 at 3:54 AM, ganu MailList > mailto:ganu4maill...@gmail.com>> wrote: > >> I need trans

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

Re: what is it doing ?

2010-10-19 Thread Pid
2.6.26-2-686 > Architecture: i386 > JVM Version:1.5.0_22-b03 > JVM Vendor: 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

Re: Tomcat 5.5.25 | Memory leak in Web Application

2010-10-19 Thread Pid
On 19/10/2010 12:36, Anurag Kapur wrote: > 1. I am not quite sure if I have the correct answer to your question but I >> think the most probable reason is that we use tags provided by the CMS to >> cache the HTML response (JSP caches). The body of these tags can hold large >> chunks of HTML respons

Re: How to configuration rails upload directory in tomcat?

2010-10-19 Thread Pid
uction > > > > public.root > / > > > > > RackFilter > org.jruby.rack.RackFilter > > > RackFilter > /* > > > > > > org.jruby.rack.rails.RailsServletContextListener > > > >

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 ho

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 > 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 error. Tomcat

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 cleare

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 >>> memo

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 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

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: 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 aft

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

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

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

2010-10-16 Thread Pid
ome of it results in a message and an attempt to clean up. p > -Original Message- > 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

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 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 I'm finding is t

Re: Inconsistent output of Java 5 enums

2010-10-16 Thread Pid *
On 15 Oct 2010, at 17:42, Oliver Siegmar 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(). >>> >>> >> >>

Re: Res: Res: JSESSIONID Cookie handle customizing

2010-10-16 Thread Pid *
to login page. > > > > > - Mensagem original > De: Pid > Para: Tomcat Users List > 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

Re: Res: JSESSIONID Cookie handle customizing

2010-10-15 Thread Pid
> the Cookie info with JSESSIONID= 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 > Para: Tomcat User

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 > li

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

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 stupi

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: 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, >>>> >&

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

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Pid
alling Tomcat as a service, just do 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 > S

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 > &g

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 t

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: 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 re

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? >

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 vers

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 cordi

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 serve

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

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 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 > jar files Also, wh

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 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 > jar files Okay...

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 Windo

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 defined for this next one, so I guess it's safe to delete] > optomus:/usr/local/tomcat/conf/Catalina

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 10:22, Christopher Dodunski wrote: > Hi, > > I have added an additional to server.xml, with its own appBase, and > servicing several domains by way of elements. When Tomcat is > restarted, Catalina logs errors relating to not finding document bases. > These match applications run

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: 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 > Acti

Re: Configuring which Servlet is invoked

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

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 s

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.

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: 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 requir

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

Re: Kerberos authentication

2010-10-11 Thread Pid
On 11/10/2010 07:45, Igor Galić wrote: > > Hello Happy people, > > I'm cross-posting this to tomcat and archiva. > > In our company we have a well established Active Directory infrastructure, > > I'm running an Apache Archiva 1.3.1 installation in Tomcat 6, on Solaris 10. > The OS has been Kerb

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//WENINF/LIB it is showing > the "No Class found". plese help me. Whw]at are rthe chnages i have to do? > Thank yo

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

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 > To: Tomcat Users List > Sent: Sun, October 10, 2010 10:42:20 AM > Subject: Re: Fw: Applet Servlet communication in Tomcat 7 > > On Sat, Oct 9, 2010 at 7:43 PM, Ram karthik wrote: >> basic: Apple

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

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 com

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

Re: deploy to public_html folder

2010-10-09 Thread Pid
ectory '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 &

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: Disable class monitoring for reloading container classes

2010-10-08 Thread Pid
gt; Jane > > -----Original Message- > 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: >>

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: 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

Re: Error 503 ocurring when server under load

2010-10-08 Thread Pid
threads are waiting, then you may have an issue >> with a keepAlive that is too long. >> See http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html, for the >> connectionTimeout and keepAliveTimeout attributes. > Will do > >> Whatever you do, first get an idea of the starti

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

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 a

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