Re: [Off-Topic] Recommendation for Tomcat Security book

2003-11-13 Thread Yann Cébron
Are there any recommendations for a tomcat security book? I've found this one on amazon.com, but there are no reviews on the book so I thought I would run it by the list first before I buy itany other suggestions Thanx for any insight

Re: SSL support not working with 4.1.27 version

2003-10-29 Thread Yann Cébron
Hi, there was a Bugzilla entry for this problem, but I can't seem to find it. If I remember right, the solution had something to do w/ the version of log4j used (I think it should work with log4j1.2.6). HTH, Yann I successfully configured Tomcat 4.1.24 (using JDK 1.3) for SSL, using

Re: SSL support not working with 4.1.27 version

2003-10-29 Thread Yann Cébron
there was a Bugzilla entry for this problem, but I can't seem to find it. duh, found it: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22701 If I remember right, the solution had something to do w/ the version of log4j used (I think it should work with log4j1.2.6). HTH, Yann I

Re: Tomcat and Active Directory / 2003

2003-10-08 Thread Yann Cébron
Two guesses: * Did you try using the IP-address instead or use the FQDN for connectionURL, maybe there's something wrong w/ DNS? * Try w/o MD5 and see if it works then. roleSubtree=True typo - or shouldn't this be true I guess you already found the documentation here:

Re: JavaMail doesn't work

2003-10-07 Thread Yann Cébron
I installed Tomcat4.1.27 on one win2000 and one winXP. I tried the SendMailServlet that ships with it. The servlet worked fine on win2000 and it gave the following message on winXP:java.lang.NoClassDefFoundError: javax/mail/Message I guess this is because somehow Tomcat can't find the class.

Re: How do I config Tomcat to only service requests from localhost?

2003-09-25 Thread Yann Cébron
Try Remote Address/Host Filter: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html Cheers, Yann *** I'm sure the answer is quite simple, but I haven't been able to find it online yet. I've got Tomcat running on a PC, and I want it to only service requests coming from

Re: Possible bug in Tomcat JSTL

2003-09-24 Thread Yann Cébron
Julien, if I remember right there were some problems with earlier releases of JSTL regarding TagPooling and not re-setting the Locale, try the latest one (I think it's 1.0.3) to see if problems disappear. Cheers, Yann ** I am struggling to get the fmt:message tag working in Tomcat

Re: How to set autodeploy?

2003-09-19 Thread Yann Cébron
In Tomcat 4.1.27, where and how do you set autodeploy to true? $CATALINA_HOME/conf/server.xml, find the Host: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html I thought that autodeploy=true was the default, but it does not appear to be working in my newly installed copy.

Re: error when starting tomcat

2003-09-16 Thread Yann Cébron
Hello, Hello. in my linux i start the tomcat and appears this error: can anybody helps me for solving it? thnaks Sep 16, 2003 1:07:14 PM org.apache.struts.util.PropertyMessageResources init INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true Sep 16, 2003

TC5: Question about TagPlugins and generated JSP-code

2003-09-12 Thread Yann Cébron
Hi, I'm pretty new to this TagPlugins-thing in TC5, but after finding the tagPlugins.xml in CVS I successfully got up. So here's my question: I have this simple Testcase JSP-page: %@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c % c:choose

Re: Tomcat and Active Directory

2003-09-08 Thread Yann Cébron
I am trying to use the JNDI realm to access our Active Directory. The server.xml entry I have is: Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://ou=migrated users,ou=nmr,dc=enterprisenet,dc=org userBase=cn=Users,dc=enterprisenet,dc=org

Re: Downloading previous versions of Tomcat

2003-09-08 Thread Yann Cébron
Unfortunately, we can't find tomcat 4.1.18 anywhere, does anyone knwo where we can download a copy? http://archive.apache.org/dist/jakarta/tomcat-4/archive/v4.1.18/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: I still don't understand the need for the connection between Apache and Tomcat

2003-09-07 Thread Yann Cébron
I still don't understand why is there a need for a connection between Apache and Tomcat since Tomcat can work on its own. Maybe this sheds some light on a few motivations http://jakarta.apache.org/tomcat/faq/connectors.html#integrate HTH, Yann

Re: Tomcate and Windows XP Question

2003-09-07 Thread Yann Cébron
I installed Tomcate 5.0.9 on Windows XP Home edition. It seems the Tomcate starts sucessfully, but when I browse to http://127.0.0.1:8080, I get error message saying The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed. Here

Re: Newbie- Https and Jakarta-tomcat

2003-09-06 Thread Yann Cébron
Please tell me where could I find document about creating secure website (https) using jakarta-tomcat 3.2.4 as server, JSP as programming language, and Mysql as database storage? from the TC docs regarding use of SSL http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-ssl-howto.html HTH,

Re: Manager Component configuration

2003-08-20 Thread Yann Cébron
It's in the docs ;-) http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html saveOnRestart=false should do the job HTH, Yann Does anyone have any examples of Manager Component configuration (which I believe is nested within the Context tags) ? I am using Tomcat 5.0.6 and

Re: high memory usage ....

2003-08-20 Thread Yann Cébron
I believe many other of you have encountered the high memory usage with tomcat? Is there a way to decrease the amount the java processes use? yes, take a close look at the Tomcat configuration reference (Connectors) Furthermore, all the java processes are started under user root. Is there a

Re: Problem with Tag files in Tomcat 5.0.7

2003-08-19 Thread Yann Cébron
This is known problem in 5.0.7 (can't find the Bugzilla ID right now), but try setting suppressSmap to true in your conf/web.xml. HTH, Yann Hi There is a problem in running JSP2 examples for Tag files. I just removed the Servlet mapping generated by JSPC from the web.xml for jsp-examples

TC 5.0.6: Random errors when deploying/reloading webapps via ANT

2003-08-14 Thread Yann Cébron
Hi, does anyone else experience random errors when deploying/reloading webapps via ANT-tasks? I don't have the stacktraces at hand right now, but e.g. one of the errors was it couldn't find/access a .TLD inside a .JAR (Struts). IMHO this seems like a timing problem when copying the required

Re: connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread Yann Cébron
2. I can't find any mod_jk2.so in that directory nor can I find so file in tomcat. What is the file I need and where can I get it from? http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.2/bin/win32/ just pick any of the .dll depending on the connector you want to use

Re: how-to specify Java runtime options -Xmx128m, w/ Tomcat 4 as Win2k service

2003-07-24 Thread Yann Cébron
Paul, this tool will do the job when running TC as Windows-Service: http://web.bvu.edu/staff/david/tcservcfg/ HTH, Yann after assigning the following environment variables the java runtime options as follows: eg: JAVA_OPTS=-Xmx128m -Xms128m tried with: CATALINA_OPTS JAVA_OPTS amount of

Re: Where can i find mod_webapp ?

2003-07-19 Thread Yann Cébron
mod_webapp is deprecated, you should use mod_jk(2): http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html Yann Hi, i am looking for a connector between Apache 1.3 and TomCat 4.1.18. Can anybody help me? Regards, Euclides.

Re: Where can i find mod_webapp ?

2003-07-19 Thread Yann Cébron
This should you get started: http://jakarta.apache.org/tomcat/faq/connectors.html HTH, Yann Sorry, but i guess i am a little bit confused. First, which file(s) should i download ? Second, where can i find the main steps to install it? Thanks, Euclides. -Mensagem original- De:

Re: Adherence to DTD issue

2003-07-17 Thread Yann Cébron
No, you are *not* adhering to the DTD ;-) Very easy solution: *all* servlet-tags must be first, followed by all servlet-mapping elements Your example would have to changed to: ** servlet servlet-nameHello3/servlet-name servlet-classHello3/servlet-class /servlet servlet

Re: images not appearing

2003-07-08 Thread Yann Cébron
Robert Wray [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Is capitalization important? docbase instead of docBase? Yeah, it is (welcome to the world of XML ;-) ) see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html HTH, Yann At 03:09 PM 08/07/2003

Re: Getting an error while using forEach Tag

2003-07-05 Thread Yann Cébron
Dear All, I am using forEach tag for iterating over an ArrayList present in the session scope. The code I have used is /snip Please ask your question on the taglibs-user mailing list. - To unsubscribe, e-mail:

[Manager] Start/Stop Remove not relaeasing struts.jar on WIN

2003-03-18 Thread Yann Cébron
Hi, I just wanted to get some feedback from the list upon this bugreport: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10026 Can anybody else confirm this behaviour on WIN-Platforms ? It does not happen under Linux (Suse 2.4.10). For several reasons, I'm restricted on using Win2K on the