using ant to start a servelet failed

2006-04-29 Thread Rolf Schumacher
... with the error Server returned HTTP response code: 401 for URL: http://rolf2/manager/start?path=%2Fde.august.docvet1 this is ant's build.xml: ... password=".mypwd." url="http://localhost/manager"/> Why does StartTask substitute "/" by "%2F" or: why does manager not reco

Can't authenticate to admin, tried everything

2006-04-29 Thread Mark Leone
I have tomcat 5.5.17 and I recently downloaded the admin web app. I can't seem to find a way to authenticate to it. I have an existing JDBCRealm that works fine with the manager web app, using digested passwords. I added a user with a non-digested password, since admin uses FORM authentication,

Re: How i can exclude a url pattern for a filter ?

2006-04-29 Thread Frank W. Zammetti
Take a peak at the code for some of the filters in Java Web Parts: http://javawebparts.sourceforge.net All of our filters implement a mechanism by which you can include or exclude paths, and you can also define multiple paths (a simple comma-separated list). The matching and configuration is

Re: My Tomcat just not start

2006-04-29 Thread Lung Chan
Do you have a the right version of JRE installed? Also did you mention to tomcat that you are using this JRE? open monito tomcat right click on it, and pick configure click on the java tab enter a line like this in the Java Virtual Machine "D:\Java\jdk1.5.0_06\jre\bin\client\jvm.dll" it depends w

catalina.out

2006-04-29 Thread kalin mintchev
hi all... how come if i raname catalina.out to catalina.out.OLD and the create a new catalina.out tomcat still writes to catalina.out.old?! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Easy Tomcat Linux/Unix Platform

2006-04-29 Thread lrnobs
I have a project that I need to deploy on the web. It was up and running as a prototype a few years ago on the current RedHat version of that time. I had professional help on the Linux end at that time. I want to deploy it with a current Linux or BSD version in the next couple of days. I shoul

Re: How i can exclude a url pattern for a filter ?

2006-04-29 Thread Legolas Woodland
John C. Dale wrote: This is a tough one - I've always configured my filters to include all relevant URL's (logical equivalent of exclusion for non-matches). Do you mean that web.xml does not support url exclusion ? if not , is there any way that i could exclude that S folder ? Thanks H

Where i can find tomcat clustring features list ?

2006-04-29 Thread Legolas Woodland
Hi Thank you for reading my post Does tomcat support fail over in a clustered environment ? is there any utility or library which can add clustering to tomcat? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

RE: How i can exclude a url pattern for a filter ?

2006-04-29 Thread John C. Dale
This is a tough one - I've always configured my filters to include all relevant URL's (logical equivalent of exclusion for non-matches). -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Saturday, April 29, 2006 11:20 AM To: Tomcat Users List Subject: How i can e

My Tomcat just not start

2006-04-29 Thread Rodrigo Tenorio
Hi! I'm trying to use Tomcat at frist time in windows xp and I try to run Start > All Programs > Apache Tomcat 5.5 > Configure Tomcat > start But the service status don't change, stays as Stopped... Someone could help-me? Thanks. --

Re: name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Marc-Olaf Jaschke
Your question showed me, that I have misunderstood virtual hosts with SSL. I had not realized, that it is impossible to use SSL with name-based virtual hosts. Thanks for your help, Marc-Olaf Peter Rossbach schrieb: No, can you tell us how openssl make it possible to have more the one ce

JRE 1.4.2 without xerces

2006-04-29 Thread Alexander E Genaud
Hej, I have just started using 5.5.17 Embed and have included the jmx.jar from tomcat-compat. Though it seems xml-api.jar and xercesImpl.jar are not required when using Sun's JRE 1.4.2 on Windows XP. I plan to distribute a product on various platforms with 1.4.2 as the minimum requirement. What d

Re: name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Peter Rossbach
No, can you tell us how openssl make it possible to have more the one certificate? Currently you must configure of every host ip address and certifcate you own connector at separate service elements. Peter Am 29.04.2006 um 19:37 schrieb Marc-Olaf Jaschke: I have got SSL with Tomcat and A

How i can exclude a url pattern for a filter ?

2006-04-29 Thread Legolas Woodland
Hi Thank you for reading my post I have defined a filter in my web.xml and for some of my pages it should be applied but not for all of them. for example i should exclude a subdirectory like : webroot/s/ from this filter but filter should be applied for other subdirectory and files . can some

Re: name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Marc-Olaf Jaschke
I have got SSL with Tomcat and APR running for one domain with the following example from the tomcat documentation: SSLCertificateKeyFile="${catalina.base}/conf/localhost.key" /> ... (http://tomcat.apache.org/tomcat-5.5-doc/apr.html) I use tomcat-5.5.17 and the newest apr-v

running struts-example problem

2006-04-29 Thread tina zhang
Hi All, I installed struts 1.2.9 into my computer, then copied struts webapps WAR files into tomcat_home/webapps folder, and they were deployed by the server, but when I run struts-blank and struts-mailreader, I got the following exception: type Exception report message description The server

Re: name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Peter Rossbach
Can you give some hints that normaly works for OpenSSL? Peter Am 29.04.2006 um 17:04 schrieb Marc-Olaf Jaschke: Hi, I try to to use Tomcat with APR and name-based virtual hosts using SSL. I've read the documentation for Tomcat/APR and searched the web, but cannot find anything about mul

name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Marc-Olaf Jaschke
Hi, I try to to use Tomcat with APR and name-based virtual hosts using SSL. I've read the documentation for Tomcat/APR and searched the web, but cannot find anything about multiple certificate- or key-files. Is there any possibility to use multiple SSL-Certificates with APR? Thanks for your

JAAS Tomcat 5.5.17 HTTP 403

2006-04-29 Thread Frederic . Visticot
I try for a long time to integrate Tomcat 5.5.17 and JAAS. I have created my LoginModule with sample provided by Internet (jaasbook website) I have created my webapp with FORM authentication I have configurated my server.xml with the Tomcat JAAS realm. I have added-Djava.security.auth.login.config

Re: Class loading from within a servlet: interface definition not found

2006-04-29 Thread Boris Unckel
Hello Christopher, > Von: "Christopher Piggott" <[EMAIL PROTECTED]> > QUESTION: looking at the little diagram in the Tomcat 5.5 Class Loader > HOW-TO, when I do the above (Class.forName) I am using the Webapp class > loader, correct? Yes. > The handler classes are all in handlers.jar which is in