(28)No space left on device: mod_jk: could not create jk_log_lock

2007-09-03 Thread Frank.Mensch
Hello, tomorrow i had the problem, that my Apache (Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8d mod_jk/1.2.25) didn't start up. In the error.log of the Apache the following error message can be found: [Sun Sep 02 11:20:30 2007] [crit] (28)No space left on device: mod_jk: could not create

webapp getting encryption information

2007-09-03 Thread Christian Andersson
I'm sorry that I'm asking this directly without havinge done that much research on this matter, but I'm hard pressed on time, and I'm currently traveling so I have a very limited access to the net. my question is as follows I have an webapplication that the users are connecting to via https. IS

Differentiate Tomcat 6.x with Tomcat 5.x

2007-09-03 Thread MOHD SUFIAN BIN ZAKARIAH ZAKARIAH
Hello I have something question about Tomcat version. I want to know that Tomcat 6.x have difference with Tomcat 5.x and other. Can give explaination about function both of Tomcat. Thank you for all cooperation. - Bosan dengan spam? Mel Yahoo!

Differentiate Tomcat 6.x with Tomcat 5.x

2007-09-03 Thread MOHD SUFIAN BIN ZAKARIAH ZAKARIAH
Hello I have something question about Tomcat version. I want to know that Tomcat 6.x have difference with Tomcat 5.x and other. Can give explaination about function both of Tomcat. Thank you for all cooperation. - Bosan dengan spam? Mel Yahoo!

Re: webapp getting encryption information

2007-09-03 Thread David Delbecq
Hi, if you want parts to be accessible only with RSA, this part must use a SSL certificate that accepts only RSA. This has to be decided when generating certificates. So your different security levels must use different certificates. One way to do this is to create different connectors (different

Differentiate Tomcat 6.x with Tomcat 5.x

2007-09-03 Thread MOHD SUFIAN BIN ZAKARIAH ZAKARIAH
Hello I have something question about Tomcat version. I want to know that Tomcat 6.x have difference with Tomcat 5.x and other. Can give explaination about function both of Tomcat. Thank you for all cooperation. -

RE: How to profile Tomcat with Rational Purify?

2007-09-03 Thread Hitesh Raghav
Thanks Filip and Peter for valuable suggestions. I'll try and share the details in case of new findings Thanks, -Hitesh -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 8:12 PM To: Tomcat Users List Subject: Re: How to profile

RE: Differentiate Tomcat 6.x with Tomcat 5.x

2007-09-03 Thread Gerhardus.Geldenhuis
Hi This webpage should answer most of your questions, http://tomcat.apache.org/whichversion.html Regards -Original Message- From: MOHD SUFIAN BIN ZAKARIAH ZAKARIAH [mailto:[EMAIL PROTECTED] Sent: 03 September 2007 10:09 To: users@tomcat.apache.org Subject: Differentiate Tomcat

Re: (28)No space left on device: mod_jk: could not create jk_log_lock

2007-09-03 Thread Rainer Jung
[EMAIL PROTECTED] wrote: Hello, tomorrow i had the problem, that my Apache (Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8d mod_jk/1.2.25) didn't start up. In the error.log of the Apache the following error message can be found: [Sun Sep 02 11:20:30 2007] [crit] (28)No space left on device:

Noob needs help with a webservice wich uses resources located in a folder

2007-09-03 Thread Tomás Tormo
Hi I'm quite noob about tomcat topic. I'm using tomcat 5.028 in Ubuntu 6.10 and I would like to find an anwer to my question about web services because i'm not able to solve it. I've written a java applicattion wich uses a wrapper to communicate with an applicattion written in C, wich is

Re: Load Balancing Tomcat 5.0.X, hardware or software?

2007-09-03 Thread bajistaman
Many Thanks for your comments, I have everything working now using a HW load balancer but the ssl is being managed by every node just because the guys from networks think that we need to upgrade the current HW Load Balancer to be able to support it and that is not going to happen soon. Johann --

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
I have the same problem than you Werner, everything looks fine but the browser is unable to verify the identity of my site. Firefox says: a) Or the browser doesn't recognize the CA that is supporting the cert. b) Or the cert is uncomplete because of a wrong server configuration. c) Or the site is

a problem of tomcat5 start

2007-09-03 Thread inputx
in opensuse10.2, i use command service tomcat5 start to start tomcat, screen display done but i can't access http://lcalhost:8080 /var/log/tomcat5/base/start.log is /usr/bin/build-classpath: error: could not find mx4j/mx4j-impl Java extension for this JVM /usr/bin/build-classpath: error: All

Re: a problem of tomcat5 start

2007-09-03 Thread Peter Boughton
i sure i use jvm1.2 who can tell me where problem is? Are you getting your acronyms mixed up? JMX is not JVM The errors are saying they can't find the JMX jar file and you need to download it and put it in the bin directory. If you definitely have a valid /usr/share/tomcat5/bin/jmx.jar file

Re: a problem of tomcat5 start

2007-09-03 Thread inputx
thanks, but i sre have a file jmx.jar in the /usr/share/tomcat5/bin/ but i also download JMX 1.2.1 Reference Implementation copy jmxri.jar and jmxtools.jar to the /usr/share/tomcat5/bin/. but problem also exist. Peter Boughton wrote: i sure i use jvm1.2 who can tell me where problem is?

Re: a problem of tomcat5 start

2007-09-03 Thread Hassan Schroeder
On 9/3/07, inputx [EMAIL PROTECTED] wrote: in opensuse10.2, i use command service tomcat5 start to start tomcat, screen display done but i can't access http://lcalhost:8080 Check your JVM with `java -version`; if it's the Gnu version, download a working JVM from java.sun.com and set your PATH

Use converter for bean property inside normal html tag

2007-09-03 Thread Trumml
I'd like to use the DateTimeConverter inside the following tr tag (for the bean property diagnoseDatum): tr onmouseover=Tip('Erfasst am: ${diagnose.diagnoseDatum}') How can I achieve this? I've registered my own converter but it is only applied if I use a jsf tag (e.g. h:outputText...) converter

Re: Use converter for bean property inside normal html tag

2007-09-03 Thread Len Popp
converter and DateTimeConverter are features of JSF, so perhaps this isn't the best place to ask about them. But if I wanted to do this without JSF, I can think of a couple of ways: 1. Add a property to your bean, ${diagnose.diagnoseDatumAsString}, to return the date as a String (using

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread Werner Schalk
Hi, I tried with the Intermediate Cert as well but then I had the same problems (see below). Take a look at the comments on AgentBob's website, one is mentioning putting all certs together to make this work. At least for me it didn't and what I ended up doing was buying a new certificate

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread Hassan Schroeder
On 9/3/07, Werner Schalk [EMAIL PROTECTED] wrote: ... what I ended up doing was buying a new certificate Your CA wouldn't let you submit a new CSR and re-issue the cert?? That's surprising. -- Hassan Schroeder [EMAIL PROTECTED]

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
So what you did was to create a new private key, CSR and then just follow the instructions from your CA and everything worked? Thanks, Johann -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tf4349872.html#a12463871 Sent from the Tomcat - User

Re: a problem of tomcat5 start

2007-09-03 Thread bajistaman
Did you replace the JVM for the SUN's? I had many problems using the Red Hat packaged tomcat and without installing tomcat again it worked fine just replacing the JVM. If you look at the following post The Solution maybe It could help you.

Re: Noob needs help with a webservice wich uses resources located in a folder

2007-09-03 Thread PTS
If my quick read of your problem is correct, (only works when run from command line) then I would venture to say that you may have a rights issue. Who owns the app? By default Tomcat starts from the scripts as owner tomcat where as from the command line it is running as you (root or some admin

Problem with accents on redeploy

2007-09-03 Thread Gabriel Belingueres
Hi, When we redeploy an application (using the manager webapp) all the accents in the jsp pages are changed for other characters. If we shutdown and the startup the Tomcat server the problem dissapears (all jsp pages are shown ok with their accents) Our configuration: Tomcat 5.5.9 JDK 1.5.0_05

Timeout on form authentication

2007-09-03 Thread Peter Coppens
Tomcat fans, I was wondering whether anyone has found an elegant way (or has pointers to information on how) to deal with a timeout on the login form (form based authentication). Ideally I would want to hide this completely from the user using whatever coding is needed. If that can't be

Re: Problem with accents on redeploy

2007-09-03 Thread Mark Thomas
Gabriel Belingueres wrote: Hi, When we redeploy an application (using the manager webapp) all the accents in the jsp pages are changed for other characters. If we shutdown and the startup the Tomcat server the problem dissapears (all jsp pages are shown ok with their accents) Can you

Re: Timeout on form authentication

2007-09-03 Thread Mark Thomas
Peter Coppens wrote: I haven't tried any of this... Ideally I would want to hide this completely from the user using whatever coding is needed. This would be a custom authenticator. You should be able to use org.apache.catalina.authenticator.FormAuthenticator as the basis for this. If that

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
Ok, now it is working, I was missing the root cert. I generated a script that did all the work: JAVA_HOME=/usr/java/latest export JAVA_HOME PATH=$JAVA_HOME/bin:$PATH export PATH THE_NAME=www.dummy.org export THE_NAME rm /root/.keystore rm /usr/share/tomcat5/.keystore openssl pkcs8 -topk8

Re: Timeout on form authentication

2007-09-03 Thread Peter Coppens
Thanks for your time/answers. Ideally I would want to hide this completely from the user using whatever coding is needed. This would be a custom authenticator. You should be able to use org.apache.catalina.authenticator.FormAuthenticator as the basis for this. Does not look like to be a 4

NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
I've had some problems loading servlets, so I tried a basic HelloWorld just to make sure everything was working. java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet servlet-api.jar is in $CATALINA_HOME/lib just like it's supposed to be. All of the example JSPs and servlets work fine.

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread David Delbecq
Check you didn't add servlet-api to your webapp classpath. The servlet-api must *not* be present in WEB-INF/lib Ghodmode a écrit : I've had some problems loading servlets, so I tried a basic HelloWorld just to make sure everything was working. java.lang.NoClassDefFoundError:

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
Thanks for your reply David. For this servlet there's nothing in WEB-INF/lib. If it was a standalone Java app, I guess the CLASSPATH would definitely be the first thing to check. Is there a way to check the classpath that a servlet is using when it's executed by Tomcat's VM? Thank you,

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Martin Gainty
Is servlet-api.jar in $CATALINA_HOME/common/lib M-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
On 9/4/07, Martin Gainty [EMAIL PROTECTED] wrote: Is servlet-api.jar in $CATALINA_HOME/common/lib I've see reference to it on some forums, but there's no common directory in my Tomcat installation. -- Vince

RE: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Caldarale, Charles R
From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: NoClassDefFoundError: javax/servlet/http/HttpServlet Is servlet-api.jar in $CATALINA_HOME/common/lib As clearly stated by the OP, he's using Tomcat 6 and servlet-api.jar is in $CATALINA-HOME/lib, exactly where it's supposed to be.

RE: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Caldarale, Charles R
From: David Delbecq [mailto:[EMAIL PROTECTED] Subject: Re: NoClassDefFoundError: javax/servlet/http/HttpServlet Check also it's neither in shared/lib and that there is no CLASSPATH defined (tomcat handles all by itself classpath). There wouldn't be a shared/lib, since this is Tomcat 6

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
On 9/4/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: ... David D already pointed out the likely cause of the problem. - Chuck Unfortunately, David's idea wasn't a solution for me. There aren't any files in my WEB-INF/lib directory. I only created this HelloServlet to eliminate other

RE: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Caldarale, Charles R
From: Ghodmode [mailto:[EMAIL PROTECTED] Subject: Re: NoClassDefFoundError: javax/servlet/http/HttpServlet I'm not using WAR files. I'm just putting all of the files in the necessary locations already exploded. Is this significant? Perhaps. Exactly what is your structure under webapps?

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2007-09-03 Thread Ghodmode
On 9/4/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: David Delbecq [mailto:[EMAIL PROTECTED] Subject: Re: NoClassDefFoundError: javax/servlet/http/HttpServlet Check also it's neither in shared/lib and that there is no CLASSPATH defined (tomcat handles all by itself classpath).

NoClassDefFoundError, Tomcat isn't seeing JARs in webapps/appname/lib?

2007-09-03 Thread Ghodmode
This is related to my previous email thread, but slightly different circumstances. Apache Tomcat 6.0.14 Java 1.6.0_02-b05 Wicket 1.3.0-beta3 I'm trying to run a Wicket application and it's not working. I'm getting a NoClassDefFoundError: java.lang.NoClassDefFoundError:

Re: webapp getting encryption information

2007-09-03 Thread Bill Barker
Christian Andersson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm sorry that I'm asking this directly without havinge done that much research on this matter, but I'm hard pressed on time, and I'm currently traveling so I have a very limited access to the net. my question is

Does the Connector SSLCertificateFile attribute support URIs?

2007-09-03 Thread Ole Ersoy
Hi, Does anyone know if the SSLCertificateFile attribute of the connector element supports URIs? So for instance if there were 10 hosts for example.com and each host wanted to share the same certificate and private key they could do something like: SSLCertificateFile =