request for
confirmation.
Best regards and have a nice weekend,
Alexander
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Caused by: org.apache.http.ConnectionClosedException: Premature end of
Content-Length delimited message body (expected: 4,999; received: 3,040)
at
org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178)
at io.restassured.internal.util.IOUtils.toBy
Christopher,
I'm interested in both, how the clients credentials are gathered and verified.
Kind regards,
Alexander
Van: Christopher Schultz
Verzonden: maandag 9 januari 2023 19:43
Aan: users@tomcat.apache.org
Onderwerp: Re: Apache Tomcat 10.0.27 - UML seq
https://tomcat.apache.org/tomcat-10.0-doc/architecture/requestProcess/authentication-process.png]
Kind regards,
Alexander
HI i know. that comment block was just an example, my real config has
several host sections, none of them with commented blocks
I should over un-commented before i posted here on the mailinglist to
prevent confusion.
Its really about host, and perhaps headers.
Regards
Alexander
On Sat, 29 Feb
Hi
I would like to request some help, on a vm I run tomcat behind nginx,
nginx is configured as following:
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for
;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port
tually.
I added this as the last check after JRE64/32, JRE in JDK, now new JDK
only and then environment variable.
We can discus to use environment variable first of all? I think this
could be more common?
Alexander
-
To unsu
Am 15.11.2019 22:23, schrieb Mark Thomas:
Patches welcome.
Mark
A patch is nearly ready. I will sent a pull request asap.
Alexander
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e
\JavaSoft\JDK for some reasons.
I suggest to add the JDK registry key and JAVA_HOME envvar to the
install script (source/res/tomcat.nsi), if there is no reason against to
use JDK only?
Best regards
Alexander
-
To unsubscribe, e
On Mon, Nov 4, 2019 at 2:55 PM Mark Thomas wrote:
>
> On 04/11/2019 12:59, Alexander Stöcker wrote:
> > My code is basically just:
> >
> > Tomcat tomcat = new Tomcat();
> > tomcat.getConnector();
> > tomcat.setPort(8080);
> >
>
My code is basically just:
Tomcat tomcat = new Tomcat();
tomcat.getConnector();
tomcat.setPort(8080);
Context context = tomcat.addContext("/context", new
File(".").getAbsolutePath());
// servlet
Tomcat.addServlet(context, "myServlet", new MyServlet
generates an
error of type 404.
But when adding as an alias the ip address to the Host object if it works
Is there any way to make it work without specifying alias?
I'm using Apache Tomcat 8.5.11
Pd: In the version of Apache Tomcat 7.0.57 it worked
Thanks.
Alexander.
Hello, my question is, if possible destroy an object type = Service ?. In my
current deployment I have two domains: Catalina and app_domain. I want to
delete all app_domain.
Thanks
e, that is independent from the application
database.
Best regards
Alexander
-Ursprüngliche Nachricht-
Von: Daniel Mikusa [mailto:dmik...@pivotal.io]
Gesendet: Freitag, 27. Februar 2015 16:01
An: Tomcat Users List
Betreff: Re: Persistance on Tomcat 8.0 and Cluster
On Fri, Feb 27, 2015
-login into the application.
Best regards
Alexander
-Ursprüngliche Nachricht-
Von: Christopher Schultz [mailto:ch...@christopherschultz.net]
Gesendet: Freitag, 27. Februar 2015 15:39
An: Tomcat Users List
Betreff: Re: Persistance on Tomcat 8.0 and Cluster
-BEGIN PGP SIGNED MESSAGE
]
Gesendet: Freitag, 27. Februar 2015 14:21
An: Tomcat Users List
Betreff: Re: Persistance on Tomcat 8.0 and Cluster
On Fri, Feb 27, 2015 at 8:15 AM, Alexander Diedler
wrote:
> Hello,
> I have to build a two node failover cluster with 2 tomcats 8.0.15 servers.
> This cluster is on AWS
global /conf/context.xml is this:
And in server.xml we use globally:
Inside the engine tag
What do we wrong?
Greetings
Alexander
the tomcat7-maven-plugin. It seems a
little sketchy that I don't really know the root cause of the problem, but
I'm happy that it's now fixed.
-Alex
On 2/11/15, 8:13 AM, "Christopher Schultz"
wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA256
>
chance for it to be asynchronous. Good thinking
though!
-Alex
On 2/10/15, 6:10 PM, "Konstantin Kolinko" wrote:
>2015-02-11 4:48 GMT+03:00 Alexander Johnson :
>> Thanks for the suggestions. I don't have access to the server where
>>this
>> is happening,
/workspace/MY_JENKINS_JOB/tomcat7/webapps/../../target/MY_PROJE
CT/WEB-INF/lib/activation-1.1.jar (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
I'm still at a loss...
-Alex
On 2/6/15, 1:45 AM, "Mark Thomas" wrote:
>On 06/02/2015 08:16, Alexande
ate e-mail about it.
On 2/4/15, 8:13 PM, "Alexander Johnson" wrote:
>Original question here:
>http://stackoverflow.com/questions/28181602/whats-the-difference-between-w
>ebappclassloader-and-standardjarscanner
>
>I'm able to run my team's webapp on my local
I'd like to know what could cause Tomcat or the native Java ZipFile.open
method to claim that a file does not exist when it actually does? This
has been a blocking issue for some of my work for the past month. It's
happening when attempting to run the tomcat7-maven-plugin. It works fine
on most
Original question here:
http://stackoverflow.com/questions/28181602/whats-the-difference-between-webappclassloader-and-standardjarscanner
I'm able to run my team's webapp on my local machine using the
tomcat7-maven-plugin. Unfortunately when I attempt to do the same on the build
server it bre
hrome or Internet Explorer
I reported my reproduction to Oracle too, but since you Chad seams to be in
contact with them you could point them to this post.
Thanks,
Alexander
--
View this message in context:
http://tomcat.10.x6.nabble.com
the basic
authentication box in the application, that uses the spring framework with
security. How we can get both running ?
Best regards
Alexander Diedler
= JMXConnectorFactory.connect(serviceUrl, env);
Since it works when running inside tomcat I suspect it must be some
environment variable or class that I am missing.
On 02/05/14 22:37, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alexander,
On 5/2/14, 1:40 AM
I am hoping this is the proper forum for my problem. I have enabled the
JmxRemoteLifeCycleListener and able to connect to tomcat 7 using
jconsole etc. using the following url.
service:jmx:rmi://10.92.12.88:10002/jndi/rmi://10.92.12.88:10001/jmxrmi
However as soon as I try to connect from my ow
already done. it is a know issue. I just posted the solution here in case
anybody else runs into the same issue.
On 27/08/2013, at 1:06 PM, Niki Dokovski wrote:
> On Tue, Aug 27, 2013 at 6:22 AM, Alexander Hartner wrote:
>
>> The problem was resolved by including
30
On 27/08/2013, at 12:14 AM, Konstantin Kolinko wrote:
> 2013/8/26 Alexander Hartner :
>> This may be more of an application problem than a tomcat issue, but I am
>> rather stuck with this one and hoping that somebody on this list may be
>> able to sh
This may be more of an application problem than a tomcat issue, but I am
rather stuck with this one and hoping that somebody on this list may be
able to shed some light on my issue.
I am trying to post UTF-8 encoding text to my JSF2.2 application,
however the data received does not seem to be enco
Hello Chris,
Am 22.02.2013 02:39, schrieb Christopher Schultz:
You probably don't need to specify this factory. If you don't specify
this, you'll get Tomcat's built-in DBCP.
That was absolutely true! In fact, removing the "factory"-parameter made
it work after all.
I know it seems excess
Hello,
my name is Alexander Dümont and i have some troubles configuring a JNDI
datasource for Tomcat6.
Im sorry, if i can't find the right words, English is not my first
language and this is my first shot asking others.
I have two active configurations for the same java software pr
Will this
help? Can I safely call addWebapp() for 2nd and all other webapps after
start() ?
2012/7/22 Mark Thomas
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 17/07/2012 19:31, Alexander Shutyaev wrote:
> > Hi Christopher,
> >
> > I've found a soluti
Hi André,
Thanks for your suggestion. I've changed (1) to
tomcat.getEngine().setDefaultHost(tomcat.getHost().getName());
and removed (2). It also works this way and the code seems more adequate.
Thanks again!
2012/7/18 André Warnier
> Alexander Shutyaev wrote:
>
>> Hi Christ
localhost:8080,
http://127.0.0.1:8080 and all other assigned addresses like
http://192.168.1.1:8080 etc
2012/7/17 Christopher Schultz
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Alexander,
>
> On 7/17/12 6:42 AM, Alexander Shutyaev wrote:
> > Ok, I've figur
Ok, I've figured out it DOES listen on ALL addresses no matter what
hostname is, but somehow requests only succeed if they have the hostname
matching with the one set by Tomcat.setHostname(...) (which is localhost by
default). I'm not sure where the requests fail, but they do.
2012/7/17
Hi all!
I've embedded tomcat 7 using org.apache.catalina.startup.Tomcat class. It
seems that by default it listens on "localhost". I've noticed there is a
method org.apache.catalina.startup.Tomcat.setHostname(String) which I can
use to change this. But I can't find how I can tell tomcat to listen
nge.
Alex
-Original Message-
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
Sent: 29. mai 2012 16:10
To: Tomcat Users List
Subject: Re: Tomcat filter behaviour
2012/5/29 Alexander Landsnes Keül :
> I'm seeing some behaviour from Tomcat 7 that I'd classify as &quo
There was a copy-paste artifact on my first mail that made no sense at the end
of 2). Otherwise this is identical to my previous mail.
I'm seeing some behaviour from Tomcat 7 that I'd classify as "funky" when it
comes to servlet filters. First off the technical setup
JDK 1.7.0_03 (64-bit)
Tomc
I'm seeing some behaviour from Tomcat 7 that I'd classify as "funky" when it
comes to servlet filters. First off the technical setup
JDK 1.7.0_03 (64-bit)
Tomcat 7.0.26 (64-bit) binaries
4 instances of Tomcat share those binaries, each installed as a pretty standard
windows service using service
in a directory with name containing ##... it's here
https://github.com/alaz/tweval--2 . It works fine.
Looking forward to any help,
Alexander Azarov
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additio
Hello
We have three instances of Tomcat on a Windows Server and want to access on
every instance several applications through the Manager app.
In every /Catalina/[hostname]/manager.xml is
Could it be a problem, that the catalina.home only can point to one location
and this could occou
=true
worker.loadbalancertc.sticky_session_force=false
worker.loadbalancertc.method=Request
worker.loadbalancertc.retries=5
worker.loadbalancertc.secret=t
# Define a 'jkstatus' worker using status
worker.jkstatus.type=status
Greetings
Alexander
smime.p7s
D
:01
An: 'Tomcat Users List'
Betreff: RE: mod_jk Avoid loadbalancing
Alexander -
>From reading your emails, it sounds like you have the following setup
F5 HW-balancer
|
/ \
/
e user your tomcat runs as.
>
>
>
> Ilya Kazakevich,
> Developer
> JetBrains Inc
> http://www.jetbrains.com
> "Develop with pleasure!"
>
> -Original Message-
> From: Alexander Diedler [mailto:adied...@tecracer.de]
> Sent: Tuesday, November
,
Developer
JetBrains Inc
http://www.jetbrains.com <http://www.jetbrains.com/> "Develop with
pleasure!"
_
From: Alexander Diedler [mailto:adied...@tecracer.de]
Sent: Tuesday, November 15, 2011 5:27 PM
To: users@tomcat.apache.org
Subject: Include NEtwork path into Tomcat - urgent
this
troube?
Greetings
Alexander
smime.p7s
Description: S/MIME cryptographic signature
Hello,
Yes, it was an option to solve my problem. But what about the performance?
My opinion was to forward only necessary requests to the Tomcat (jsp, java
etc) and let the Apache HTTPD deliver the static content (CSS,JS,Images
etc).
Best regards
Alexander
-Ursprüngliche Nachricht
second time by the Apache mod_jk himself.
Best regards
Alexander
smime.p7s
Description: S/MIME cryptographic signature
w from all
...
Server.xml:
ROOT.xml in /conf/
Greetings
Alexander
-Ursprüngliche Nachricht-
Von: Pid [mailto:p...@pidster.com]
Gesendet: Dienstag, 8. November 2011 16:21
An: Tomcat Users List
Betreff: Re: AW: mod_jk - Browser displays HTML
xample : Apache now shows the source
code of your JSP pages. Hopefully there is no secret password in there.
>Test : (http://www.test.de/xyz)/WEB-INF/web.xml
Yes you are right, I can read the web.xml from the browser. How we can avoid
it?
Greetings
Alexander
>
>
>
> In the A
] "GET
/go/VV4QB69WO9F01A9KGBSYVGNVGHY6T95J HTTP/1.1" 200 88572##Not ok,
sorcecode displayed.
In the virtual-host.conf:
## Tomcatanbindung
JkMount /* loadbalancer
JkOptions +ForwardURICompatUnparsed
AllowEncodedSlashes On
Greetings
Alexander
smime.p7s
Hello @ll,
I have two Tomcat instances (6.0.32 x64 on Windows) on the same server. Both
servers make their own clustering with the other physical node independent
from each other on the same machine.
I get during start of the 2nd Tomcat on the same node the following error:
INFO: Receiver Server
s
Alex
Am 10.10.2011 um 19:30 schrieb Felix Schumacher:
> Hi,
> Am Montag, den 10.10.2011, 10:17 +0200 schrieb Alexander Knöller:
>> Hi Mark.
>>
>> I'd like to give it a try.
>> If I can't find time to do it I'll send an email.
> I also took interest
Hi Mark.
I'd like to give it a try.
If I can't find time to do it I'll send an email.
Regards
Alex
Am 09.10.2011 um 18:32 schrieb Mark Thomas:
> On 09/10/2011 13:55, Alexander Knöller wrote:
>> Hello mailing list.
>>
>> We use a single tomcat instance (soo
Hello mailing list.
We use a single tomcat instance (soon switching from 5.5.23 to 7.x) with 24
webapps. Each webapp is based on spring and hibernate doing a lot of I/O during
initialization.
Tomcat is often restarted which causes long downtimes. As far as i can see the
tomcat initializes its
Hello,
Please search for "secret" in
http://tomcat.apache.org/connectors-doc/reference/workers.html
Only requests from members with the same secret word will be acceped.
Greetings
Alexander
-Ursprüngliche Nachricht-
Von: Afkham Azeez [mailto:afk...@gmail.com]
Gesendet: Don
Hello,
I mean a frontend Apache httpd and backend Tomcat server.
Loadbalancing would be done by a hardware load balancer fronted to the
Apache Webserver, so we should not balance the request two times. It should
be only a Failovercluster.
Best regards
Alexander
-Ursprüngliche Nachricht
?
E.g. the LB redirect the request to node 1. The Apache Webserver redirects
the request to node2. So we have a double load-balancing, what ne would
avoid.
Best regards
Alexander
smime.p7s
Description: S/MIME cryptographic signature
chris
derham
Gesendet: Mittwoch, 5. Oktober 2011 12:53
An: Tomcat Users List
Betreff: Re: AW: ISAPI Redicect - Request Entitiy too large
Alexander,
If you are using authorisation header, then you are using SPNGEO. This
header encodes the users group membership in the authorisation header. By
default
http
error 413
[Fri Sep 30 15:06:08.460 2011] [3456:1540] [debug]
ajp_reset_endpoint::jk_ajp_common.c (807): (worker1) resetting endpoint with
socket -1 (socket shutdown)
[Fri Sep 30 15:06:08.460 2011] [3456:1540] [debug] ajp_done::jk_ajp_common.c
(3078): recycling connection pool slot=0 for worker w
Hello,
We use the IIS integrated (Windows) domain authentication, which is passed
to the Tomcat and then we check the given String with our user database in
the app and if username and password match, the user was "automatically"
logged in (SSO).
Greetings
Alexander
-Ursprüngliche
Hello @ll,
I have installed a new Windows 2008 R2 x64 Server with IIS7 and Tomcat
6.0.32 x64 Edition. We use SSO Authentication from IIS to the Tomcat.
Suddenly, we got on some clients, but not on every client (that´s stupid!)
the following error:
Request Entity Too large!
The HTTP method doe
/*=worker1
/go=worker1
/show/*=worker1
# Mapping all URI which end with a common suffix:
#*.jsp=worker1
##vHosts for Tomcat 7.0.19
/SiteB.xxx.de/*=worker2
/SiteB.xxx.de *=worker2
/SiteB.xxx.de /manager/*=worker2
/SiteB.xxx.de /manager*=worker2
Best regards
Alexander
-Ursprüngliche Nachricht
YES, this works! I have to define the virtual host in die
uriworkermap.properties.
Best regards
Alexander Diedler
-Ursprüngliche Nachricht-
Von: André Warnier [mailto:a...@ice-sa.com]
Gesendet: Mittwoch, 10. August 2011 16:03
An: Tomcat Users List
Betreff: Re: AW: Multiple Tomcat
Sorry, One mistake in the server.xml conf below, I correct them.
-Ursprüngliche Nachricht-
Von: Alexander Diedler
Gesendet: Mittwoch, 10. August 2011 14:10
An: 'Tomcat Users List'; 'Tomcat Users List'
Betreff: AW: Multiple Tomcat Servers connect to IIS
Hello,
Ye
SiteB.xxx.de
Now, if a browse http://siteA.xxx.de then I get a Tomcat 404 error from the
TC7.0and if I browse the http://siteB.xxx.de I get a blank page.. I do
not know where I was thrown.
Best regards
Alexander
-Ursprüngliche Nachricht
Hello,
I know the way to conenct a single Tomcat to an IIS in Windows 2003 with
isapi_redirect.dll, worker.properties and uriworkermap.properties. But, how
we can connect two different Tomcats (e.g. Tomcat 6.0.32 and 7.0.19) to
Websites in the same IIS ?
Best regards
Alexander
d deploying the web application or the
application may be deployed twice. The deployIgnore attribute can be used to
avoid this situation."
Von: Alexander Diedler [mailto:adied...@tecracer.de]
Gesendet: Mittwoch, 20. Juli 2011 08:59
An: users@tomcat.apache.org
Betreff: Redeployment of
[.]
In the Server.xml we have inside the Engine:
Do we make a thinking mistake in the understanding of automatical
deployment?
Greetings
Alexander Diedler
smime.p7s
Description: S/MIME cryptographic signature
INDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
USERNAME=cfservice
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 65 Stepping 2, AuthenticAMD
--- S Y S T E M ---
OS: Windows Server 2003 family Build 3790 Service Pack 2
CPU:total 2 (2 cores per cpu, 1 th
emory leak.
What is the best way to find out the best parameters for the settings of
Tomcat?
Best regards
Alexander Diedler
smime.p7s
Description: S/MIME cryptographic signature
Hello,
Why see one tomcat the apps of another tomcat?
We have two servers with two installed Apache Tomcats 6.0.32 and one Apache
Webserver 2.2.14.
Server A:
Tomcat1 hosts App1 and App2
Tomcat2 hosts App3
Server B:
Tomcat1 hosts App1 and App2
Tomcat2 hosts App3
In the worker.proper
orce=false
worker.loadbalancer2.method=Busyness
worker.loadbalancer2.retries=3
worker.loadbalancer2.secret=
Is this a good configuration?
Greetings
Alexander Diedler
-Ursprüngliche Nachricht-
Von: Felix Schumacher [mailto:felix.schumac...@internetallee.de]
Gesendet: Montag, 9. Mai
Hello,
Ok, so I have to place the context.xml in the conf-Base. But how I can use
Valves, like Remote Adress filter to grant access to the Manager app only
from localhost, 127.0.0.1 and IPs inside from corporate network?
Greetings
Alexander
-Ursprüngliche Nachricht-
Von: Thomas Freitag
. Is this a valid configuration or should we
define a new loadbalancer worker called loadbalancer2 for the worker3 and
worker4?
Greetings
Alexander Diedler
smime.p7s
Description: S/MIME cryptographic signature
Hello,
What´s the best place to make access to the manager-app?
1. Place a separate context for Manager in the Host-Tag in the
server.xml
2. Place the manager.xml in the /conf/Catalina/[Hostname]/ path?
Best regards
Alexander
smime.p7s
Description: S/MIME cryptographic
If it is a Windows Server you can use the MMC vor Services to connect remotly
to the Services and restart it.
Gesendet von meinem Windows Phone
- Ursprüngliche Nachricht -
Von: Asha K S
Gesendet: Dienstag, 3. Mai 2011 06:30
An: tomcat-u...@jakarta.apache.org
Betreff: Restarting Tomcat re
ot not the instance, that the tomcat6w.exe currently
contains, instead of the first instance I have installed.
Greetings
Alexander Diedler
smime.p7s
Description: S/MIME cryptographic signature
Hello everybody,
Just a general question. Could it be a bottleneck, if we have millions of
.tmp Files in the Tomcat tmp Folder? If we startup the Tomcat, during a
period > 15m the are no response from the Tomcat, if we try to open
websites, hosted by the tomcat.
Greetings
Alexander Died
:87:74:CF:29:7A:F1:XX:9B:6E:
18:32:7E:XX
On 14 Feb 2011, at 15:38, Shaun Farrugia wrote:
Is the keystore file available to be read/executed by the user
running tomcat?
-Original Message-
From: Alexander Mills [mailto:alexander.mi...@psycle.com]
Sent: Monday, February 14, 2011 8:04
Yes,
-rwxr-xr-x 1 tomcat tomcat 1098 Feb 14 12:32 keystore.kdb
On 14 Feb 2011, at 15:38, Shaun Farrugia wrote:
Is the keystore file available to be read/executed by the user
running tomcat?
-Original Message-
From: Alexander Mills [mailto:alexander.mi...@psycle.com]
Sent: Monday
start failed: java.io.IOException: Alias name tomcat does not identify
a key entry
Regardless of what alias name I add to the keystore and modify in my
server.xml, I always get this error.
Does anyone have a suggestion as to why this happens?
Regards
Hello,
In some advanced trainings we talked about (and use!) the farm war deployer
for Cluster Deployment. But in the documentation I cannot find much more
about this feature. Is it not for production?
Greetings
Alexander
smime.p7s
Description: S/MIME cryptographic signature
setting we have to
do fort he server.xml to get working or is https only a function oft he IIS?
Greetings
Alexander
smime.p7s
Description: S/MIME cryptographic signature
What are your evidences?
Note that, because of those anti** options in your Context, your
content is copied to some temporary directory and is served from there
and not from webapp/.
Best regards,
Konstantin Kolinko
Hi Konstantin, using *only* the cachingAllowed attribute is finally
working. I
I simply changed a static HTML file. I haven't tried disabling all the
other options though. Thanks for the hint.
On Thu, Oct 28, 2010 at 11:05 AM, Konstantin Kolinko
wrote:
> 2010/10/28 Alexander Rosemann :
>> Hi,
>>
>> For some reason Tomcat keeps caching my static co
Hi,
For some reason Tomcat keeps caching my static content even though I've
set the cachingAllowed attribute to false. I've set the following
attributes in %CATALINA_HOME%\conf\Catalina\localhost\myContext.xml:
crossContext="false" antiJARLocking="true" antiResourceLocking="true">
...
I ev
em?
I will test your suggestions tomorrow in my lab.
Greetings
Alexander
Von: Pid [...@pidster.com]
Gesendet: Montag, 13. September 2010 23:15
An: Tomcat Users List
Betreff: Re: Tomcat & IIS - Understanding Context definition to access Webapps
On 12
;best practise"
for hosting many webapps on one Server?
Greetings
Alexander
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Hello all,
I have a problem, that i don´t understand why it not works.
I have a new W2K3 (64-Bit) Server R2 with IIS and Tomcat 6.0.29 x64
installed and ISAPI 1.2.30 64 bit. But I got only white pages. If I connect
the 32-Bit ISAPI-Connector I got Unzulässige Funktion. Or in english
Invalid fu
mei 2010 15:06
Aan: Tomcat Users List
Onderwerp: Re: C3p0 datasource
On 19/05/2010 13:52, Woude, Alexander van der wrote:
> Pid,
>
> changing the factory give me the following:
> FAIL - Encountered exception javax.naming.NamingException: No set method
> found for property: maxIdle
I
... 18 more
Van: Caldarale, Charles R [chuck.caldar...@unisys.com]
Verzonden: woensdag 19 mei 2010 15:02
Aan: Tomcat Users List
Onderwerp: RE: C3p0 datasource
> From: Woude, Alexander van der
> [mailto:alexander.vander.wo...@capgemini.com]
> Subjec
: C3p0 datasource
On 19/05/2010 13:03, Woude, Alexander van der wrote:
> Hello guys,
>
> I have some trouble in getting c3p0 ComboPooledDataSource working in Tomcat
> 6.0.26.
>
> I have the following config in my server.xml:
>
>
>
>
>
>
ivate"]
Any ideas?
Regards
Alexander
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is
intended only for the person to whom it is addressed. If you are not the
intended recipient, you are not authorized to
r
me what is the best one for me, if u can.
And I am doubting now if it is in the right file, the startup.sh Can u confirm
if that is okay?
Greetings Alexander
Van: Pid [...@pidster.com]
Verzonden: maandag 19 april 2010 14:50
Aan: Tomcat Users List
Alex
Van: Harry Metske [harry.met...@gmail.com]
Verzonden: maandag 19 april 2010 14:16
Aan: Tomcat Users List
Onderwerp: Re: memory problems / time outs
2010/4/19 Woude, Alexander van der
> Sorry a small correction. The client times out, because
1 war is 14 MB
How do I check the memory the tomcat uses?
Greetings
Alex
____
Van: Woude, Alexander van der [alexander.vander.wo...@capgemini.com]
Verzonden: maandag 19 april 2010 13:49
Aan: users@tomcat.apache.org
Onderwerp: memory problems / time outs
Hello
Hello All
For a client I developed a few Data webservices. In total there are 7 services.
All are CXF based webservices that use hibernate.
I keep having memory problems, so I increased both JAVA_OPTS as CATALINA_OPTS.
Now I get timed out errors and tomcat blocks completely, I only can resolve
t
does not require the background
daemons at all. The login page is even shown, when those daemons are
down.
Best regards,
Alexander
Am 09.03.2010 um 10:54 schrieb Markus Schönhaber e>:
09.03.2010 10:25, Alexander Skwar:
I didn't look at your build script, just a general remark below
1 - 100 of 285 matches
Mail list logo