Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Thomas Rohde
Am 27.01.2012 13:23, schrieb Luciano Andress Martini: I need to do this in tomcat6: Apache2 form: Directory /var/www/temporarios/upload_contracheque Order allow,deny deny from all /Directory Thank you friends!

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Thomas Rohde
Am 27.01.2012 15:07, schrieb Luciano Andress Martini: I really want to block a directory like /webapps/temporarios/upload_contracheque Yes is the first option but withou moving the directory outside tomcat, because im not the developer of the system, and i just put this system on the

Re: Please somebody can translate this configuration in tomcat form for server.xml or another xml config file?

2012-01-27 Thread Thomas Rohde
: Thomas Rohde: With this tomcat still can upload files? Cause it need to can =[ 2012/1/27, Luciano Andress Martini777u...@gmail.com: Thomas Rohde Man thank you very much, i will try it now! =] 2012/1/27, Luciano Andress Martini777u...@gmail.com: Humm sorry friends im not trying to fight

Re: Tomcat 6 - How to make an application available at www.mydomain.com

2012-01-29 Thread Thomas Rohde
I'm running tomcat 6 behind apache. I currently have an application deployed as myApplication and it is available at http://www.mydomain.com/myApplication;. How can I make this application available at http://www.mydomain.com; without deploying it as ROOT.war? My server is running Ubuntu

Re: Tomcat 6 - How to make an application available at www.mydomain.com

2012-01-29 Thread Thomas Rohde
André Warnier wrote: Thomas Rohde wrote: I'm running tomcat 6 behind apache. I currently have an application deployed as myApplication and it is available at http://www.mydomain.com/myApplication;. How can I make this application available at http://www.mydomain.com; without deploying

Re: Tomcat 6 - How to make an application available at www.mydomain.com

2012-01-29 Thread Thomas Rohde
André Warnier wrote: Thomas Rohde wrote: I'm running tomcat 6 behind apache. I currently have an application deployed as myApplication and it is available at http://www.mydomain.com/myApplication;. How can I make this application available at http://www.mydomain.com; without deploying

Re: Tomcat 6 - How to make an application available at www.mydomain.com

2012-01-29 Thread Thomas Rohde
Thomas Rohde wrote: That is a good point. I will change my configuration to JkMount /myApplication/* tomcat Actually, you need 2 lines to cover all : JkMount /myApplication tomcat # for the index ? JkMount /myApplication/* tomcat# for the rest Yes, I've

Re: Apache Tomcat Native library

2012-01-30 Thread Thomas Rohde
Am 30.01.2012 16:26, schrieb Paul Singleton: My standalone Tomcat 6 informs me, at startup, that The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:... Does this library offer any benefit to

Re: Info on PermSize and MaxPermSize

2012-02-19 Thread Thomas Rohde
Hi Geet, these parameters are not Tomcat specific. This are JVM parameters as Chuck mentioned. The parameter -XX:PermSize defines the initial size of the PermGen (permanent generation) of the jvm memory. -XX:MaxPermSize is to set the max size. Thomas Am 20.02.2012 04:46, schrieb Geet

AW: SEVERE: Unable to start cluster.

2012-04-04 Thread Thomas Rohde
-Ursprüngliche Nachricht- Von:Dhaval Jaiswal dhaval.jais...@via.com Gesendet: Mi 04.04.2012 16:41 Betreff:SEVERE: Unable to start cluster. An: Tomcat Users List users@tomcat.apache.org; CC: Shrinivas Devarkonda shrinivas.devarko...@via.com; Hi List, Below is

Maximum number of sessions

2012-05-10 Thread Thomas Rohde
Hi! Is it possible to configure an upper limit for the number of sessions in Tomcat? Thought the Context would be the right place for such a configuration parameter, but I couldn't find anything like this. Thomas - To

AW: Maximum number of sessions

2012-05-10 Thread Thomas Rohde
-Ursprüngliche Nachricht- Von:Mark Thomas ma...@apache.org Gesendet: Do 10.05.2012 15:55 Betreff:Re: Maximum number of sessions An: Tomcat Users List users@tomcat.apache.org; On 10/05/2012 14:45, Thomas Rohde wrote: Hi! Is it possible to configure an upper

Manager activeSessions and customized error page

2012-05-14 Thread Thomas Rohde
Hi! I configured the Manager's maxActiveSessions attribute in context.xml. If the configured value is exceeded an IllegalStateException createSession: Too many active sessions is thrown in ManagerBase class. In our application we catch this exception around httpServletRequest.getSession(true)

AW: Manager activeSessions and customized error page

2012-05-14 Thread Thomas Rohde
-Ursprüngliche Nachricht- Von:Konstantin Kolinko knst.koli...@gmail.com Gesendet: Mo 14.05.2012 15:00 Betreff:Re: Manager activeSessions and customized error page An: Tomcat Users List users@tomcat.apache.org; 2012/5/14 Thomas Rohde t...@ordix.de: Hi! I

AW: Manager activeSessions and customized error page

2012-05-14 Thread Thomas Rohde
16:58, Christopher Schultz wrote: Thomas, On 5/14/12 9:44 AM, Thomas Rohde wrote: A Filter was my first approach. But the filter is invoked after authentication has taken place. And for authentication a session is needed. ;-) Right: the form authenticator is in a Valve and Valves

Re: very basic question about apache and tomcat

2012-09-20 Thread Thomas Rohde
Am 19.09.2012 23:31, schrieb Mead, Jen L: Hi Everybody, Now I will show my real ignorance about what I know after NOT working with Apache or Tomcat for several years now. I have been working on a project that allows our CGI web pages to authenticate users from their windows desktop against

AW: Tomcat minor upgrade

2015-03-10 Thread Thomas Rohde
-Ursprüngliche Nachricht- Von: Rajesh Cherukuri [mailto:rajec...@gmail.com] Gesendet: Dienstag, 10. März 2015 12:01 An: Tomcat Users List Betreff: Tomcat minor upgrade hi can some one help me how to do the tomcat minor upgrade from 7.0.39 to 7.0.59 Hi Rajesh, check Tomcat migration

AW: Tomcat minor upgrade

2015-03-10 Thread Thomas Rohde
provided correct ? or do we need any more changes to libraries On Tue, Mar 10, 2015 at 4:59 PM, Thomas Rohde t...@ordix.de wrote: -Ursprüngliche Nachricht- Von: Rajesh Cherukuri [mailto:rajec...@gmail.com] Gesendet: Dienstag, 10. März 2015 12:01 An: Tomcat Users List Betreff: Tomcat

AW: Brand new to Tomcat

2015-06-16 Thread Thomas Rohde
Hi Larry, of course you can add several Connector elements in server.xml. But notice that the value of the port attribute (not proxyPort) must be unique. Otherwise the second connector cannot be established at Tomcat startup. Regards Thomas -Ursprüngliche Nachricht- Von: Cohen,

AW: File and directory permissions on Tomcat 8.5 tar archive

2017-11-24 Thread Thomas Rohde
-Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Freitag, 24. November 2017 14:21 An: users@tomcat.apache.org Betreff: Re: File and directory permissions on Tomcat 8.5 tar archive -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rune,

RE: AW: File and directory permissions on Tomcat 8.5 tar archive

2017-11-24 Thread Thomas Rohde
Thomas, On 11/24/17 8:39 AM, Thomas Rohde wrote: > > > -Ursprüngliche Nachricht- Von: Christopher Schultz > [mailto:ch...@christopherschultz.net] Gesendet: Freitag, 24. > November 2017 14:21 An: users@tomcat.apache.org Betreff: Re: File > and directory permissions on Tomcat 8

AW: Catalina.out not updating

2018-03-06 Thread Thomas Rohde
Hi Akhilesh,   have you checked your file system permissions? Has the Tomcat runtime user the permissions to write into the log directory?   Regards, Thomas   BTW: Tomcat 6 ist end of life since 31 December 2016 (https://tomcat.apache.org/tomcat-60-eol.html). Please consider upgrading to

Logging web applications with log4j 1.2

2019-02-20 Thread Thomas Rohde
Hi! I've some basic questions regarding the usage of log4j 1.2 in Tomcat 8.5. We are running more than one web application in Tomcat. Each application uses log4j via slf4j and ships the log4j.jar in WEB-INF/lib. The Tomcat itself uses JULI. We are using a common log4j.xml file for

AW: Logging web applications with log4j 1.2

2019-02-21 Thread Thomas Rohde
Hash: SHA256 > > > > Thomas, > > > > On 2/20/19 08:00, Thomas Rohde wrote: > > > I've some basic questions regarding the usage of log4j 1.2 in Tomcat > > > 8.5. > > > > > > We are running more than one web application in Tomcat. Each > >

AW: AW: Logging web applications with log4j 1.2

2019-02-21 Thread Thomas Rohde
Hi Chris, > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Thomas, > > On 2/21/19 07:20, Thomas Rohde wrote: > > Hi Chris, > > > > -Ursprüngliche Nachricht- Von: Christopher Schultz > > [mailto:ch...@christopherschultz.net] Gese

JNDI bind in embedded Tomcat for "java:app"

2022-01-26 Thread Thomas Rohde
Hello Tomcat users! I'm using an embedded Tomcat (9.0.54) with Spring Boot. I have to execute some legacy code of an Java EE application which uses local EJBs an makes JNDI look for "java:app/foo/bar". Now I want to create an instance as Spring Bean an register it in the JNDI context. But