RE: SSL configuration problem,URGENT --plz reply

2003-03-05 Thread pero
Hi, erm, what about sending your server.xml-file to the list? This way we could perhaps determine what's going on. Peter -Original Message- From: kama rao [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 11:25 AM To: [EMAIL PROTECTED] Subject: SSL configuration

Installing Thawte Test Certificate (was: RE: No processor available)

2003-02-27 Thread pero
Hi, first, please don't just hit reply on another thread without changing the subject. You have to install the Root-Certificate. All the information you need can be found under: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html (Scroll down to: Installing a Certificate from a

RE: Segmentation Violation with HttpCoyoteConnector

2003-02-27 Thread pero
Hi, this is a JVM issue. Did you limit the stacksize with ulimit -s 2048 (bash)? That helps in most cases. Peter -Original Message- From: Juan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 6:16 PM To: [EMAIL PROTECTED] Subject: Segmentation Violation with

RE: tomcat plugin on mac

2002-02-08 Thread pero
i dont know anything about webstar on mac, but this seems to have something todo with the tomcat session-management not working. why - i dont know. sorry! -Original Message- From: hallvard [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 09, 2002 12:30 AM To: [EMAIL PROTECTED]

RE: Tomcat 4.0 Stand Alone Thawte Certificate

2002-02-08 Thread pero
there is already an update version of the ssl-howto in the cvs which describes how to use official certificates. -Original Message- From: Rama [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 09, 2002 7:16 AM To: 'Tomcat Users List' Subject: Tomcat 4.0 Stand Alone Thawte

RE: Junk after session expired

2002-01-31 Thread pero
you have to append a return; - statement after the redirect, because the current page will be rendered, too cheers pero -Original Message- From: Mark Meany [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 2:03 PM To: 'Tomcat Users List' Subject: Junk after session

RE: security issue!

2002-01-24 Thread pero
looks like good old nimda. but it does not affect your tomcat, since it only attacks iis on win-systems -Original Message- From: Henry Lu [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 6:16 PM To: [EMAIL PROTECTED] Subject: security issue! In the

RE: Precompile JSP

2001-11-19 Thread pero
features to tomcat, so that it still is a clean reference implementation, but has additional features that clearly do not belong to the servlet-spec... pero -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 4:59 PM To: Tomcat Users List

RE: Precompile JSP

2001-11-16 Thread pero
sec or so) would be too evil. At least for me (-: help appriciated pero -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Precompile JSP

2001-11-16 Thread pero
. But nothing else exists in Tomcat at the moment. help appriciated pero Craig I know that the kind of precompilation I was talking about does not belong to the JSP spec. All that I've asked for was some help in coding it. Thus, I *want* to contribute, but I haven't got a clue where to put

RE: Precompile JSP

2001-11-15 Thread pero
(or at least adds another point of view to the discussion) pero -Original Message- From: Tom Parker [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 8:54 PM To: Tomcat Users List; Tom Drake Subject: RE: Precompile JSP Try bin/jspc.bat or jspc.sh I would like to compile my

RE: Precompile JSP

2001-11-15 Thread pero
by hand now. If any developer could point me to where I should hook in such a feature I could write a patch for precompile at startup since this is a really neat and useful feature. pero -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 9:14 PM

RE: Precompile JSP

2001-11-15 Thread pero
not possible with jspc. And thus, I would love to see (and implement if I find the right hook :) such a feature - if others find it useful too... pero -Original Message- From: Tom Drake [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 9:52 PM To: Tomcat Users List Subject: Re

RE: Precompile JSP

2001-11-15 Thread pero
the servlet tries to precompile the jsp forever... I learned that the hard way :-) So you would need another way to hook your precompiler into the container... pero -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: servlet in startup

2001-10-21 Thread pero
://localhost:8080/Demolog then you have to add a servlet-mapping to your web.xml. Example servlet-mapping servlet-nameDemolog/servlet-name url-pattern/Demolog/url-pattern /servlet-mapping hope this helps. pero -Original Message- From: Jovie Castaneda [mailto

RE: Tomcat uptime...

2001-10-19 Thread pero
if connections are closed and your app doesnt notice it. This is by far the most common reason for my app stops working after xx days - my experience. good luck, pero -Original Message- From: Umar Syyid [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 7:25 PM To: [EMAIL

Tomcat 4.0.1 IllegalStateException (was NOT in 4.0 final)

2001-10-18 Thread pero
, any ideas what's going on? thanks, pero

update: Tomcat 4.0.1 IllegalStateException (was NOT in 4.0 final)

2001-10-18 Thread pero
Hi, I found out that this happens mostly when using pageContext.forward(). I use this method before writing any html-code and I do a return; afterwards. Has anybody any clue? cheers, pero -Original Message- From: pero [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 1

RE: ## What is the different of keystore and keypass!?

2001-10-04 Thread pero
keypass is the passwort that protects entries in the keystore. for a normal tomcat ca this would be changeit -Original Message- From: Sam [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 9:05 AM To: [EMAIL PROTECTED] Subject: ## What is the different of keystore and

errorpage and attributes

2001-10-01 Thread pero
javax.servlet.error.servlet_name java.lang.String (this is according to servlet spec 2.3 chapter 9.9.2) But in my error-jsp all these attributes are null (not set). Doesn't this mechanism work for jsps? thanks in advance, pero

*real* off topic

2001-09-24 Thread pero
hi there, during the last week I sent a lot of emails to this list, some with questions, others with solutions (a howto on ssl-certificates and sudden crash on linux). But *nobody* seemed to notice! It's not that I am complaining, but in earlier times I got at least one reply quite fast. I

[solution] installing *OFFICIAL (commercial)* SSL-certificate

2001-09-23 Thread pero
of the installation go to the *real good* tomcat-doc-page: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html I hope it helped somebody... If there are any questions/suggestions/etc... simply hit REPLY (-: greets, pero

tomcat 4 (final) quits without notice

2001-09-20 Thread pero
either - I got a very serious problem, because the project I am working on is going to go final very soon. In another project (my band's homepage) I use tomcat 3.1 since january and all works fine... It works under Suse 6.2 and Sun's 1.3.0. Are there others facing the die-problem? pero

tomcat 4 (final) quits without notice [UPDATE]

2001-09-20 Thread pero
here's the first update on that: ibm's jvm doesn't work either... to make it clear: I do not say that this *MUST* be a tomcat-bug, but I would appreciate sharing any experience with that and I would be thankful for *any* suggestion (besides writing a script that restarts tomcat :-) pero

RE: tomcat 4 (final) quits without notice [2nd UPDATE]

2001-09-20 Thread pero
I forgot to say that other Java-Applications (I am using JAMES) are running and running and running and ... -Original Message- From: pero [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 11:45 PM To: [EMAIL PROTECTED] Subject: tomcat 4 (final) quits without notice

RE: Getting a Verisign certificate

2001-09-19 Thread pero
first generate a local certificate (see http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html). after you have this, generate a CSR using: keytool -certreq -alias tomcat -file whateveryouthink the generate file (whateveryouthink) contains the csr. -Original Message- From:

RE: Tomcat startup problem

2001-09-17 Thread pero
are you sure that %_STARTJAVA% and %TOMCAT_OPTS% are filled? -Original Message- From: Steve Heller [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 10:56 PM To: [EMAIL PROTECTED] Subject: Tomcat startup problem I recently upgraded my PC from Windows 95 to Windows

RE: Tomcat startup problem

2001-09-17 Thread pero
[mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 11:32 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat startup problem pero, I need to try a few things but %TOMCAT_OPTS% appears to be empty although I think that it is the same under the Win95 version. I am using the Startup.bat file

form based login

2001-09-16 Thread pero
:-) If someone could enlight me on that? sincerly, pero