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 Tomca

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

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 >

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 configuratio

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 Tom

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

2017-11-24 Thread Thomas Rohde
Chris, -Original message- From: Christopher Schultz  Sent: Friday 24th November 2017 14:46 To: users@tomcat.apache.org Subject: Re: AW: File and directory permissions on Tomcat 8.5 tar archive -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thomas, On 11/24/17 8:39 AM, Thomas Rohde

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

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

AW: Tomcat minor upgrade

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

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 gu

Re: very basic question about apache and tomcat

2012-09-19 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: Manager activeSessions and customized error page

2012-05-14 Thread Thomas Rohde
chultz 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. ;-) > > > &

AW: Manager activeSessions and customized error page

2012-05-14 Thread Thomas Rohde
-Ursprüngliche Nachricht- Von:Konstantin Kolinko Gesendet: Mo 14.05.2012 15:00 Betreff:Re: Manager activeSessions and customized error page An: Tomcat Users List ; > 2012/5/14 Thomas Rohde : > > Hi! > > > > I configured the Manager's maxA

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: Maximum number of sessions

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

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 unsubscr

AW: SEVERE: Unable to start cluster.

2012-04-04 Thread Thomas Rohde
-Ursprüngliche Nachricht- Von:Dhaval Jaiswal Gesendet: Mi 04.04.2012 16:41 Betreff:SEVERE: Unable to start cluster. An: Tomcat Users List ; CC: Shrinivas Devarkonda ; > Hi List, > > Below is the error we are facing while starting tomcats. > > SEVERE: Unable 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 Chand

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 standalon

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

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/

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/

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 r

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

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

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

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: Order allow,deny deny from all Thank you friends! - To unsubscribe, e-mail: users-unsubscr