Re: Ciphers Warning in logfile for Tomcat 8.5.96 (with Adoptium jdk-8.0.392.8-hotspot)

2023-12-01 Thread Markus Schlegel
Using embedded Tomcat, therefore no catalina.bat Markus Am Fr., 1. Dez. 2023 um 15:42 Uhr schrieb Mark Thomas : > On 01/12/2023 14:29, Markus Schlegel wrote: > > Hi Peter, > > Thank you for your hint about "-Djdk.tls.ephemeralDHKeySize=2048". > > I indeed did n

Re: Ciphers Warning in logfile for Tomcat 8.5.96 (with Adoptium jdk-8.0.392.8-hotspot)

2023-12-01 Thread Markus Schlegel
SL version I use, but I do not use OpenSSL at all. Just plain Java8 JSSE. Kind regards and thanks a lot for your valuable help, Markus Schlegel Am Fr., 1. Dez. 2023 um 14:09 Uhr schrieb : > Hi > > > Am 29.11.2023 um 11:46 schrieb Markus Schlegel : > > > > Hi, > > Th

Ciphers Warning in logfile for Tomcat 8.5.96 (with Adoptium jdk-8.0.392.8-hotspot)

2023-11-29 Thread Markus Schlegel
causes any difference to Mark's setup. Anyone which knows if and how the certificate influences the selection of possible ciphers? Anyone having similar problems? Anyone successful in excluding all ciphers with "CBC" ? Thanks, Markus Schlegel

AW: TLS configuration TLS for JMX port

2022-11-04 Thread Bärtschi , Markus-MGB
On 04/11/2022 08:06, Bärtschi, Markus-MGB wrote: >> How can I configure TSL for my JMX port without the keystore information >> showing up on the command line ? > Don't use passwords. Rely on operating system file permissions to limit > access to the file to the Tomcat

TLS configuration TLS for JMX port

2022-11-04 Thread Bärtschi , Markus-MGB
without the keystore information showing up on the command line ? Markus Baertschi, Migros, Switzerland

Re: Precompile JSP error using webapp-jspc.ant.xml (tomcat stuffed)

2022-06-23 Thread Markus Reich
thx, switching to v9 solves the problems :-) Am Do., 23. Juni 2022 um 09:12 Uhr schrieb Rob Sargent < rsarg...@xmission.com>: > > > > On Jun 23, 2022, at 12:53 AM, Markus Reich > wrote: > > > > yes, it seems that in the pom tomcat 10 is specified, does this mak

Re: Precompile JSP error using webapp-jspc.ant.xml (tomcat stuffed)

2022-06-22 Thread Markus Reich
yes, it seems that in the pom tomcat 10 is specified, does this make any difference? 10.0.18 Am Do., 23. Juni 2022 um 08:30 Uhr schrieb Rob Sargent < rsarg...@xmission.com>: > > > > On Jun 22, 2022, at 11:36 PM, Markus Reich > wrote: > > > > Hi, >

Precompile JSP error using webapp-jspc.ant.xml (tomcat stuffed)

2022-06-22 Thread Markus Reich
Hi, I'm trying to precompile a JSF application, I follow the instructions on https://tomcat.apache.org/tomcat-9.0-doc/graal.html. I got a lot of errors like Caused by: java.lang.ClassCastException: class com.sun.faces.taglib.jsf_core.CoreValidator cannot be cast to class jakarta.servlet.jsp.tagex

Re: Tomcat 9.0.34 / JDT 4.15 jsp compile error

2020-04-28 Thread Markus Fömpe
ed to correctly > identify that "org.apache.jsp.test_jsp$1InnerClass" is a class and not a > package. Awesome, thank you very much for the quick fix! - Markus - To unsubscribe, e-mail: users-unsubscr...@tomcat.apac

Re: Tomcat 9.0.34 / JDT 4.15 jsp compile error

2020-04-28 Thread Markus Fömpe
ed it with my local Tomcat installed via homebrew, which downloads Tomcat directly from ASF, and found the same error. - Markus - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 9.0.34 / JDT 4.15 jsp compile error

2020-04-27 Thread Markus Fömpe
JDT for compiling the generated Java file, I assume that this problem is related to a Tomcat configuration. I use the docker image tomcat:9.0.34. If required I can also provide the Java source generated from the JSP. Best regards, Markus

Test for tomcat native

2019-07-04 Thread Markus Fömpe
k like for the Tomcat Native library. Is there someone on the mailing list who could give me a hint? Best regards, Markus [1] https://github.com/mystygage/homebrew-core/commit/e28e93e3e90c3fa2273990a91c8643ca9c97d296 [2] https://docs.brew.sh/Formula-Cookbook#add-a-test-to-the-formula

CVE-2016-6808 Apache Tomcat JK ISAPI Connector buffer overflow

2016-10-07 Thread Markus Koschany
implementations. Could someone clarify why the official security announcement only mentions IIS and not all three servers? Are users who use Apache Tomcat JK with Apache 2.x affected by CVE-2016-6808? Regards, Markus [1] https://svn.apache.org/viewvc?view=revision&revision=1762057 signature

Webapp with underscore in it's name leads to failed session-cookies

2016-06-22 Thread Markus Näher
too, but as many users have bookmarked it, I can't just rename it. Is this a bug in tomcat ? Environment: OS: Linux / Windows Tomcat version: 8.0.36 JDK: Oracle JDK 1.8.0_92 Within the team, we're using different minor verions, but I&

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-20 Thread Markus Dörschmidt
Hi Björn, I think, the problem is the content-type, you're using. It is set to "text/xml", but you don't send correct XML. The error messages seems also to be sent by some SOAP framework. Try sending some correct XML data. Best regards, Markus Am 20.06.2014 12:58, s

Re: [OT] list server issues ?

2013-03-04 Thread Markus Schönhaber
04.03.2013 14:31, André Warnier: > I don't know if it is the case for everyone, but I seem to be receiving > messages from the > list in some random order, totally out of timely sequence. > Anyone notice the same, or is it just me ? I didn't notice anything like that. You could take a look at

Re: Catalina.out

2013-03-04 Thread Markus Schönhaber
04.03.2013 12:33, vicky007aggar...@yahoo.co.in: > I am using tomcat 7.0.30(os: redhat linux) & referring below link for > implementing log4j at the container level > > http://tomcat.apache.org/tomcat-6.0-doc/logging.html#Using_Log4j > > Using this link i am still not able to rotate the > Catal

Re: Directory contents listing of Aliases Directory

2011-11-23 Thread Markus Schönhaber
23.11.2011 12:53, Asha K S: > Currently when I set Aliases attribute for Context ,Tomcat serves resources > from Aliases directory but I am unable to get the directory listing for the > Aliases Directory.Can you please let me know if anyone has tried this or if > there is any other way to do it

Re: Best practices for creating a Windows installer with bundled webapp

2011-10-22 Thread Markus Schneider
Mark, thanks for the quick reply. I will have a look at the license and especially review the sections you pointed out. Best regards, Markus Am 22.10.2011 18:13, schrieb Mark Thomas: > On 22/10/2011 15:49, Markus Schneider wrote: >> Hi list, >> >> I am not totally sure

Best practices for creating a Windows installer with bundled webapp

2011-10-22 Thread Markus Schneider
-source projects that use build scripts which I may re-use? Thanks for your comments, Markus [1] http://wiki.deegree.org/deegreeWiki/DownloadPage -- Markus Schneider Occam Labs UG (haftungsbeschränkt) Godesberger Allee 139 53175 Bonn, Germany +49 228 93798874 http://www.occamlabs.de

Re: Overriding web.xml parameters

2011-09-27 Thread Markus Schönhaber
27.09.2011 11:00, Romaric: > context.xml : > > > ---^ > > > The problem is that the values in web.xml override those in context.xml > when it should be the other way around. > > Do you have any idea what the problem might be ? The above is not valid XML. The attribute n

Re: URL for Tomcat forums

2011-09-08 Thread Markus Schönhaber
08.09.2011 10:28, Sonwabo Jordan: > What is the URL for the Tomcat forums so that I can go and have a look at > questions already asked before I submit my own? http://tomcat.apache.org/lists.html provides links to archives of the various Tomcat mailing lists. Although only the MARC archives are

Re: Custom URL configuration in Tomcat

2011-07-28 Thread Markus Schönhaber
28.07.2011 05:57, Dhana kumar: > instead of http://localhost:8080/meobizWeb/index.html, could we make url > accessible across the intranet, something like this,. > http://www.mydomain.com/meobizWeb/index.html Yes. Configure Tomcat to listen on port 80 and configure your internal DNS to resolve th

Re: Tomcat 7: Why is JDK needed ?

2011-07-23 Thread Markus Schönhaber
21.07.2011 21:58, Bobi St: > why is Why is JDK needed also for Tomcat 7 ? Does it use a compiler, or why > not simply using for example jre6 ?!? > I have to install always extra JDK because of it ... Who says Tomcat needs a JDK? From

Re: Tomcat 7, isapi_redirect, IIS 7 - blank page

2011-07-20 Thread Markus Schönhaber
20.07.2011 23:02, Falzone.Matthew: > Didn't mean to, I sent it too soon so I started a new thread. Was there an > issue with starting a new one? Yes. The issue was: you didn't start a new thread. If you push the "reply" button of your mail client when viewing some message, it will create a repl

Re: Document of Tomcat 6.0.32.

2011-06-09 Thread Markus Schönhaber
09.06.2011 10:13, Nash: > I want to know how I can get the API Document of Tomcat 6.0.32 so I can refer > it regardless of Internet connection. > Thank you a lot! Download the fulldocs package, which, as it seems, is not linked to from the download page of 6.0. The name of the package is apache-

[OT] facepalm (was: Re: Trouble configuring the manager :()

2011-01-06 Thread Markus Schönhaber
06.01.2011 22:12, Christopher Schultz: > Is there an emoticon for smacking yourself in the forehead? There doesn't seem to be a "standard" one, though googling for "facepalm smiley" or "facepalm emoticon" lists quite a few. Nevertheless, I *really* like that non-emoticon one http://www.thefacepal

Re: automatic deployment without server.xml - bad request

2010-12-02 Thread Markus Schönhaber
02.12.2010 20:44, Pid: > On 12/2/10 12:34 PM, Justin Case wrote: >>> From: Pid >>> If the request isn't being routed to your application, then without a >>> ROOT application the host hasn't got a mechanism to serve any response >>> other than an error. >> >> Error is fine, as long it's a 404 (a

Re: Can't access tomcat manager

2010-12-02 Thread Markus Schönhaber
02.12.2010 15:43, Lava Saleem: > Thanks for the replies yeah I have checked the tomcat user xml file and > there are no missing comments brackets or anything so is there any other > reason for this to happen ? do I need to modify anything else ? What *missing* comment brackets? What André tri

Re: Can't access tomcat manager

2010-12-01 Thread Markus Schönhaber
01.12.2010 23:05, Lava Saleem: > I have installed apache tomcat 7.0.4 on a centos linux box, I have > modified the tomcat-users.xml file as shown below and restarted it, my > tomcat still can't get an access to the manager, I deleted the other users > and just put mine in the xml file but this

Re: Configure read/write-access in TomCat

2010-08-18 Thread Markus Schönhaber
18.08.2010 16:55, André Warnier: > Pid wrote: >> On 18/08/2010 14:56, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Configure read/write-access in TomCat The conf/web.xml is the web.xml for the "default servlet". >>> It's a bit more than

[OT] broken mail clients (was: Re: Running PHP?)

2010-08-03 Thread Markus Schönhaber
03.08.2010 18:14, michel: > From: "Markus Schönhaber" >> 03.08.2010 13:20, michel: >> >>> sorry, another empty email with just attachments ... >> >> No. >> It's not Pid's fault if your "mail program" doesn't under

Re: Running PHP?

2010-08-03 Thread Markus Schönhaber
03.08.2010 13:20, michel: > sorry, another empty email with just attachments ... No. It's not Pid's fault if your "mail program" doesn't understand PGP/MIME. -- Regards mks - To unsubscribe, e-mail: users-unsubscr...@tomca

Re: Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Markus Schönhaber
09.07.2010 15:38, Caldarale, Charles R: >> From: Fernando Morgenstern [mailto:ferna...@consultorpc.com] >> Subject: Error: Invalid or unreadable WAR file : error in opening zip >> file >> >> I'm running the following version of tomcat: >> >> Server version: Apache Tomcat/6.0-snapshot >> Server bui

Re: Question on IE zones with Mod_jk

2010-06-08 Thread Markus Schönhaber
08.06.2010 09:16, Robin Diederen: > The problem: > - I surf to http://portal > - IE recognizes the site as trusted / in the intranet zone > - I click the sign in link and get redirected to > http://portal/c/portal/login; IE now thinks I'm in the _internet_zone_ (thus > NTLM auth doesn't work) >

Re: mod_jk file not found

2010-05-16 Thread Markus Mehrwald
Am 2010-05-16 21:11, schrieb André Warnier: Markus Mehrwald wrote: I did not find the actual problem but I can live with this script not delivered by apache. Maybe this is because the js is inside a jar file? I have to admit that in my previous analysis, this is a case which I did not

Re: mod_jk file not found

2010-05-16 Thread Markus Mehrwald
to here about it, of course with useful arguments. Markus Am 16.05.2010 18:44, schrieb Caldarale, Charles R: From: Markus Mehrwald [mailto:mmehrw...@gmx.at] Subject: Re: mod_jk file not found I did not find the actual problem but I can live with this script not delivered by apache. Maybe

Re: mod_jk file not found

2010-05-16 Thread Markus Mehrwald
SetHandler part yet but shouldn't it also work with the JkMount's? Markus Am 13.05.2010 14:05, schrieb André Warnier: Markus Mehrwald wrote: Hi, I installed mod_jk and it works perfect except of a little strange problem. I let handle tomcat everything except of static files which the

Re: mod_jk file not found

2010-05-13 Thread Markus Mehrwald
Am 13.05.2010 10:26, schrieb Pid: On 13/05/2010 01:15, Markus Mehrwald wrote: Hi, I installed mod_jk and it works perfect except of a little strange problem. I let handle tomcat everything except of static files which the following lines in the virtual host for port 80 and the same for port

mod_jk file not found

2010-05-12 Thread Markus Mehrwald
how this can happen? Thanks, Markus - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat scalability settings

2010-04-08 Thread Markus Schönhaber
08.04.2010 09:42, cinl...@gmail.com: > I am newbie here. I don't understand what you meant by hi-jacking this > thread. I simply asking tomcat user mailing lis of any solution to my issue. > Did I do something wrong? If so, please let me know what I did wrong. When you want to talk about a new

Re: No gain after pre-compilation

2010-03-09 Thread Markus Schönhaber
09.03.2010 13:25, Markus Schönhaber: > What you could check [...] Forgot to mention: it might be useful to increase the log-level of Jasper's Compiler class, i. e. add org.apache.jasper.compiler.Compiler.level=FINE to conf/logging.properties You should then see in Tomcat's

Re: No gain after pre-compilation

2010-03-09 Thread Markus Schönhaber
09.03.2010 12:43, Alexander Skwar: > Do you happen to have any idea, why I did not notice any impovements > in the 1st time load delay? Ie. why do I still have to wait 10s after > having deployed, before the login screen is shown for the first time? > > At this point in time, the web app does

Re: No gain after pre-compilation

2010-03-09 Thread Markus Schönhaber
09.03.2010 10:25, Alexander Skwar: I didn't look at your build script, just a general remark below. > Or is it just, that this shows, that our web app doesn't have a bottleneck > in the "JSP land" (which would be a true statement - it communicates > with some background databases and apps, which

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 15:13, maven apache: > Now I found there is something wrong with the apr component because I got > the info: > > INFO: The APR based Apache Tomcat Native library which allows optimal > performance in production environments was not found on the > java.library.path: > /home/kk/ProgramF

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 15:01, maven apache: > 2010/3/4 Caldarale, Charles R > >>> From: maven apache [mailto:apachemav...@gmail.com] >>> Subject: Re: can not start tomcat and the jre_home var error >>> >>> In the terminal , I enter this the bin directory and run " sudo >>> ./startup.sh" >> >> Try it without

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 14:56, maven apache: > 2010/3/4 Markus Schönhaber >> Why do you start Tomcat as root? >> > Ok, I tried it again. ? -- Regards mks - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 14:44, maven apache: > The tomcat directory is " /home/kk/ProgramFiles/apache-tomcat-6.0.24' > In the terminal , I enter this the bin directory and run " sudo > ./startup.sh" Why do you start Tomcat as root? -- Regards mks --

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 14:00, maven apache: > I am using Ubuntu9.10. I have install jdk1.6 in /home/kk/ProgramFiles/jdk1.6 > , also I have set up a permanent environment variable JAVA_HOME which link > to the jdk directory. > I just downloaded apache-tomcat-6.0.24.tar.gz and extact it to > "/home/kk/ProgramFi

Re: Startin tomcat5 instead of jsvc with java

2010-03-04 Thread Markus Schönhaber
04.03.2010 13:50, Petr Hracek: > from the documention I have read that tomcat5.5 ( > http://tomcat.apache.org/tomcat-5.5-doc/setup.html) > can be started with the help of command jsvc. > > Is there any other possibility how to start up tomcat with java? > I wouldn't start tomcat 5.5 over rcScript

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Markus Schönhaber
18.01.2010 15:57, Rick Bragg: > On Mon, 2010-01-18 at 09:43 -0500, David Smith wrote: >> MySQL leave the tcp port disabled for security reasons. I've never >> understood the decision, but it happens. You can test w/ the mysql command: >> >> mysql -P 3306 -h localhost -u cyclos -p > Yes the abo

Re: TomCat multiple ssl support

2009-12-29 Thread Markus Schönhaber
29.12.2009 15:28, Mark Thomas: > However, there is a spec for this: RFC 4366, SNI (Server Name > Indication). It should be implementable for at least the APR/native > connector. Not sure of the extent, if any, of support in the browsers. If a recent article in the German c't magazine is right (an

Re: Tomcat Config Question

2009-12-09 Thread Markus Schönhaber
09.12.2009 15:31, steflik: > I'm teaching a Web Programming course and am using Tomcat 6 for the > servlet/jsp portion of the course. I have created a context for each student > in the server.xml file and it seems to work pretty good but if a student > modifies the web.xml file in their applicatio

Re: SSL only working on localhost

2009-12-02 Thread Markus Schönhaber
In addition to Pid's comment, which you should take heed of: 02.12.2009 13:41, Michael Dockery: > i have wiresharked the server, and can see the inbound 443 connections, > so the firewall does not seem to be the issue. >(note: the other computers are on the same subnet/lan) What exactly do

Re: Tomcat 5.17 crashes too often

2009-11-27 Thread Markus Schönhaber
Am 27.11.2009 15:00, schrieb Rocco Scappatura: I have no idea if it's in any way related to the problem you're seeing, but... > vm_info: Java HotSpot(TM) Server VM (1.5.0_09-b01) for windows-x86, > built on Sep 7 2006 13:40:20 by "java_re" with MS VC++ 6.0 ...the first thing I'd check is whethe

Re: Tomcat 6 and Apache2 VS Tomcat 6 alone

2009-11-24 Thread Markus Schönhaber
TheGrailer: > So what do you all think? Is the Apache2 infront of the Tomcat 6 a waste of > time or worth while? I agree with what Pid and Peter already said. Just to phrase it with my own words: I see two major reasons why you'd want to put httpd in front of Tomcat 1. To act as a load balancer f

Re: Understanding context.xml

2009-11-02 Thread Markus Schönhaber
Carsten Pohl: > If I change the testprojekt.xml in > conf/Catalina/localhost/testprojekt.xml my webapplication will be > redeployed (assuming the bug is fixed), and it would get the new > values. If I change the conf/context.xml all my webapps will be > RELOADED, but new values and changes to valu

Re: Understanding context.xml

2009-11-02 Thread Markus Schönhaber
Carsten Pohl: > When I deploy the project to a local tomcat (Apache Tomcat/6.0.20) Everything > works as expected. Meaning, the context.xml is copied to > /conf/Catalina/localhost and renamed to testprojekt.xml. > > When I edit the testprojekt.xml to: > > > >override="false"/> > > > I

Re: How to make tomcat persistant ?

2009-11-02 Thread Markus Schönhaber
daulat khan: > I know that tomcat use session manager to persist sessions and reload > them when \ > server starts up. But I can not find where to configure it. How can I > turn it off so \ > that I don't get the error message? Take a look at conf/context.xml. -- Regards mks

Re: doubts about tomcat form based authentication

2009-10-20 Thread Markus Schönhaber
Nirvann: > I mean't authorization. Consider a scenario as follows. There are two users, > admin and user. Consider two pages adminPage.jsp and userPage.jsp. Admin has > rights to both the pages but user can access only userPage.jsp. Lets assume > that the user logs in as user (not admin) and acces

Re: What is the difference between running Tomcat 6 as a Windows Service vs. running from the command line?

2009-10-19 Thread Markus Schönhaber
Alan Kennedy: > Unfortunately, it did not solve the problem: the behaviour is exactly > the same when running under my own account: the bug still occurs. Well, that seems to rule out any permission problems - and leaves me pretty much out of ideas. One thing, though: do you run Tomcat in both cas

Re: What is the difference between running Tomcat 6 as a Windows Service vs. running from the command line?

2009-10-19 Thread Markus Schönhaber
Alan Kennedy: > I need to find out what is the difference between running Tomcat 6 as > a Windows Service and running it from the command line. > > The reason is that I'm getting a bizarre bug when a jython based > servlet is run under Tomcat6-as-Service. But the bug does NOT appear > when Tomcat

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-19 Thread Markus Stauffer
ok thanks :) On Mon, Oct 19, 2009 at 5:05 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Markus, > > On 10/19/2009 10:59 AM, Markus Stauffer wrote: >> with trimWhiteSpaces set to true: >> ${firstName} ${name} produces first

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-19 Thread Markus Stauffer
hristopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Markus, > > On 10/17/2009 2:52 AM, Markus Stauffer wrote: >>> >>>        private final String emptyText = new String(""); >>> >>> Anyhow, it probably makes

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-16 Thread Markus Stauffer
pache.org/bugzilla/show_bug.cgi?id=45931 Changing emptyText from "" to " " would break the workaround. It would lead to 2 spaces in the html. Please don't do it. regards -- Markus Stauffer

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-15 Thread Markus Stauffer
My suggestion: set trimSpace to true on both servers. Then use ${firstName}{' '}${lastName} regards Am 13.10.2009 um 23:08 schrieb Curtis Garman: Has anyone else experienced loosing spaces between printing jstl variables. I've got something that is printing ${firstName} ${lastName} --> Cur

Re: Logging startup parms for Tomcat...

2009-10-11 Thread Markus Schönhaber
Tony Anecito: > I need to see the jvm startup params (memory settings, ect) for Tomcat. How > do I enable that to showup in the logs? If you simply want to see the JVM startup params (i. e. logging them would be just one one way to achieve that, but not the only one acceptable to you), you could

Tomcat and Bayeux for HTTP streaming

2009-10-09 Thread Markus Innerebner
and Bayeux in context with streaming? many thanks Markus - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Comet question with Tomcat

2009-10-07 Thread Markus Innerebner
Hi all, I am using Tomcat6 together with Comet. I implemented as described in the article "Advanced IO and Tomcat" the servlet, message sender ... The main reason for using comet is that I would like to implement a kind of streaming, what means: I am launching from the client with a AJAX r

Re: Comet and mod_jk

2009-10-05 Thread Markus Innerebner
Filip Hanik - Dev Lists wrote: There are only two connectors in Apache Tomcat that support Comet, APR HTTP and NIO HTTP connectors. This means, if you want Apache in front of it, you would use mod_proxy_http Many thanks for your suggestion. --

Comet and mod_jk

2009-10-05 Thread Markus Innerebner
t port) is redirected tomcat. Many thanks Markus - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Default character encoding for ServletRequest

2009-10-01 Thread Markus Meyer
nformation: http://mail-archives.apache.org/mod_mbox/tomcat-users/200111.mbox/%3cd913221a882fd31198d90008c75d6909058b4...@cwnl-ams-pri01.nl.compuware.com%3e#archives Markus Halm Reusser schrieb am 01.10.2009 13:22: Pid wrote: How about? request.setCharacterEncoding("ENCODING"); I wa

Re: How to check if the client dropped the connection

2009-09-28 Thread Markus Meyer
when doing paging of virtual memory or "pages" when talking about processor caches. Even Audacity (audio editor) uses this concept to achieve fast editing of very large audio files. Markus - To unsubscribe, e-

Re: How to check if the client dropped the connection

2009-09-28 Thread Markus Meyer
mage of 700KB." This indicates that you (1) seem to not use any caching ("drawing a map takes time" - with caching the map would already have been drawn) and (2) you use BufferedImage which of course does not allow you to PNG-encode on the fly. Both problems would be

Re: How to check if the client dropped the connection

2009-09-28 Thread Markus Meyer
ly, this sounds like an interesting project for several Ph.D. theses... Markus - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Typo on http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html ?

2009-09-08 Thread Markus Fischer
ctory). cheers, - Markus - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat App Configuration

2009-09-07 Thread Markus Meyer
Hi André, sorry if I got that one wrong. It's just that it works for me the way I describe it. (I generally avoid putting my webapps into the "default" setting and create Context entries for all of them.) Markus André Warnier schrieb: Markus, that was a bad recommenda

Re: Tomcat App Configuration

2009-09-07 Thread Markus Meyer
re with your "other" root setting. Markus skarahan schrieb: Hi , thanks your help.I add this line server.xml " I can see it manager page path column.But its not running.is there another xml file to congire it.? Markus Meyer wrote: Hi, just use an entry like the fol

Re: Tomcat App Configuration

2009-09-07 Thread Markus Meyer
Hi, just use an entry like the following in your Tomcat's "server.xml" configuration file: HTH Markus skarahan schrieb: Hi, I use tomcat5.5 on ubuntu and have java web application.When I run it, its address looks like "http://servername:8180/myapp"; on browser

Re: Configuring different environment variables for different vhost context?

2009-09-03 Thread Markus Fischer
confident that it must be an error on my side, which it was. I was just not able to realize that the application was picking up the environment variable properly :/ sincerely, - Markus - To unsubscribe, e-mail: users

Re: Configuring different environment variables for different vhost context?

2009-09-03 Thread Markus Fischer
partial match here :) However I lack the knowledge to understand what the context lookup to "java:comp/env" really means in relation to HUDSON_HOME . Am I still on the right track now with my environment entry configuration from my ROOT.x

Configuring different environment variables for different vhost context?

2009-09-03 Thread Markus Fischer
ed it may be a TC configuration issue. Can someone point me into the right direction? thanks, - Markus [1] https://hudson.dev.java.net/ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: user / password

2009-08-27 Thread Markus Meyer
See http://www.netbeans.org/kb/61/websvc/gs-axis.html Search for "tomcat-users.xml" in this document. Chris Lenart schrieb: I did but it's blank. Do I add one? -Original Message----- From: Markus Meyer [mailto:me...@mesw.de] Sent: Thursday, August 27, 2009 3:14 PM To: To

Re: user / password

2009-08-27 Thread Markus Meyer
I do not know NetBeans but you probably want to have a look at tomcat-users.xml in the Tomcat configuration directory. Chris Lenart schrieb: NetBeans is trying to connect to Tomcat and asking for an ID and password. Wher do I find this? ---

Re: Strange problems with SSL support in Tomcat 6

2009-08-26 Thread Markus Meyer
appropriate directives. Markus Markus Meyer schrieb: Hi, I have a Debian machine where previously, Tomcat 5.5 was installed (using the Tomcat 5.5 Debian package). "uname -a" returns: Linux server02 2.6.26-2-amd64 #1 SMP Sun Jul 26 20:35:48 UTC 2009 x86_64 GNU/Linux Now, for som

Strange problems with SSL support in Tomcat 6

2009-08-26 Thread Markus Meyer
how I could attempt to debug this strange problem. Thanks in advance! Best regards Markus - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

possibility of runtime replication of jkstatus / mod_jk

2009-08-19 Thread Markus Pohle
Hi list members, I am Markus Pohle, new subscriber to this list and long time user of apache tomcat and tomcat connector (with apache httpd). I do have a question according to mod_jk and jkstatus for which I did not find any answer or solution, neither on internet/google nor the mailing

Re: Increasing Heap Size and Max Perm Size

2009-08-19 Thread Markus Schönhaber
Daniele Development-ML: > Forgot to mention that when I try with the following command: > java -Xms512m -Xmx750m > > it does succeed in creating the JVM [...] > I don't understand why I get different behaviour passing this option the JVM > when starting Tomcat, and when I give directly to the JVM

Re: catalina.sh and java_opts question

2009-08-17 Thread Markus Schönhaber
Susan Teague Rector: > I've searched around on the net and have found differing opinions about > where to actually place the java_opts env var for tomcat. > Should this variable be in /tomcat/bin/catalina.sh? When I set it in > this file and then print out all env vars, it looks like it is not s

How to configure per-webapp logging

2009-08-12 Thread Markus Meyer
ot;${catalina.base}/logs/productionserver_test" is created However, no log files are created in this directory. What am I doing wrong? Please let me know if you need more information. Thanks in advance! Markus - To unsub

Re: Tomcat 5.5 on Windows Server 2003, HTTPS and tc-native

2009-07-31 Thread Markus Schönhaber
Fred Janon: > It looks like you have an extensive experience deploying Tomcat 5.5.x on Win > XP, SBS, Enterprise and Datacenter, so maybe you can tell me where the > option to use APR/tc-native is during the installation using the msi file? The installation wizard contains a page where you can ch

Re: IAVM Identified Vulnerability - 2009-B-0026_0028

2009-07-23 Thread Markus Schönhaber
Owen, Scott A CTR IT/IM Bldg1490: > I am currently running Tomcat 5.5.27 on a Windows 2003 server for the > application Business Objects Enterprise XI R2. > > I have been notified by my IA department of an IAVA that has been > identified and needs immediate action. > > The IAVM is 2009-B-0026_00

Re: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread Markus Schönhaber
tomcatastrophe: > I was using root just trying to get it to work. I'm not sure what you mean > about line endings here... I don't have any \n in my file... or do you mean > the character return ? I'm a little confused. I'm talking about the character(s) that denotes a line ending, "return" in a m

Re: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread Markus Schönhaber
tomcatastrophe: > When I try to run /etc/init.d/tomcat restart or /sbin/service tomcat restart > (or stop or start) I get this error: > > -bash: /etc/init.d/tomcat: /bin/bash^M: bad interpreter: No such file or > directory When you create script files for Linux on a Windows box, make sure you sa

Re: Problem of port 8080

2009-06-25 Thread Markus Schönhaber
Please don't hijack a completely unrelated thread. Xia Guowen: > Tomcat running for some time, do not have access to 8080, but 8009 and 8005 > is ok. > mod_jk access is normal. Is a Connector listening to port 8080 indeed configured? If so, what's in the logs? > # netstat -lnut |grep 8080 > tc

Re: Celebrating Apache Tomcat 10th Anniversary

2009-06-17 Thread Markus Schönhaber
Mladen Turk: > So, wish us happy anniversary :) Congratulations! And thanks for a decade of good work! -- Regards mks - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@

Re: chunked encoding

2009-06-12 Thread Markus Schönhaber
André Warnier: > In summary thus : > > - making the request be HTTP 1.0, no matter how it's done, is not going > to magically make Tomcat send the response in one chunk nor add a > Content-Length header. Exactly. > (it may just /prevent/ it from adding a "Content-transfer-encoding: > chunked

Re: chunked encoding

2009-06-12 Thread Markus Schönhaber
Rainer Jung: > On 12.06.2009 10:43, Markus Schönhaber wrote: >> No, it's not strange at all. If the length of the response body is not >> known when the response headers are sent, you obviously can't add a >> Content-Length header. That has nothing to do with the H

Re: chunked encoding

2009-06-12 Thread Markus Schönhaber
Anthony J. Biacco: > Hence the idea about downgrading to http 1.0. But that doesn't get me > the content length header still (which in itself is strange), No, it's not strange at all. If the length of the response body is not known when the response headers are sent, you obviously can't add a Con

Re: Tomcat 6.0.18 access files case-insensitive

2009-06-11 Thread Markus Schönhaber
Markus Schönhaber: > André Warnier: > >> the filesystem which matters. If the filesystem is case-insensitive, it >> doesn't matter whether the URL is /ABC.PDF or /abc.pdf, does it ? > > No. Try Hm, re-reading the way you asked the question, this should be "Y

  1   2   3   4   5   6   >