AW: tomcat 5.5.26 misses a jar contaning org.apache.tomcat.core.BaseInterceptor . . .

2014-03-27 Thread Stadelmann Josef
:10, Stadelmann Josef wrote: > For trouble shooting I am about to build an old version 5.5.26 of > Apache Jakarta Tomcat Why not just download a binary distribution from the ASF archives? ++> as I said, I have to trouble shoot and look at the code i.e. debugging it to find what triggers

tomcat 5.5.26 misses a jar contaning org.apache.tomcat.core.BaseInterceptor . . .

2014-03-26 Thread Stadelmann Josef
For trouble shooting I am about to build an old version 5.5.26 of Apache Jakarta Tomcat And I am missing a jar containing at least the following 4 members import org.apache.tomcat.core.BaseInterceptor; import org.apache.tomcat.core.Context; import org.apache.tomcat.core.ContextManager; import or

AW: Configuration question for 2500 simultaneous users.

2013-08-05 Thread Stadelmann Josef
I would also read about "how to scale up web applications" ! Also you may talk to those which have their web apps already in the cloud ! In a cloud, adding more CPU's, adding more memory, adding more data storage space is easy. And what about communication and data band width and related equipmen

AW: AW: AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-28 Thread Stadelmann Josef
] Gesendet: Donnerstag, 28. März 2013 14:11 An: Tomcat Users List Betreff: Re: AW: AW: [tomcat 5.5.26] why are not all log4j.properties files parsed -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Josef, On 3/28/13 5:54 AM, Stadelmann Josef wrote: > -Ursprüngliche Nachricht- Von: Christop

AW: AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-28 Thread Stadelmann Josef
ESSAGE- Hash: SHA256 Josef, On 3/27/13 9:51 AM, Stadelmann Josef wrote: > -Ursprüngliche Nachricht- Von: Christopher Schultz > [mailto:ch...@christopherschultz.net] >> >> I highly suspect that you have log4j.jar in either common/lib or >> shared/lib. In that ca

AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Stadelmann Josef
Thank you Rainer we already observed different behavior in parsing if we do so. Josef -Ursprüngliche Nachricht- Von: Rainer Jung [mailto:rainer.j...@kippdata.de] Gesendet: Mittwoch, 27. März 2013 10:36 An: users@tomcat.apache.org Betreff: Re: [tomcat 5.5.26] why are not all log4j.proper

AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Stadelmann Josef
- Hash: SHA256 Josef, On 3/26/13 12:20 PM, Stadelmann Josef wrote: > we have multiple applications deployed as war files into tomcat > webapps. > > each apps has its class directory among a lib directory Can you explain that in more detail? I do not understand... +++ your ri

AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Stadelmann Josef
e log4j: setFile called: /axlog/axis2_SpServer_2bcae84f4efc2681363c7283bf2ec516ae006beac8731052.log, false 2013-03-27 13:34:22,096 INFO org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager] - HTMLManager: init: Associated with Deployer 'Catalina:type=Deployer,host=loca

[tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-26 Thread Stadelmann Josef
we have multiple applications deployed as war files into tomcat webapps. each apps has its class directory among a lib directory we use log4j-1.6 and so each web apps/web-inf/classes has its log4j.properties file what we do not understand is the order in which tomcat deployes the several web app

AW: [tomcat] preventing to use it at startup

2013-03-21 Thread Stadelmann Josef
h, 20. März 2013 17:26 An: Tomcat Users List Betreff: RE: [tomcat] preventing to use it at startup > -Original Message- > From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] > Sent: Wednesday, March 20, 2013 12:15 PM > To: Tomcat Users List > Subject: AW: [t

AW: [tomcat] preventing to use it at startup

2013-03-20 Thread Stadelmann Josef
;? Josef -Ursprüngliche Nachricht- Von: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] Gesendet: Mittwoch, 20. März 2013 13:19 An: Tomcat Users List Betreff: RE: [tomcat] preventing to use it at startup > -Original Message- > From: Stadelmann Josef [mailto:jose

AW: Tomcat 7 doesn't start on Windows

2013-02-28 Thread Stadelmann Josef
Where does CATALINA_HOME point to? Josef -Ursprüngliche Nachricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Mittwoch, 27. Februar 2013 13:38 An: Tomcat Users List Betreff: Re: Tomcat 7 doesn't start on Windows Giles wrote: > On 27 February 2013 11:52, André Warnier wrote: >

AW: Cannot run Web Services on Tomcat 7 (7.0.34) due to JaxWS libraries

2013-02-11 Thread Stadelmann Josef
This might depend on axis2-1.6.2 using a jaxws/jaxb implementation from JDK1.7; an implementation which is NOT provided with the JDK/JRE1-6 i.e. So in order to make it potentially work use the endorsing mechanism; add to C:\Program Files\Java\jdk1.6.0_30\jre\lib\endorsed jaxws-api.jar

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

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

AW: Configuring access to an external directory

2012-11-26 Thread Stadelmann Josef
If your OS supports ACL's (Access Control Lists) then adding an ACE (Access Control Entry) to the ACL (Access Control List) of the directory, would tell the file system that the user i.e. WWW$APACHE (or how the account under which Tomcat works is called) has Read, Write, Execute access to the di

AW: How do I know if native plugin in use?

2012-11-26 Thread Stadelmann Josef
Apache Tomcat Native library is a dll (isn't it?); So rename it for a moment, restart tomcat and view the startup output, and if it tells you that it cannot find that Apache Tomcat Native library dll, then it would like to use it in fact. Josef -Ursprüngliche Nachricht- Von: Zorro [mail

AW: Running two different version of tomcat on the same server

2012-11-22 Thread Stadelmann Josef
On the risk to miss something, if we run 2 tomcats, we have two JVM's running, AND each is listening on a set of exactly defined ports this as per tomcat xml files used to configure each tomcat. How about that? On which port do you intend to talk to tomcat-6.0.26 and on which port do you inte