AW: Long Startup Time

2005-04-01 Thread Torsten Fohrer
Hi, is your application using some listeners / load-on-startup? Fohrer -Ursprüngliche Nachricht- Von: Mike Cherichetti (Renegade Internet) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. März 2005 22:56 An: Tomcat Users Betreff: Long Startup Time Hi, I'm running Tomcat

AW: jsvc alternatives?

2004-12-30 Thread Torsten Fohrer
Try wrapper.sourceforge.net -Ursprüngliche Nachricht- Von: Michael Kastner [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Dezember 2004 08:21 An: Tomcat Users List Betreff: jsvc alternatives? Hello, it seems like jsvc runs very unstable on my linux system. Does anybody know any

AW: AW: jsvc alternatives?

2004-12-30 Thread Torsten Fohrer
. By the way, would mod_proxy be an alternative too? Greetings Michael Kastner Torsten Fohrer schrieb: Try wrapper.sourceforge.net -Ursprüngliche Nachricht- Von: Michael Kastner [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Dezember 2004 08:21 An: Tomcat Users List Betreff

Add

2004-04-06 Thread Torsten Fohrer
subscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: I know this is a stupid question

2004-03-29 Thread Torsten Fohrer
Simply look at the ROOT/WEB-INF/web.xml All webapps are precompiled. ;-) Cu Fohrer -Ursprüngliche Nachricht- Von: Donald Lee [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 28. März 2004 04:59 An: [EMAIL PROTECTED] Betreff: Re: I know this is a stupid question Yes I turned off

Re: I know this is a stupid question

2004-03-28 Thread Torsten Fohrer
Look at ROOT/WEB-INF/web.xml. all web-apps in tomcat 4/5 distributions, are precompiled. cu Fohrer On Sunday 28 March 2004 03:31, Donald Lee wrote: Ok, I know this has got to be a stupid newbie question but I have searched the archives without success. What is special about the default

Re: Tomcat - Automatically writes a session?

2004-01-20 Thread Torsten Fohrer
/context.html cu Torsten Fohrer On Tuesday 20 January 2004 20:58, you wrote: Verify in your JSP's .java file that sessions are really being turned off. Look to see if there is a session=pageContext.getSession() Also, I think the call to pageContext = _jspxFactory.getPageContext(. Needs

AW: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Torsten Fohrer
simply patch the URL classes from catalina/tomcat-util to remove/replace the port. cu Fohrer -Ursprüngliche Nachricht- Von: Rademacher Tobias [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 12. Februar 2003 10:26 An: '[EMAIL PROTECTED]' Betreff: How to configure Tomcat to suppress adding

Problem with SecurityManager

2003-01-16 Thread Torsten Fohrer
. Adding to catalina.policy grant file:${catalina.home}/webapps/examples/WEB-INF/classes/- { java.io.FilePermission /etc/passwd, read; }; 5. starting tomcat with security manager 6. request securityTest.jsp = Security Exception? what i do wrong? Torsten Fohrer

Re: New Version 4.1.18 Out of Memory Errors...continued...

2002-12-30 Thread Torsten Fohrer
have you increase the maximum memory for the jvm? with -Xmx256mb as a example. cu Torsten Fohrer On Monday 30 December 2002 17:51, you wrote: Oops, I almost forget to send out the catalina logHere it is: Dec 30, 2002 11:08:29 AM org.apache.jk.common.ChannelSocket processConnection

Re: reducing tomcat jasper memory footprint

2002-12-30 Thread Torsten Fohrer
the a bad thing is that the jasper generated code creates for each request all string object new. So hundred unneeded String objects consuming a lot off memory. And so big pages with many poor texts without codeneeds a big amount of memory. Torsten Fohrer On Monday 30 December 2002 20:37

Re: Tomcat stability problem

2002-12-27 Thread Torsten Fohrer
a simply performance switche for tomcat/jsp pages is the development init-param of jasper. cu Torsten Fohrer On Friday 27 December 2002 18:59, you wrote: We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB RAM. The application consists of 100,000+ HTML pages and approx. 100 jsp pages

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Torsten Fohrer
This is bug in 4.1.17 which will fixed in Tomcat 4.1.18, i attach the compiled classes that fixe it. update the tomcat-coyote and it should work... On Thursday 19 December 2002 14:33, you wrote: * Luc Foisy [EMAIL PROTECTED] [1214 20:14]: The actual web application did not seem to have a

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Torsten Fohrer
socket closed exception you will have possible for ever. that is problem of tcp/ip and not tomcatthe patch fixes that the writer the jsp pages used, isn't clean recylce for the next request. what are you getting from tomcat?. can you try it via telnet/ or with sniffer running

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Torsten Fohrer
what does this servlet/page do? On Thursday 19 December 2002 18:05, you wrote: Luc Foisy wrote: It did eventually lead to an OutOfMemory exception ( at least months ago ) But as I continue to watch top I have pushed it up to tomcat using 108 megs of memory (and it doesnt go

Re: javac Memory Leak: STATUS request

2002-12-19 Thread Torsten Fohrer
PathInfo: null RealPath: /pathtohost/httpdocs/index.jsp RequestURI: /index.jsp QueryString: null Request Params: Brandon -Original Message- From: Torsten Fohrer [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 6:13 PM

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Torsten Fohrer
Please try this steps. 1. hang on catalina.out, access.log 2. request the page with the browser = something changes in logs? 3. add some System.out.println() at beginning and end of the servlet 4. request the page again with the browser = output of the System.out.println ok? On Thursday

Re: [OT] RE: javac Memory Leak: STATUS request

2002-12-19 Thread Torsten Fohrer
/servlet Am I missing anything? I came across something about having to install IBM's ICU4J. Is this correct? Thanks -Dan -Original Message- From: Torsten Fohrer [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 12:02 PM To: Tomcat Users List Subject: Re: javac

Re: javac Memory Leak: STATUS request

2002-12-16 Thread Torsten Fohrer
-valueWARNING/param-value /init-param load-on-startup3/load-on-startup /servlet 3. Define build.compiler as above noted 4. Setting a env variable named BOOTCLASSPATH to jre/lib/rt.jar cu Torsten fohrer On Tuesday 17 December 2002 01:06, you wrote: Does anyone know how I can

Re: Tomcat uptime and stability in production environments

2002-12-13 Thread Torsten Fohrer
I maintain and using three standalone tomcat servers. One of the three has a request count of 4-7 per day, and traffic 1-5.5 gb traffic per month. cu Torsten Fohrer On Friday 13 December 2002 04:23, you wrote: On Thu, 12 Dec 2002, Mike W-M wrote: Date: Thu, 12 Dec 2002 13:24:27

[PATCH] Fixes TagHandlerPool Size patch

2002-11-18 Thread Torsten Fohrer
Adding Integer to String Index: Generator.java === RCS file: /home/cvspublic/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java,v retrieving revision 1.127 diff -u -w -b -r1.127 Generator.java ---

Re: FW: Problem using Https connection on tomcat 4 jdk 1.4

2002-11-18 Thread Torsten Fohrer
how do you connecting to the other servlet? Torsten On Monday 18 November 2002 21:16, Ritu Kumar wrote: Hi, I am using tomcat 4.1.12 jdk 1.4. I am having problem using HTTPS as a protocol to connect to another servlet. ( No problem if I use HTTP protocol) I do not get any errors, but

Re: eth0 ip, not lo ip

2002-11-16 Thread Torsten Fohrer
if you use jdk 1.4 and above, look at java.net.NetworkInterface: NetworkInterface.getByName( eth0 ); should do it, if i read the docu rights, that's it. Torsten Fohrer On Saturday 16 November 2002 10:54, RXZ JLo wrote: Hi InetAddress.getLocalHost().getHostAddress() this is returning

Re: A long classpath list

2002-11-16 Thread Torsten Fohrer
if i remember right, tomcat 4 ignores the classpath. place classes simply in the (common or shared)/classes read more under: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html On Saturday 16 November 2002 21:12, chasee wrote: Hello all, the class loader of my tomcat

AW: JDBC Policy connection problem

2002-11-15 Thread Torsten Fohrer
-Ursprüngliche Nachricht- Von: Jacob Kjome [mailto:hoju;visi.com] Gesendet: Freitag, 15. November 2002 15:16 An: Tomcat Users List Betreff: Re: JDBC Policy connection problem Can you connect to your MySQL server via a basic application started with the java command rather

Re: can write to / not /var frpm jsp/servlet

2002-11-15 Thread Torsten Fohrer
how do you mount the other partition? On Friday 15 November 2002 18:13, Brendon Mosher wrote: I have run accross an unusual problem. I am running Linux and am able to write to any directory in the same partition as / from a servlet or jsp. However, if i try and write from a servlet or jsp to

Re: Cahrset problem

2002-11-15 Thread Torsten Fohrer
some tips from me 1. mask non standart characters with html entitys like nbsp; that you display in html pages, if there exist some one. 2. setting response contentType, with % page contentType= 3. adding to the head of your html page meta http-equiv=Content-Type content=text/html;

Re: remove the need for :8443 in URLs needing https:

2002-11-14 Thread Torsten Fohrer
how do you run tomcat on port 8443 or 443, with the official tomcat distribtion you root rights for serving content on port 443 under linux. cu Torsten Fohrer On Wednesday 13 November 2002 01:24, Pae Choi wrote: That is wha the connector is for. Pae - Original Message - From

Re: Port redirection on Tomcat standalone

2002-11-14 Thread Torsten Fohrer
which redirectPort have you stay in your normal 8080 tomcat connector config? On Wednesday 13 November 2002 23:57, Michal Kreglewski wrote: Hi, I've got a problem with port redirection on Tomcat 4.1.12 standalone. I've enabled SSL in server.xml and it works fine. But then I put the

Re: remove the need for :8443 in URLs needing https:

2002-11-14 Thread Torsten Fohrer
on port 8443 or 443, with the official tomcat distribtion you root rights for serving content on port 443 under linux. cu Torsten Fohrer On Wednesday 13 November 2002 01:24, Pae Choi wrote: That is wha the connector is for. Pae - Original Message - From: Qmail

AW: tomcat 4.1 does not resolve links

2002-10-18 Thread Torsten Fohrer
here is a patch for FileDirContext.java -Ursprüngliche Nachricht- Von: Alexander Piavka [mailto:piavka;cs.bgu.ac.il] Gesendet: Donnerstag, 17. Oktober 2002 11:17 An: Tomcat Users List Betreff: Re: tomcat 4.1 does not resolve links Does anyone know then the 4.1.13 version

AW: AW: tomcat 4.1 does not resolve links

2002-10-18 Thread Torsten Fohrer
, but are not allowed by the test inside FileDirContext Torsten Fohrer wrote: here is a patch for FileDirContext.java -Ursprüngliche Nachricht- Von: Alexander Piavka [mailto:piavka;cs.bgu.ac.il] Gesendet: Donnerstag, 17. Oktober 2002 11:17 An: Tomcat Users List Betreff: Re: tomcat

Multiple SSL and TOMCAT ?????

2002-08-27 Thread Torsten Fohrer
How do i get Multiple SSL Hosts working on 1 Tomcat ? regards Torsten Fohrer -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: iso-8859-2

2002-06-19 Thread Torsten Fohrer
hi, try %@ page contentType=text/html; charset=iso-8859-2% at top of your jsp pages. -Ursprngliche Nachricht- Von: Skorupski Pawel ,(PZUZ) [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 19. Juni 2002 10:11 An: 'Tomcat Users List' Betreff: iso-8859-2 Hi, the problem I am

AW: charset fail to set browser encoding

2002-06-14 Thread Torsten Fohrer
try, %@ page contentType=text/html; charset=gb2312 % at the first line in your jsp page. -Ursprüngliche Nachricht- Von: Kenneth Tang [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Juni 2002 09:26 An: [EMAIL PROTECTED] Betreff: charset fail to set browser encoding Hi,

AW: libawt.so - No such file or directory - What's wrong?

2002-04-12 Thread Torsten Fohrer
Hi, 1.if you use awt objects you need a running X-Server, because most awt controls needed a native peer control, that's needed the X-Server.. 2. if you will run tomcat, or other jsp/servlet engines you need the jdk not the jre... (for version before 1.3 known, 1.4 not tested...) ok...?

Apache 2.0 and Tomcat 4.0, index.jsp

2002-04-10 Thread Torsten Fohrer
I get Tomcat 4.03 with the Connectors 4.0.4b and Apache working, but even if i put DirectoryIndex index.jsp index.htm in httpd.conf. Tomcat ignores them could somebody..have a answer thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

AW: Apache 2.0 and Tomcat 4.0, index.jsp

2002-04-10 Thread Torsten Fohrer
but better than non index.jsp thanks all -Ursprüngliche Nachricht- Von: Julien OIX [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 10. April 2002 12:20 An: Tomcat Users List Betreff: Re: Apache 2.0 and Tomcat 4.0, index.jsp Torsten Fohrer a écrit : I get Tomcat 4.03 with the Connectors