Dynamic Loading ?

2001-02-22 Thread Charles Sabourdin
Hi, I wonder if there was a way to dynamically load or unload a web application without restarting the entire tomcat, and if not, that might be a good feature to add, no ? __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great

Re: formbased authentication: logout ?

2001-02-21 Thread Charles Sabourdin
you create a page where you set : %session.invalidate() % then the session is eligable for the garbage collector. --- paul marshal [EMAIL PROTECTED] wrote: How do I create a possibility for my users to logout. Is there something in the HttpSession that I need to delete ? Or how does it

Re: FW: JSP and standard Java Beans

2001-02-15 Thread Charles Sabourdin
jsp are in the root of your web apps, and class goes in TOMCAT_HOME/webapps/myweb/WEB-INF/class... hope that help then you can access you servlet http://localhost:8080/myweb/servlet/... --- Paul Hunnisett [EMAIL PROTECTED] wrote: Does anyone have any ideas? Is this possible? -Original

Can't find bundle for base name org.apache.tomcat.resources.LocalStrings, locale fr_FR

2001-02-11 Thread Charles Sabourdin
Hello, I have this exception (look below), I wonder how to handle this exception, I tried to add org.apache.tomcat.resources.LocalStrings_fr.properties but it did not work. Exception in thread "main" java.lang.ExceptionInInitializerError: java.util.Miss ingResourceException: Can't find

Question about preference within classpath...

2001-02-08 Thread Charles Sabourdin
Question about preference within classpath... My question is purely théorical, If I have a jar in my $TOMCAT_HOME\lib and one into $TOMCAT_HOME\webapps\mywebapp\WEB-INF\lib and one is a newer version then the other, which of those two will be used ? I have the same question with classes?

RE: Pointers on JDBCRealms

2001-01-19 Thread Charles Sabourdin
JDBCRealm.howto is in the documentation in tomcat but I perssonnaly never manage to make it works until the tomcat 3.2.1 secondly, you un comment the !-- UnComment the following and comment out the above to get a JDBC realm. Other options for driverName:

Re: Security and access on tomcat 3.2.1 standalone

2001-01-19 Thread Charles Sabourdin
I think no one answer me that question. --- Charles Sabourdin [EMAIL PROTECTED] wrote: Hi, I wonder if it was possible to limite access to a part of my web site to a spécifique DNs, IP adresse or ans IP branche? thanks :) __ Do You

RE: Pointers on JDBCRealms

2001-01-19 Thread Charles Sabourdin
: +15147322434 Fax: +15147322401 Gemplus Card International, Http://www.gemplus.fr --- -Original Message- From: Charles Sabourdin [mailto:[EMAIL PROTECTED]] Sent: January 19, 2001 5:33 AM To: [EMAIL PROTECTED] Subject

RE: Pointers on JDBCRealms

2001-01-19 Thread Charles Sabourdin
--- Peter Giannopoulos [EMAIL PROTECTED] wrote: Thanks. I appreciate all the help. De nada, I only want to insiste on the fact that it work only since the 3.2.1 __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail.

Security and access on tomcat 3.2.1 standalone

2001-01-05 Thread Charles Sabourdin
Hi, I wonder if it was possible to limite access to a part of my web site to a spécifique DNs, IP adresse or ans IP branche? thanks :) __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/

RE: Samba expert

2000-12-15 Thread Charles Sabourdin
I am far form being a samba expert meanwhile did you add any samba user o smbpasswd -U [ unix user name] -a [SAMBA user name] [password] and then restart you server o samba restart it should works. --- Alexander Telnikoff [EMAIL PROTECTED] wrote: The only documentation I had was

RE: To Parse JSP has HTML ?

2000-12-04 Thread Charles Sabourdin
Message- From: Charles Sabourdin [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 9:29 PM To: [EMAIL PROTECTED] Subject: To Parse JSP has HTML ? Dear All, I would like to parse files (*.html) with jsp tag. In order to hide that my web site use jsp. I thought I only had

the Faster?

2000-11-30 Thread Charles Sabourdin
Hi I was wondering what code would be faster between : % String thekeySearche = ""; if(request.getParameter("thekeySearche")!=null){ thekeySearche = request.getParameter("title"); }% and % StringBuffer thekeySearche = new StringBuffer(""); if(request.getParameter("thekeySearche")!=null){

To Parse JSP has HTML ?

2000-11-27 Thread Charles Sabourdin
Dear All, I would like to parse files (*.html) with jsp tag. In order to hide that my web site use jsp. I thought I only had to use this tag in the web.xml of my web app. web-app servlet-mapping servlet-name jsp /servlet-name url-pattern

Re: Session timeout

2000-11-20 Thread Charles Sabourdin
--- "Craig R. McClanahan" [EMAIL PROTECTED] wrote: "Ivan E. Markovic" wrote: Quick question. How long are sessions inside Apache/Tomcat valid for? In all the Servlet documentation I have it is stated that session duration is server specific. So I checked the Tomcat and Apache docs

RE: Tomcat Dreamweaver UltraDev

2000-11-08 Thread Charles Sabourdin
I would like to remind you that ultra dev only use jsp 1.0, while Tomcat serve jsp 1.1. the tag jsp:include / or jsp:forward / are not identifed correctly by Utra dev, and at least can not be use via the interface, but through the text code itself.

Re: tomcat 3.x vs. tomcat 4.x

2000-10-22 Thread Charles Sabourdin
will the developpement under tomcat 3.x be exportable for 4.x ? I suppose your are gonna says off course but I still need confirmation. ;-) __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/