Context attribute "cachingAllowed" does not work as expected. Is this a bug?

2007-02-12 Thread Stefan
h() > 0) { // Transform the response and more. The tranformation includes some dynamic stuff. // Assume a current time stamp for example. It's what I just use for testing purpose. } ... The getWriter method inside the response wrapper is not ev

Re: Tomcat 5.5 redirect vs. forward behavior with welcome-file-list

2007-02-12 Thread Stefan
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Hi Todd, I don't know if their is some configuration attribu

Re: Tomcat 5.5 redirect vs. forward behavior with welcome-file-list

2007-02-12 Thread Stefan
port the forwarded path without the context path information. Regards Stefan -- Stefan - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat crash with application when doesn't found file

2007-02-12 Thread Stefan
again with a new, clean installation of a recent tomcat version. Requesting unknown resources should result in a error message (return a status code) Status report message /the/wrong/path description The requested resource (/the/wrong/path) is not available. -- Stefan

Re: Context attribute "cachingAllowed" does not work as expected. Is this a bug?

2007-02-12 Thread Stefan
Caldarale, Charles R schrieb: From: Stefan [mailto:[EMAIL PROTECTED] Subject: Context attribute "cachingAllowed" does not work as expected. Isthis a bug? That means once set to false, that tomcat will not cache any static resources like the index.html page regardless which headers

Re: Tomcat as a Standalone server

2007-02-13 Thread Stefan
elp would be greatly appreciated. Thanks, Matthew And You will need to do something like this http://www.linux.org.mt/article/tomcat-ports if You plan running tomcat standalone on port 80 under Linux. We do this for about 4 years and for low traffic sites this should be a valid

How to modify the ETag response header in a filter

2007-02-13 Thread Stefan
e of the requested static resource. This causes caching problems in our application. Thanks Stefan -- Stefan - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ampersand (&) handling in jspx - any workaround?

2007-02-14 Thread Stefan
Hello, for sure, the problem is well known. jspx pages turn the "&" in simple "&" which causes a lot of problems. See http://www.lunatech-research.com/archives/2006/01/20/jsp-xml-rant for details. How to avoid this problems? Or just live

Re: ampersand (&) handling in jspx - any workaround?

2007-02-14 Thread Stefan
- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Hi Chris, but where do I need a single "&" in the generated XML. That's forbidden a causes the pr

Re: ampersand (&) handling in jspx - any workaround?

2007-02-14 Thread Stefan
t. I'll produce xml which goes through a xslt filter. The jspx should generate a valid xml file and it would be nice, if the users can produce the jspx files with standard editors/methods, without "double-amps". -- Stefan

Re: ampersand (&) handling in jspx - any workaround?

2007-02-14 Thread Stefan
al transforms. But that's just my opinion. -David Leon Rosenberg wrote: correct me if i wrong, but isn't & forbidden in xml anyway? Leon On 2/14/07, Stefan <[EMAIL PROTECTED]> wrote: Hello, for sure, the problem is well known. jspx pages turn the "&" in

Re: ampersand (&) handling in jspx - any workaround?

2007-02-14 Thread Stefan
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Hi Leon, I don't understand what you mean exactly but: Not wellformed xml: & Wellformed xml: &

Re: ampersand (&) handling in jspx - any workaround?

2007-02-14 Thread Stefan
Robert Koberg schrieb: On Wed, 14 Feb 2007 15:05:02 -0500, Christopher Schultz <[EMAIL PROTECTED]> wrote: Stefan wrote: but where do I need a single "&" in the generated XML. That's forbidden a causes the problems. Can You come up a use case? Oh, I'm not s

Re: ampersand (&) handling in jspx - any workaround?

2007-02-14 Thread Stefan
Christopher Schultz schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Stefan wrote: but where do I need a single "&" in the generated XML. That's forbidden a causes the problems. Can You come up a use case? Oh, I'm not saying that it's a goo

Re: ampersand (&) handling in jspx - any workaround?

2007-02-14 Thread Stefan
Christopher Schultz schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Stefan wrote: Christopher Schultz schrieb: Compare this to XSLT. If you want a stylesheet to emit an '&', don't you use &? And if you want to emit '&' you have to

Re: ampersand (&) handling in jspx - any workaround?

2007-02-16 Thread Stefan
Pid schrieb: Stefan wrote: Christopher Schultz schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Stefan wrote: Christopher Schultz schrieb: Compare this to XSLT. If you want a stylesheet to emit an '&', don't you use &? And if you want to emit &#

Re: Get rid of 8080 port in Tomcat 3.3

2007-02-21 Thread Stefan
s Database: 268.18.1/691 - Release Date: 2/17/2007 5:06 PM That's the way You should go: http://www.linux.org.mt/article/tomcat-ports We run several tomcat servers standalone with the combination of rinetd and iptables. Good luck Stefan --

Re: Get rid of 8080 port in Tomcat 3.3

2007-02-22 Thread Stefan
Yes, the jsvc seems the correct approach. We'll change, when 6.0 reaches production quality. Thanks and regards Stefan -- Stefan Riegel TELIG GmbH - To start a new topic, e-mail: users@tomcat.apache.org To unsubscr

Re: Please Help: Tomcat 5.5.17 SSL Help

2007-02-23 Thread Stefan
u webapplication will not know about the different port and encode urls incorrecly. Bad Idea and impossible if SSL is required." I would disable the redirect rules checking if ssl works with the standard configuration on 8443.

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2023-12-30 Thread Stefan Mayr
ize). You can try to limit that or use the Java flight recorder and tools like Mission Control or VisualVM to make that kind of memory usage visible. Regards, Stefan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2024-01-06 Thread Stefan Mayr
Xmx to 1GB this should also allow 1GB of native memory which may result in more then 2GB of memory used by the JVM Regards, Stefan Mayr - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-m

Tomcat closes connections on unexpected status codes

2024-04-18 Thread Stefan Ansing
lities of making the behaviour configurable. A colleague of mine reported a bug for this issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=68901 Kind regards, Stefan Ansing [1]: https://github.com/apache/tomcat/blame/bc900e0100de9879604b93af4722c272ab3d1a24/java/org/apache/coyote/http11/Http1

Re: Tomcat closes connections on unexpected status codes

2024-04-18 Thread Stefan Ansing
Op do 18 apr 2024 om 15:41 schreef Rémy Maucherat : > On Thu, Apr 18, 2024 at 1:17 PM Mark Thomas wrote: > > > > On 18/04/2024 09:07, Stefan Ansing wrote: > > > Hi, > > > > > > We've observed some unexpected behaviour in Apache Tomcat (vers

Re: Tomcat closes connections on unexpected status codes

2024-04-24 Thread Stefan Ansing
Op do 18 apr 2024 om 17:42 schreef Mark Thomas : > On 18/04/2024 15:18, Stefan Ansing wrote: > > Hi Rémy, Mark, > > > > > > > > I just want to make sure that we’re understanding each other. I can see > > that the connection needs to be closed in certain cond

Re: Do I Need Network NameSpaces to Solve This Tomcat+Connector/J Problem?

2021-12-30 Thread Stefan Mayr
solution in terms of implementation and operation is the one Mark suggested: add multiple ip addresses and/or ports to your database listener. Regards, Stefan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-12 Thread Stefan Mayr
46. I didn't try to compile the latest mod_jk version yet because I didn't spot a relevant point in the changelog. Can anyone confirm this behaviour or point me to a configuration directive i missed? Thank you, Stefan Mayr - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-13 Thread Stefan Mayr
Mount /demo/* ajp13_worker JkUnMount /error/* ajp13_worker -Ursprüngliche Nachricht- Von: Stefan Mayr Gesendet: Samstag, 12. Februar 2022 14:24 An: Tomcat Users List Betreff: mod_jk interference with ErrorDocument/Alias on HEAD request Hello Tomcat users, this week we were debugg

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-13 Thread Stefan Mayr
->status The response only seems correct for variant 1 - which is configured to let Apache httpd handle all responses for status codes >= 401. For variant 2 mod_jk seems to handle the response itself - contrary to what the comment explains. Am 12.02.2022 um 14:24 schrieb Stefan Mayr:

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-14 Thread Stefan Mayr
Hello again, a self-compiled mod_jk 1.2.48 shows the same issue. Am 13.02.2022 um 18:37 schrieb Stefan Mayr: Hi, looking at the source code https://github.com/apache/tomcat-connectors/blob/main/native/apache-2.0/mod_jk.c#L2954#L2973 I did some more testing: Variant 1: JkMount /demo

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-15 Thread Stefan Mayr
Hello Thomas, Am 15.02.2022 um 11:38 schrieb Thomas Hoffmann (Speed4Trade GmbH): Hello Stefan, by spec / RFC, a HEAD request is not allowed to return any body. Greetings, Thomas This is true and that is why i'm writing to this list. In the described case mod_jk returns a response

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-20 Thread Stefan Mayr
Hi, i created a bugzilla entry (https://bz.apache.org/bugzilla/show_bug.cgi?id=65901) and included a first attempt to patch this issue. Am 12.02.2022 um 14:24 schrieb Stefan Mayr: Hello Tomcat users, this week we were debugging a strange connection issue which I tracked down to an

Re: Tomcat in distroless image

2022-07-02 Thread Stefan Mayr
server.xml can be tuned to disable those features. - you should avoid logging into files and tune the logging configuration to log everything to stdout and stderr Regards, Stefan - To unsubscribe, e-mail: users-unsubscr...@

Re: Tomcat in distroless image

2022-07-06 Thread Stefan Mayr
Am 05.07.2022 um 23:36 schrieb Pawel Veselov: Christopher, Stephan, On Tue, Jul 5, 2022 at 11:18 PM Christopher Schultz wrote: Stefan, On 7/2/22 09:45, Stefan Mayr wrote: Hi, Am 01.07.2022 um 17:10 schrieb Christopher Schultz: Thomas, On 6/30/22 13:52, Thomas Meyer wrote: Sadly

Re: Tomcat in distroless image

2022-07-08 Thread Stefan Mayr
Hi Chris, Am 07.07.2022 um 00:59 schrieb Christopher Schultz: Stefan, On 7/6/22 18:50, Stefan Mayr wrote: Am 05.07.2022 um 23:36 schrieb Pawel Veselov: Christopher, Stephan, On Tue, Jul 5, 2022 at 11:18 PM Christopher Schultz wrote: Stefan, On 7/2/22 09:45, Stefan Mayr wrote: Hi, Am

Re: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Stefan Mayr
cribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org - Stefan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: HTTP Error 414. The request URL is too long.

2023-03-10 Thread Stefan Mayr
Am 10.03.2023 um 08:27 schrieb Stefan Mayr: Am 10.03.2023 um 07:58 schrieb Thomas Hoffmann (Speed4Trade GmbH): Hello, -Ursprüngliche Nachricht- Von: Seth Mayers Gesendet: Freitag, 10. März 2023 01:14 An: Tomcat Users List Betreff: Re: HTTP Error 414. The request URL is too long

Re: [SECURITY] CVE-2023-34981 Apache Tomcat - Information disclosure

2023-06-21 Thread Stefan Mayr
previous request for the current request leading to an information leak. > ... Are setups with mod_jk also affected? Thanks, Stefan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: [SECURITY] CVE-2020-9484 Apache Tomcat Remote Code Execution via session persistence

2020-05-24 Thread Stefan Mayr
sistentManager as in org.apache.catalina.session.PersistentManager? So a vulnerable configuration would need to use something like Regards, Stefan Mayr - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Wrong timezone in Date and Last-Modified-Headers

2020-06-10 Thread Stefan Mayr
s anybody ever seen this or an idea what could have happened there? After the restart I can't reproduce it. Thanks, Stefan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Wrong timezone in Date and Last-Modified-Headers

2020-06-10 Thread Stefan Mayr
ne in the release notes. Using a request with a If-Modified-Since-Header changed the timezone in the Tomcat-Response. Luckily the latest Spring Boot release 2.1.14 contains Tomcat 9.0.34 which includes the bugfix. Thanks, Stefan

Re: Tomcat mod_jk rpm-build for CentOS-8 - exit with error.

2020-07-17 Thread Stefan Mayr
btool \ make \ redhat-rpm-config && \ yum clean all RUN cd /usr/src && \ curl --silent --remote-name ${REMOTE_URL} && \ tar -xzf tomcat-connectors-${JK_VERSION}-src.tar.gz && \ cd tomcat-connectors-${JK_VERSION}-src/native &&

Re: Weirdest Tomcat Behavior Ever?

2020-11-05 Thread Stefan Mayr
t; 09:14:51 566269 >> 09:15:07 547389 >> 09:15:23 544203 >> 09:15:38 546395 >> >> It's not ideal; as it seems to take 15-20 seconds to count them using lsof. >> >> >> > > Wait, never m

Re: [EXTERNAL] Re: Bouncy Castle FIPS on RHEL 7.3

2020-11-30 Thread Stefan Mayr
w secondes. I think Red Hat preferes rngd but there should be some articles on access.redhat.com to help you depending on the used hypervisor. Regards, Stefan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or

Re: [OT] Spring Security LDAPS authenticator won't trust TLS cert

2021-01-25 Thread Stefan Mayr
ntermediate. The old intermediate certificate is ignored and it now only works when you add the intermediate certificate to your truststore. Please verify which intermediate certificate is provided by your LDAPS e.g. openssl s_client -connect ldaps.example.com:636 -showcerts - Stefan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

APR not found under Linux

2006-06-30 Thread Stefan Wachter
lib Can anyone help me with this problem? Regards, --Stefan - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: APR not found under Linux

2006-06-30 Thread Stefan Wachter
Hi Rajeev, I changed the order of the directories to /usr/lib:/usr/local/apr/lib but I did not help. Cheers, --Stefan Rajeev N. Jha wrote: Try putting the ssl libs in front of apr/tcnative. Thanks - Rajeev. Stefan Wachter wrote: Hi all, I tried to run Tomcat using the APR under (Suse

Re: APR not found under Linux

2006-06-30 Thread Stefan Wachter
64/tls:/lib64:/usr/lib64 Cheers, --Stefan Markus Schönhaber wrote: Stefan Wachter wrote: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /java/jdk1.5.0_05/jre/lib/i386/client:/java/jdk1.5.0_05/jre/lib/i386:/java

Re: APR not found under Linux

2006-06-30 Thread Stefan Wachter
that came with httpd 2.0.x (named "libapr-0"). Do you think that "libapr-0" does interfere with "libapr-1"? Cheers, --Stefan Dhaval Patel wrote: Hi, I think your APR library is old. (You might have install using Yast). Tomcat 5.5 requires APR 1.2+. So yo

Re: APR not found under Linux

2006-06-30 Thread Stefan Wachter
Hi Dhaval, the java.library.path seems to be alright. The INFO message during startup shows that java.library.path: /java/jdk1.5.0_05/jre/lib/i386/client:/java/jdk1.5.0_05/jre/lib/i386:/java/jdk1.5.0_05/jre/../lib/i386:/usr/local/apr/lib:/lib64/tls:/lib64:/usr/lib64 Cheers, --Stefan PS

Re: APR not found under Linux

2006-07-03 Thread Stefan Wachter
o install 32-Bit versions of the needed libraries in addition to the already present 64-Bit versions? Regards, --Stefan Holst, Martina wrote: Hi Stefan, Looking at your library path: I think you are trying to use a 32bit Java JDK with 64-bit APR/OprnSSL libraries. Java does not find the 32-bit b

Re: APR not found under Linux

2006-07-03 Thread Stefan Wachter
ths. But it seems that the first found library wins and that additional matches are not considered.) Regards, --Stefan Holst, Martina wrote: Hi Steffen, yes, it's possible. RPMs install 32-bit libraries into /lib rather than /lib64. Choose a different installation director

Using APR in a Catalina-Home/Base Installation

2006-07-03 Thread Stefan Wachter
log file CATALINA_BASE/logs/catalina.out does not contain that message. (The log file CATALINA_HOME/logs/catalina.out is not written any more.) 1. Why is this message no longer reported? 2. Is there a possibility to check if the APR is used or not? Cheers

Re: Using APR in a Catalina-Home/Base Installation

2006-07-03 Thread Stefan Wachter
. Cheers, --Stefan Markus Schönhaber wrote: Stefan Wachter wrote: 2. Is there a possibility to check if the APR is used or not? Just look at the class names (Http11AprProtocol or Http11BaseProtocol) reported by the init messages in catalina.out. For example: - APR 22.06.200

No Tomcat Restart

2006-09-20 Thread Stefan Negrea
Hello everybody, Is there a way to configure Tomcat to load filters after changes without restarting Tomcat? Looked into server.xml and modified few options but no luck. Any help would be more than appreciated. Thank you, Stefan Negrea

Re: No Tomcat Restart

2006-09-20 Thread Stefan Negrea
Hello everybody, I am sure I forgot to mention a few things. I am using Tomcat 5.5.17, the autodeploy function is enabled in server.xml and the application is webapps/ROOT . Thank you, Stefan Negrea --- Stefan Negrea <[EMAIL PROTECTED]> wrote: > Hello everybody, > > Is

Re: No Tomcat Restart - Solved

2006-09-20 Thread Stefan Negrea
Hello everybody, Got the problem solved. I think I had the context setup wrong. Setting reloadable to true in Host->Context solved my problem. Thank you, Stefan Negrea --- Stefan Negrea <[EMAIL PROTECTED]> wrote: > Hello everybody, > > I am sure I forgot to mention a few th

Re: System requirements

2006-09-21 Thread Stefan Baramov
on critical, I would not bother. Just get a regular AMD64/Pentium Server with at least 2MB, install a tomcat with 512mb heap, put a decent load balancer at front of it and you are done. - Stefan - To start a new topic, e-mail: use

named based virtual host with Tomcat

2006-10-04 Thread Stefan Obermeier
=300 Now I need to have a subdomain named appl.application.domain.com. How can I configure jk.conf or etc/apache/vhosts.d/appl.conf (or another conf file) that this will match. Many Thanks to anyone who will help Stefan - To

[Fwd: java.lang.NoClassDefFoundError: org/apache/coyote/http11/Http11Processor$1]

2006-10-13 Thread Stefan Greiner
e.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595) -- mfG Stefan Greiner -- mfG Stefan Greiner M +43/676/8287-6600 [EMAIL PROTECTED] GDES Data & Event Services GmbH M +43/676/8287-5000 F +43/1/236 64 8

Why can the JSESSIONID name not be changed?

2005-11-11 Thread Stefan Bethke
JSESSIONID." I'd like to understand the rationale for this requirement. If the container manages the session, why would an application care about the actual mechanism used to track the session? Why can this not be made configurable? Thanks, Stefan -- Stefan Bethke <[EMAIL PR

Re: Why can the JSESSIONID name not be changed?

2005-11-12 Thread Stefan Bethke
reason its in the spec is so that hardware load balancers can map sessions back to the originating machine. All load balanceres I've dealt with certainly can be configured to use an arbitrary cookie/URL pattern to manage sticky sessions. -- Stefan Bethke <[EMAIL PROTECTED]> Tallenc

JAAS and Realms configuration

2006-02-01 Thread Stefan Baramov
application will use the second JAAS Realm and it seems that tag is completely ignored. Finally, I have to say I tried this configuration on Tomcat 5.5.9 and 5.0.30 with no success. What am I missing? Is there another tag in the web.xml that will connect me to the right JAAS Realm ? Stefan

Callback (JAAS)

2006-02-03 Thread Stefan Baramov
hoping to use CMA and JAAS with my own custom LoginModule. Can I configure Tomcat to support a thrid callback and still use CMA? Stefan Baramov Software Developer TRX - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Custom Authenticator

2006-02-03 Thread Stefan Baramov
You can also implement custom LoginModule according to the JAAS specification. JAAS tutorial and LoginModule example is included in the JDK documentation. | -Original Message- | From: Arash Bijanzadeh [mailto:[EMAIL PROTECTED] | Sent: Thursday, February 02, 2006 7:21 AM | To: users@tomcat

JAASRealm and LoginContext reuse

2006-02-14 Thread Stefan Baramov
ode in JDK 1.4 and it appears to be written to cache the LoginModule instances. So I would assume it is correct to write a custom version of the JAASRealm to operate on a single instance of the LoginContext. Am I right? I would appreciate any thoughts. Thanks Stefan Baramov Software

SSL/CGI variables question

2006-03-17 Thread Stefan Zasada
le to pick up a similar environment variable with the cgi script running under tomcat? I've looked at the list of cgi variables that are set and it isn't amongst them. I've looked around for a way to do this but can't seem to find anything. Any help

Tomcat vs. DRMAA

2006-04-10 Thread Stefan Metzlaff
pplication. So there should be no conflict with the drmaa library. Is it possible that tomcat tries to load the libdrmaa.so more than once, if one user calls different methods of the web service or multiple users using the web services? Best regards Stefan Metzlaff -BEGIN PGP SIGNATURE- V

JAVA_HOME / JRE_HOME still necessary?

2006-05-10 Thread Stefan Wachter
on one of the HOME variables I started Tomcat. It seems to work as usual. Thanks for your attention, --Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JAVA_HOME / JRE_HOME still necessary?

2006-05-10 Thread Stefan Wachter
if they are present and to rely on the path if they are absent? What about tools.jar? Is it needed? Grettings, --Stefan PS: I have to write a setup for an application that uses Tomcat. Tomcat is running for end users on their local machines and not on an administrated server. I think the

APR extensinos for Tocmat 5.5.17 cause a JVM crash on Windows OS

2006-06-02 Thread Stefan Baramov
-1.dll from the system path. The attachment shows one of the crashes. It obviously points to the tcnative-1.dll. So can someone shed some light on this extension and problem it is causing. Thanks, Stefan # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_A

AW: Need help with JK2 connector/workers2.properties

2006-12-21 Thread Uhlig, Stefan
Do you run a Windows 2003 Server? I had problems with this. In this case, you have to add a "Web Service Extension" on IIS, which is pointing to Redirector dll, and you have to give status "allowed" in the checkbox. Stefan -Ursprüngliche Nachricht- Von: Simon Re

strange tomcat 5.5 problem/session handling?

2007-01-04 Thread Stefan Kuhn
ugly hard-to-solve problems. Help would be much appreciated. Stefan -- Stefan Kuhn B. Sc. M. A. Cologne University BioInformatics Center (http://www.cubic.uni-koeln.de) Zülpicher Str. 47, 50674 Cologne Tel: +49(0)221-470-7428 Fax: +49 (0) 221-470-7786 My public PGP key is available at http://pgp.mi

Cache problems with static resources

2007-01-17 Thread Stefan Riegel
;if-modified-since" somewhere in the XSLT filter, but did not find a way to do this. We thought even about to substitute the static xml pages with jspx pages. This works fine, but we got problems with the "&" entity. Jsp substitutes the entities with "&

Re: Cache problems with static resources

2007-01-18 Thread Stefan Riegel
Stefan Riegel schrieb: Hello all, we are using Apache Tomcat 5.5.16 on both a Windows (development) and Linux (production) system. Caching of static resources works fine but we should control the behavior. We use a filter, which transforms static xml files and inserts some data. The access

Re: Cache problems with static resources

2007-01-19 Thread Stefan Riegel
g the etag and if-none-match response headers. Still caching. Anything else I could modify? But the main question for me is still: "why does tomcat ignore all the context attributes regarding caching?" No effect at all. Why? Very strange for me. Does anybody succeed with that?

Re: Tomcat randomly hangs

2007-01-25 Thread Stefan Baramov
Since you all are using Java 5 why do you try to enable JMX. JConsole could give you a good insight on threads. It could even provide thread dump or possibly detect deadlock. - Stefan - To start a new topic, e-mail: users

Re: tomcat 5.5.16 cache problem

2007-01-31 Thread Stefan Negrea
Try to delete /tomcat/work/Catalina/localhost/<> folder. That is the folder where tomcat caches everything. I have almost the same problem on the jsp's (even if I set the application to reload stuff every time it detects changes). Also, you might want to configure the application to reload modif

Re: Tomcat launch problem

2007-02-05 Thread Stefan Baramov
Steve Vanspall wrote: > Hi, > > I know this probably doesn't belong here, but a lack of other forums > is causing an issue. > > I have tomcat 5.5.20 set up and it runs without a hitch in standalone > mode. > > I use the sydeo tomcat plugin for eclipse, and it doesn't run claiming > a 'The markup de

Why does this not work with Thunderbird 1.5.0.9?

2007-02-10 Thread Stefan Riegel
ry should prevent tomcat from caching static resources regardless what the browser requests. But this happens not for Thunderbird requests. - Does anybody succeed to prevent tomcat from chaching of static resources? Rega

[Tomcat 5.5.20] How to use JAASRealm ?

2007-02-13 Thread Stefan Lecho
-modeler.jar, tomcat-ajp.jar, tomcat-coyote.jar, tomcat-http.jar and tomcat-util.jar. Is there another - cleaner - solution to make JAASRealm-derived classes work in Tomcat 5.5.20 ? Regards, Stefan Lecho.

RE: Html tagging

2008-08-11 Thread Stefan Oestreicher
why don't you just deploy your application in the ROOT context? Anyway, it most likely doesn't work because you have a typo there, it should be: http://dspace.bracu.ac.bd/dspace";> instead of http://dspace.bracu.ac.bd/dspace> HTH, Stefan Oestreicher > -Orig

RE: Html tagging

2008-08-11 Thread Stefan Oestreicher
> -Original Message- > From: Zico [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2008 3:44 PM > To: Tomcat Users List > Cc: [EMAIL PROTECTED] > Subject: Re: Html tagging > > On Mon, Aug 11, 2008 at 7:40 PM, Stefan Oestreicher < > [EMAIL PROTECTED]>

Re: Tomcat process on windows

2007-03-08 Thread Stefan Baramov
tly not working on web app so I can try it myself. But give it a try and see what happens Cheers, Stefan Baramov - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

IIS 7.0

2007-03-21 Thread Stefan Wachter
Hi all, has anyone already managed to integrate Tomcat into an IIS 7.0 using the isapi_redirect.dll? I tried for several hours but did not succeed. --Stefan - To start a new topic, e-mail: users@tomcat.apache.org To

Tomcat 6.0.10 hangs on startup when APR enabled

2007-03-28 Thread Stefan Armbruster
-3 libapr1-dev 1.2.7-3 libaprutil1 1.2.7-2 libssl-dev 0.9.8b-2ubuntu2 libssl0.9.8 0.9.8b-2ubuntu2 my environment: Linux Ubuntu 6.10 (Edgy) AMD64 Java HotSpot(TM) 64-Bit Server VM (build 1.6.0-b105, mixed mode) Tomcat 6.0.10 Any hints? Regards, Stefan

Re: Tomcat 6.0.10 hangs on startup when APR enabled

2007-04-01 Thread Stefan Armbruster
t; /lib/libpthread.so.0 (0x2ba1299e2000) libdl.so.2 => /lib/libdl.so.2 (0x2ba129af9000) libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x2ba129bfd000) libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x2ba129d44000) libc.so.6 => /lib/libc.so.6 (0

Deactivating XML-validation

2007-04-02 Thread Stefan Günther
why tomcat tries to connect to eos.apache.org? Thanks for your help, Stefan -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail - To start a new topic, e-ma

path Attribute for Context Element

2007-04-02 Thread Stefan Duffner
|the following path $CATALINA_HOME/conf/[enginename]/[hostname]/ with own path element, too. - add own element context inside server.xml also with empty path element Thanks for any suggestions | -- Mit freundlichen Grüßen Stefan Duffner DIG Digitale Medienberatungs- und Produktions- GmbH Ne

Re: Tomcat 6.0.10 hangs on startup when APR enabled

2007-04-02 Thread Stefan Armbruster
2335 /dev/random java 3599 tomcat6r CHR1,9 2337 /dev/urandom java 3599 tomcat 27r CHR1,8 2335 /dev/random So, /dev/random seems to be used. Regards, Stefan Am Montag, 2. April 2007 07:15 schrieb Mladen Turk: > Filip Hanik - Dev List

Re: Tomcat 6.0.10 hangs on startup when APR enabled

2007-04-03 Thread Stefan Armbruster
Hi finally I did this: rm /dev/random; ln -s /dev/urandom /dev/random ... and Tomcat starts up fine. Since I do not require "good" random numbers (no SSL used), this seems to be okay. Regards, Stefan Am Montag, 2. April 2007 21:09 schrieb Stefan Armbruster: > Hi, > > the

Re: Deactivating XML-validation

2007-04-03 Thread Stefan Günther
ch Tomcat version and which JDK? > tomcat5-5.5.9-1jpp_5rh java-1.5.0-ibm Thanks for your help, Stefan -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail ---

Re: IIS 7.0

2007-04-05 Thread Stefan Wachter
r I edited the handler permissions having "Read", "Script", and "Execute" checked. After I had restarted IIS I tried to reach my webapp at "http://localhost/polfha/index.html";. I got an "404.0" error. I assume that the redirector configura

Sometimes ClassNotFoundException

2007-04-20 Thread Dirschnabel. Stefan
der.loadClass(WebappClassLoader.java:1358) Mit freundlichen Grüßen / Best Regards Stefan Dirschnabel SEEBURGER AG Headquarters: Edisonstraße 1 D-75015 Bretten Tel.: 0 72 52/96-0 Fax: 0 72 52/96- Internet: http://www.seeburger.de e-mail: [EMAIL PROTECTED] Vorstand: Bernd Seeburger, Axel

AW: Sometimes ClassNotFoundException

2007-04-20 Thread Dirschnabel. Stefan
Hm ... I deleted the logfiles and reproduced the error multiple times, but the exception I showed you is the first I get. Furthermore, if it would be a compile failure the error messages would appear randomly, wouldn't they? But always exactly the same .jsp's can be found/ not foun

AW: Sometimes ClassNotFoundException

2007-04-20 Thread Dirschnabel. Stefan
y much too) - I have to check this with my superior first :/ . Perhaps you would just tell me the interesting parts and I will paste these Stefan Dirschnabel -Ursprüngliche Nachricht- Von: Martin Gainty [mailto:[EMAIL PROTECTED] Please post the jsps,servlets web.xml and directory st

Sometimes ClassNotFoundException [SOLVED]

2007-04-20 Thread Dirschnabel. Stefan
Ok, I found the mistake at last. Problems were wrong servlet mappings (to not existing pre compiled jsp's) in the web.xml because of a mistake in the build script. Big thx for all help Stefan -Ursprüngliche Nachricht- Von: David Smith [mailto:[EMAIL PROTECTED] No it wou

Re: IIS 7.0

2007-05-24 Thread Stefan Wachter
Finally I found the reason why my Tomcat-IIS-Integration failed under Windows Vista: It was a security problem. The "workers.properties" and the "uriworkermaps.properties" had wrong security settings. They could not be read by "all users". After changing the security settings the integration w

Tomcat 5.0.* Docuemntation available?

2007-11-28 Thread Stefan Rainer
hello, i am looking for a detailed manual on the configuration parameters of tomcat 5.0. I can only find one for 5.5 does anyone has a link/document for me? // Stefan - To start a new topic, e-mail: users

Problem with JNDI using a changed context root path

2008-04-21 Thread Stefan Dirschnabel
rver.xml: I really can't find the solution and searching the web for hours (days?!) now. I also tested the usage of globalnaming resources in the server.xml but no result - same problem. Shouldn't this be a familiar use case ^^ R

RE: Problem with JNDI using a changed context root path

2008-04-22 Thread Stefan Dirschnabel
Thank you very much :). Deploying the application as ROOT.war solved all my problems ;) and in fact my parameters in the context.xml were useless. Am Montag, den 21.04.2008, 08:19 -0500 schrieb Caldarale, Charles R: > > From: Felix Schumacher [mailto:[EMAIL PROTECTED] > > Subject: Re: Problem wi

  1   2   3   >