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
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
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
>
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
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
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
-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
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
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
-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
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
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. ;-)
> >
> &
-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
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)
-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
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
-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
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
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
> 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 ?
> >
> 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/
> 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/
> 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
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
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...
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
26 matches
Mail list logo