AW: AW: AW: ajp on 7009 and 9009 : connections keept open

2013-01-21 Thread David Kumar
Hey, last friday I changed our configuration to use a executor. Here is what I did: The second tomcat has same configuration besides ports.. Until yesterday it worked like a charm. But at late afternoon one of the tomcats failed again.. I couldn't start the garbagecollection so far..

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-21 Thread sryder
Why don't you show us what you've got, and we can suggest some improvements? Thank you. This one is in localhost: WEB-INF/web.xml Below is near top of server.xml in conf directory name="UserDatabase" type="org.apache.catalina.UserDatabase"/> type="javax.

Re: Tomcat 7: ClassNotFoundEception for security provider during startup

2013-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hanno, On 1/21/13 12:49 PM, Hanno Scharwächter wrote: > the Bootstrap-ClassLoader. I checked the server-conf by starting > both Tomcat versions with exactly the same server configuration > (server.xml). While Tomcat 6 runs, Tomcat 7 refuses to star

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 1/20/13 2:49 PM, sry...@jsrsys.com wrote: > "shouldn't it be easy to determine where the file should go in > your development environment?" One would think so. On the linux > environment it is under etc/Tomcat5.5/ the sa

AW: Tomcat 7: ClassNotFoundEception for security provider during startup

2013-01-21 Thread Hanno Scharwächter
On 21/01/2013 17:49, Hanno Scharwächter wrote: > Hi guys, > > I have a problem for which I need your help: > > I am trying to migrate from Tomcat 6.0.33 to 7.0.35 on Windows 7. The > Tomcat is configured to support https on port 8443 using the third > party security provider BouncyCastleProvide

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-21 Thread Mark Thomas
On 21/01/2013 20:30, Konstantin Kolinko wrote: > 2013/1/21 Peter Lavin : >> >> Dear List, >> >> My web application needs to deserialize both classes and objects which are >> sent to it. >> >> I'm using Base64 serialization, and when I transport full .class file >> to a service, I can deserialize it

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Thanks a lot for all your answers. May be it will be a future option. Le 21 janv. 2013 21:16, "Mark Thomas" a écrit : > On 21/01/2013 18:15, Alexandre Rubert wrote: > > Le 21/01/2013 18:56, Mark Thomas a écrit : > >> On 21/01/2013 17:03, Alexandre Rubert wrote: > >> > >>> Ok, so autoDeploy option

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-21 Thread Konstantin Kolinko
2013/1/21 Peter Lavin : > > Dear List, > > My web application needs to deserialize both classes and objects which are > sent to it. > > I'm using Base64 serialization, and when I transport full .class file > to a service, I can deserialize it with no problem using > ObjectInputStream.readObject().

Re: Configuring WebappClassloader Delegate=True

2013-01-21 Thread Violeta Georgieva
Hi, 2013/1/21 Peter Lavin > > Dear List, > > can anybody tell me how I can configure the WebappClassLoader to not be > the default "Delegate=false" to be "Delegate=True" ? > > thanks, > Peter > > Check this http://tomcat.apache.org/tomcat-7.0-doc/config/loader.html#Common_Attributes Regards Viol

Re: Only start manager at startup

2013-01-21 Thread Mark Thomas
On 21/01/2013 18:15, Alexandre Rubert wrote: > Le 21/01/2013 18:56, Mark Thomas a écrit : >> On 21/01/2013 17:03, Alexandre Rubert wrote: >> >>> Ok, so autoDeploy option doesn't exist for a context and If I set to >>> false autoDeploy and deployOnStartup anything starts. So how can I start >>> mana

Configuring WebappClassloader Delegate=True

2013-01-21 Thread Peter Lavin
Dear List, can anybody tell me how I can configure the WebappClassLoader to not be the default "Delegate=false" to be "Delegate=True" ? thanks, Peter -- with best regards, Peter Lavin, PhD Candidate, CAG - Computer Architecture & Grid Research Group, Lloyd Institute, 005, Trinity College Dub

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-21 Thread Peter Lavin
Hi again, did anyone get a chance to look at this, if you need any further information, please let me know, any help appreciated. regards, Peter On 01/21/2013 11:30 AM, Peter Lavin wrote: Dear List, My web application needs to deserialize both classes and objects which are sent to it. I'

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Le 21/01/2013 18:56, Mark Thomas a écrit : On 21/01/2013 17:03, Alexandre Rubert wrote: Ok, so autoDeploy option doesn't exist for a context and If I set to false autoDeploy and deployOnStartup anything starts. So how can I start manager without starting all applications in my webapps directory

Re: Tomcat 7: ClassNotFoundEception for security provider during startup

2013-01-21 Thread Mark Thomas
On 21/01/2013 17:49, Hanno Scharwächter wrote: > Hi guys, > > I have a problem for which I need your help: > > I am trying to migrate from Tomcat 6.0.33 to 7.0.35 on Windows 7. The Tomcat > is configured to support https on port 8443 using the third party security > provider BouncyCastleProvider

Re: Only start manager at startup

2013-01-21 Thread Mark Thomas
On 21/01/2013 17:03, Alexandre Rubert wrote: > Ok, so autoDeploy option doesn't exist for a context and If I set to > false autoDeploy and deployOnStartup anything starts. So how can I start > manager without starting all applications in my webapps directory ? Again: autoDeploy="false" deployOnS

Tomcat 7: ClassNotFoundEception for security provider during startup

2013-01-21 Thread Hanno Scharwächter
Hi guys, I have a problem for which I need your help: I am trying to migrate from Tomcat 6.0.33 to 7.0.35 on Windows 7. The Tomcat is configured to support https on port 8443 using the third party security provider BouncyCastleProvider. When I start the new Tomcat version 7.0.35, I get a ClassN

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Le 21/01/2013 17:24, Mark Thomas a écrit : On 21/01/2013 15:48, Alexandre Rubert wrote: Tomcat logs say setting property autoDeploy to true did not find matching property As expected. Go and read the docs for the Context element again. This is my server.conf

Re: War archive issue

2013-01-21 Thread Mark Eggers
On 1/20/2013 9:41 PM, vicky007aggar...@yahoo.co.in wrote: Is this is an issue in tomcat that if we Deploy an archive file having hypen(-) , then the tomcat creates multiple directories while deploying it eg:- if the war file name is demo-rest.war then tomcat creates two Directories i.e "demo-rest

Re: Only start manager at startup

2013-01-21 Thread Mark Thomas
On 21/01/2013 15:48, Alexandre Rubert wrote: > Tomcat logs say setting property autoDeploy to true did not find > matching property As expected. Go and read the docs for the Context element again. > This is my server.conf > defaultHost="localhost"> > > resourceNa

Re: Problem

2013-01-21 Thread Mark Eggers
On 1/20/2013 9:20 PM, vinit shashank wrote: I have run the TC in standlone mode...and it is running .. but when running thru eclipse juno ...it is showing the message - Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing t

Re: Fw: Can not understand how maxThreads of Connectors works

2013-01-21 Thread Hermes Flying
The web application works.I can not see any issue. What does this mean? From: Mark Thomas To: Tomcat Users List Sent: Monday, January 21, 2013 11:06 AM Subject: Re: Fw: Can not understand how maxThreads of Connectors works On 21/01/2013 07:07, Hermes Flying

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Le 21/01/2013 15:17, David kerber a écrit : On 1/21/2013 8:51 AM, Alexandre Rubert wrote: Le 18/01/2013 17:19, David kerber a écrit : On 1/18/2013 11:06 AM, Mark Thomas wrote: On 18/01/2013 14:42, David kerber wrote: On 1/18/2013 9:18 AM, Mark Thomas wrote: On 18/01/2013 13:33, Alexandre Rub

AW: War archive issue

2013-01-21 Thread Stadelmann Josef
he can/should/shal/must check-out this as it is very easy to check it out, and every one can check it as well. Take any ".war-file" and rename it to include a "-" in the name, then deploy it into the /webapps directory. personaly we use Tomcat on OpenVMS and when I deploy axis2.war and axis2-1.6

Re: War archive issue

2013-01-21 Thread David kerber
Are you sure you don't have some residue from a previous webapp name still hanging out under conf/catalina/localhost? That has bitten me more than once in the past. D On 1/21/2013 8:47 AM, vicky007aggar...@yahoo.co.in wrote: Tomcat 6.0.35 Jdk 1.6.24 OS - Red Hat Linux 5 Thanks, Vick On Ja

AW: War archive issue

2013-01-21 Thread Stadelmann Josef
This is definitely not the intended behavior for Tomcat, OR for any Application Server! If that is the case, then every web application provider must take care about correctly naming the ".war" file. OR Tomcat deployment routines for ".war" files must be corrected BUT must consider that there mi

Re: Only start manager at startup

2013-01-21 Thread David kerber
On 1/21/2013 8:51 AM, Alexandre Rubert wrote: Le 18/01/2013 17:19, David kerber a écrit : On 1/18/2013 11:06 AM, Mark Thomas wrote: On 18/01/2013 14:42, David kerber wrote: On 1/18/2013 9:18 AM, Mark Thomas wrote: On 18/01/2013 13:33, Alexandre Rubert wrote: Hello, I've more than 200app in m

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Le 18/01/2013 17:19, David kerber a écrit : On 1/18/2013 11:06 AM, Mark Thomas wrote: On 18/01/2013 14:42, David kerber wrote: On 1/18/2013 9:18 AM, Mark Thomas wrote: On 18/01/2013 13:33, Alexandre Rubert wrote: Hello, I've more than 200app in my webapp directory with symbolic links in some

Re: War archive issue

2013-01-21 Thread vicky007aggarwal
Tomcat 6.0.35 Jdk 1.6.24 OS - Red Hat Linux 5 Thanks, Vick On Jan 21, 2013, at 6:20 PM, André Warnier wrote: > vicky007aggar...@yahoo.co.in wrote: >> Can u please explain a bit on this > Tomcat Host OS & version > Java JVM version > Tomcat version (x.y.z) > > > --

Re: Tomcat tried to execute wine! I am going crazy?

2013-01-21 Thread Luciano Andress Martini
Ahn... and to add: this error is in the tomcat webserver based on Debian GNU/Linux, looks like very strange to me (more than 14 years of linux/unix experience). Sorry if i have a bad english. 2013/1/21, Luciano Andress Martini <777u...@gmail.com>: > This error is found when i try to open the ne

Re: War archive issue

2013-01-21 Thread André Warnier
vicky007aggar...@yahoo.co.in wrote: Can u please explain a bit on this Tomcat Host OS & version Java JVM version Tomcat version (x.y.z) - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-

RE: Problem

2013-01-21 Thread Martin Gainty
eclipse is an enormous resource hog..Ive seen eclipse crash when someone opens vi after eclipse is running so the problem is not tomcat but your Tomcat (sysdeo? plugin) which version Tomcat(sysdeo?) plugin are you running? Martin __ Verzicht und Ver

Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-21 Thread Peter Lavin
Dear List, My web application needs to deserialize both classes and objects which are sent to it. I'm using Base64 serialization, and when I transport full .class file to a service, I can deserialize it with no problem using ObjectInputStream.readObject(). I also need to transport instances

Re: smylink inside webapps to eclipse project fails

2013-01-21 Thread Zorro
Hi, Assuming you mean using sym links. I encountered the same problem and I found that one has to set the attribute allowLinking="true" in the Context element of the web-application. Regards, Harm-Jan Zwinderman Cebuned.svipr.nl Op 21-1-2013 10:00, Jan Kessinger schreef: Hello. I am failin

Re: War archive issue

2013-01-21 Thread vicky007aggarwal
Can u please explain a bit on this Thanks, Vick On Jan 21, 2013, at 2:26 PM, p...@pidster.com wrote: > On 21 Jan 2013, at 05:42, "vicky007aggar...@yahoo.co.in" > wrote: > >> Is this is an issue in tomcat that if we >> Deploy an archive file having hypen(-) , then the tomcat creates multiple

Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-21 Thread Ralph Schaer
You find the ecj jar on this site: http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/ Section: JDT Core Batch Compiler Ralph On Mon, Jan 21, 2013 at 11:23 AM, Supun Malinga wrote: > Hi Guys, > > Where can I find the ecj 4.2.1 jar?, except from the tomcat distribution.

Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-21 Thread Supun Malinga
Hi Guys, Where can I find the ecj 4.2.1 jar?, except from the tomcat distribution. thank you. On Fri, Jan 11, 2013 at 1:47 PM, Konstantin Kolinko wrote: > 2013/1/11 Ralph Schaer : > > Hi > > > > Tomcat 7.0.34 bumped ecj to version 4.2.1. But the pom file > > of tomcat-embed-jasper still point

RE: smylink inside webapps to eclipse project fails

2013-01-21 Thread Casper Wandahl Schmidt
See comments inline Med venlig hilsen/Kind regards Casper/Kalle -Original Message- From: Jan Kessinger [mailto:jankessin...@gmx.de] Sent: 21. januar 2013 10:00 To: users@tomcat.apache.org Subject: smylink inside webapps to eclipse project fails Hello. I am failing to deploy a eclipse/

Re: Fw: Can not understand how maxThreads of Connectors works

2013-01-21 Thread Mark Thomas
On 21/01/2013 07:07, Hermes Flying wrote: > > Hi, > Is there any update on this? I don't see any problem setting maxThreads=0 And if you try making a request with a Tomcat instance that uses that configuration? Mark > > Thank you > > > - Forwarded Message - > From: Hermes Flying >

smylink inside webapps to eclipse project fails

2013-01-21 Thread Jan Kessinger
Hello. I am failing to deploy a eclipse/spring project via smylink to my tomcat. Apache Tomcat/7.0.26 1.6.0_24-b24 Sun Microsystems Inc. Linux 3.2.0-35-generic-pae i386 My plan is to use a symlink to the spring workspace:

Re: War archive issue

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