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 = http://shared/host/tom
"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 ques
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:
org/apache/wicket/protoco
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
> 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 we
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
> 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
Check also it's neither in shared/lib and that there is no CLASSPATH
defined (tomcat handles all by itself classpath).
David Delbecq a écrit :
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 proble
> 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
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
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 pr
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,
Vinc
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: javax/servlet/http/
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.
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
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 -no
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
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
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 achieved
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
So
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
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.
http://www.nabble.com/Tomcat-5-%2B-Red-Hat-Linux.-Excep
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 mailing
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]
-
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 unfor
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 DateFormat).
2. De
I'd like to use the DateTimeConverter inside the following tr tag (for the
bean property 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...)
java.util.Date
at.co.systema.web.utils.jsf.component.Custom
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 yo
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
>> 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 th
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: Al
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
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
--
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
the
[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:
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 To
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
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.
-
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
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!
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!
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 i
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
43 matches
Mail list logo