How to setup mod_jserv with Tomcat 3.3.1 (was RE: Question)

2002-09-18 Thread Turner, John
: Jai Durgam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 1:58 PM To: Tomcat Users List Subject: RE: Question hi John, mod_jserv never worked, I guess. That is the issue. I Do have all the things set up per the documents. Jai -Original Message- From

RE: Question

2002-09-18 Thread Shannon Lal
Ran into the same problem, Solution is simple just a bit of trial and error. Can you reference the following URL http://localhost/examples This should bring up Tomcat example. If this works I know the problem is, otherwise you ll have to give me more information. Let me know Nin

RE: Question

2002-09-18 Thread Jai Durgam
hi john, nin, can't get localhost to work. what other information do you need? am attaching some files. am using mod_jk now. thanks jai -Original Message- From: Shannon Lal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 2:22 PM To: [EMAIL PROTECTED] Subject: RE

RE: Question regarding mod_jk configuration

2002-09-17 Thread Turner, John
The last time I saw my name that many times at once in print, I was getting yelled at. :) Your Listener elements look fine, and they are in the right place. Can you take a couple of minutes and try it with a vanilla Tomcat install? The binary install takes about 5 minutes to setup on

Re: Question regarding mod_jk configuration

2002-09-17 Thread Kent Perrier
On Tue, Sep 17, 2002 at 02:41:36PM -0400, Turner, John wrote: The last time I saw my name that many times at once in print, I was getting yelled at. :) Your Listener elements look fine, and they are in the right place. Can you take a couple of minutes and try it with a vanilla Tomcat

Re: Question

2002-09-12 Thread Alex Chaffee / Purple Technology
RTFAQ: http://www.jguru.com/faq/view.jsp?EID=160 Have fun! - Alex On Wed, Sep 11, 2002 at 09:31:58AM -0700, Ralph Merrick wrote: Hello all, thanks a lot. Just one question would be, I have a jsp page that would be a form that would take input from the user, and the user has a choice to

Re: Question

2002-09-12 Thread Truong,Hoang C.
Ralph, Check out this two product. They have a set of API that can do the job. MimeParser: http://www.oop-reserch.com/ JspSmart: http://www.jspsmart.com/ -Hoang Ralph Merrick wrote: Hello all, thanks a lot. Just one question would be, I have a jsp page that would be a form that would

Re: Question about beans and memory...

2002-09-03 Thread Will Hartung
Imaging your Bean as being a branch of a tree and all of the stuff inside of it their own little branches. When you remove your bean from the session, you just snipped the branch off the tree. Anything within that branch that is still connected to the trunk of the tree through some other method,

Re: Question about beans and memory...

2002-09-03 Thread Michael Nicholson
03, 2002 2:57 PM Subject: Re: Question about beans and memory... Imaging your Bean as being a branch of a tree and all of the stuff inside of it their own little branches. When you remove your bean from the session, you just snipped the branch off the tree. Anything within that branch

Re: Question about beans and memory...

2002-09-03 Thread Ben Souther
Subject: Re: Question about beans and memory... Thanks... that's what I hoped... so now I just have to make sure I don't grow any unnecessary branches to stuff...:) or buy a weed wacker to get rid of it all :-D - Original Message - From: Will Hartung [EMAIL PROTECTED] To: Tomcat Users

Re: question about localhost

2002-09-03 Thread Ben Walding
0.0.0.0:8080 means that Tomcat is bound to all interfaces on port 8080 Some things to look at Have you added a proxy? (need to add a proxy bypass for localhost) Does ping localhost end up pinging 127.0.0.1 (your hosts file might need updating)? Can you telnet to 127.0.0.1 port 8080 and get a

Re: Question on differences between spec and Tomcat class library

2002-07-27 Thread Craig R. McClanahan
The page 70 references look like typos. The spec's definition of the API classes themselves (p. 144 and p. 226) don't have the s, and that is likewise true of the classes in servlet.jar. Craig McClanahan On Fri, 26 Jul 2002, Ian McFarland wrote: Date: Fri, 26 Jul 2002 23:13:01 -0700

RE: Question about servlets

2002-07-23 Thread Gattaz, Olivier
-Baptiste Onofré [mailto:[EMAIL PROTECTED]] Envoyé : lundi 22 juillet 2002 21:54 À : Tomcat Users List Objet : Re: Question about servlets Hello, with get method you're limited to 255 chars. In post, no limit. -- Jean-Baptiste Onofré (Nanthrax) Membre fondateur de phpFR.org http://www.phpfr.org

Re: Question about servlets

2002-07-22 Thread Jean-Baptiste Onofré
Hello, with get method you're limited to 255 chars. In post, no limit. -- Jean-Baptiste Onofré (Nanthrax) Membre fondateur de phpFR.org http://www.phpfr.org [EMAIL PROTECTED] Membre fondateur du LUG Béziers http://lug-beziers.org [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Question about upgrading Tomcat

2002-07-19 Thread Henner Zeller
Hi, Context context = ((ServletContextFacade) conf.getServletContext()). getRealContext(); .. conf.getServletContext().getRealPath(/my/path/to/the/config/file.xyz); resolves names relative to your context. This is part of the servlet spec. ciao, -hen -- To

Re: Question about context paths and IMG URL's

2002-07-01 Thread David Mossakowski
?). -Original Message- From: Lin, Zhongwu [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 12:09 PM To: 'Tomcat Users List' Subject: RE: Question about context paths and IMG URL's It should be img src=images/foo.gif J -Original Message- From: Chris Bailey [mailto:[EMAIL

Re: question about hot deployment and manager app....

2002-06-25 Thread Jacob Kjome
Milt, You can set up a static mod_jk.conf file for Apache to load that includes references to contexts that you may not have installed yet, but you plan on installing. Then, once it is actually installed in Tomcat, the redirector will get the request to Tomcat just fine. Just plan a bit in

Re: question about hot deployment and manager app....

2002-06-25 Thread Milt Epstein
On Tue, 25 Jun 2002, Jacob Kjome wrote: Milt, You can set up a static mod_jk.conf file for Apache to load that includes references to contexts that you may not have installed yet, but you plan on installing. Then, once it is actually installed in Tomcat, the redirector will get the

Re: question about hot deployment and manager app....

2002-06-24 Thread Craig R. McClanahan
On Mon, 24 Jun 2002, Jacob Kjome wrote: Date: Mon, 24 Jun 2002 18:30:02 -0500 From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: question about hot deployment and manager

Re: question about hot deployment and manager app....

2002-06-24 Thread Milt Epstein
On Mon, 24 Jun 2002, Craig R. McClanahan wrote: On Mon, 24 Jun 2002, Jacob Kjome wrote: Date: Mon, 24 Jun 2002 18:30:02 -0500 From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

Re: question about hot deployment and manager app....

2002-06-24 Thread Craig R. McClanahan
On Mon, 24 Jun 2002, Milt Epstein wrote: Date: Mon, 24 Jun 2002 21:41:17 -0500 (CDT) From: Milt Epstein [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: Jacob Kjome [EMAIL PROTECTED] Subject: Re: question about hot deployment

Re: question about hot deployment and manager app....

2002-06-24 Thread Milt Epstein
On Mon, 24 Jun 2002, Craig R. McClanahan wrote: On Mon, 24 Jun 2002, Milt Epstein wrote: [ ... ] Thanks for the info. Also, is this something that only applies to Tomcat standalone, or will it work when Tomcat is integrated with Apache? If so, how does it take care of the neccesary

Re: question about hot deployment and manager app....

2002-06-24 Thread Craig R. McClanahan
On Mon, 24 Jun 2002, Milt Epstein wrote: Date: Mon, 24 Jun 2002 22:21:28 -0500 (CDT) From: Milt Epstein [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: question about hot deployment and manager app On Mon, 24 Jun

RE: Question about home page path

2002-06-18 Thread Marinko, Jeff
I would like an answer to a similar question myself. Except for a servlet instead of a jsp or html file. I know this can be done to some extent using servlet tags in the web.xml file, but any info would be great! Later. -Original Message- From: Sean LeBlanc [mailto:[EMAIL PROTECTED]]

Re: Question regarding Active Directory/LDAP

2002-06-12 Thread Jonathan Eric Miller
Subject: Re: Question regarding Active Directory/LDAP i am trying to create a web front end using an ldap api to query and update the active directory so that i can pull out information on an user or create and update the info on an user in the active directory... Chris - Original Message

Re: Question regarding Active Directory/LDAP

2002-06-06 Thread Chris Shen
: Wednesday, June 05, 2002 10:30 PM Subject: RE: Question regarding Active Directory/LDAP You be in rela trouble here. Active Directory uses a conglomeration of Kerberos 5 with MS ciphers and LDAP As for LDAP, I think its straightforward - look up the standard and get one bit at a time

RE: Question regarding Active Directory/LDAP

2002-06-05 Thread Tomasz . Ciolek
You be in rela trouble here. Active Directory uses a conglomeration of Kerberos 5 with MS ciphers and LDAP As for LDAP, I think its straightforward - look up the standard and get one bit at a time. Perhaps see the SMABA 3.x code and what it does (its a late beta stuff). What are you trying to

RE: Question about web.xml

2002-04-26 Thread John Burgess
In your servlet section after the servlet-class entity you can put in 0, 1 or more init-param entities ... servlet init-param param-namedns_server/param-name param-valuemyDNS/param-value /init-value ... /servlet ... In your code for the servlet init method you get passed a

Re: Question about tomcat

2002-04-16 Thread rob
Yes, mod_jk is used to connect tomcat - apache httpd. I've used mod_jk on both tomcat 3.2.x - 4.0.3 successfully. There is a cvs module dedicated to the connectors now though I still find the old mod_jk connector packaged in the tomcat 3.3 binary tarball to be the easiest to build. The cvs

RE: Question about Tomcat-Apache HOWTO

2002-04-16 Thread Animesh Chaturvedi - US
Well the document you are pointing to, is for old version of Tomcat. Which version of Tomcat are you using?? Animesh -Original Message- From: Cheng Yan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 1:05 PM To: Tomcat Users List Subject: Question about Tomcat-Apache HOWTO

Re: Question about Tomcat-Apache HOWTO

2002-04-16 Thread Cheng Yan
My tomcat is 4.0.3. Should this version create the same file tomcat-apache.conf or something equivalent? Thanks, - Original Message - From: Animesh Chaturvedi - US [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 16:08 Subject: RE: Question

RE: Question about Tomcat-Apache HOWTO

2002-04-16 Thread Animesh Chaturvedi - US
Yan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 1:16 PM To: Tomcat Users List Subject: Re: Question about Tomcat-Apache HOWTO My tomcat is 4.0.3. Should this version create the same file tomcat-apache.conf or something equivalent? Thanks, - Original Message - From: Animesh

Re: Question about Tomcat-Apache HOWTO

2002-04-16 Thread rob
Yeah, I recall this with 3.3 in some backwoods piece of documentation it says that you have to start tomcat with startup.sh some arg to generate the .conf file. (maybe ajpconf) or ajpid or something can't remember. Anyway the generated file only ever contained something similar to the

RE: Question about container-managed security

2002-04-03 Thread Wellie W. Chao
between HTTP and HTTPS. Is this the case with protected/unprotected pages as well for both user credentials and parameters? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 6:02 PM To: Tomcat Users List Subject: Re: Question about

Re: Question about container-managed security

2002-04-02 Thread Craig R. McClanahan
On Tue, 2 Apr 2002, Wellie W. Chao wrote: Date: Tue, 2 Apr 2002 16:59:38 -0500 From: Wellie W. Chao [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Question about container-managed security I'm using Tomcat 4.0.2 and noticed

RE: Question about container-managed security

2002-04-02 Thread Wellie W. Chao
the authentication information, but it is mildly annoying. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 6:02 PM To: Tomcat Users List Subject: Re: Question about container-managed security On Tue, 2 Apr 2002, Wellie W. Chao wrote

Re: Question about container-managed security

2002-04-02 Thread Aditya
On Tue, Apr 02, 2002 at 06:42:40PM -0500, Wellie W. Chao wrote: It's within the same webapp (the context path is the same). At first I thought it was a cache issue, but I hit reload on both protected and unprotected pages and it shows what I originally pulled up on each particular page. That

Re: Question on reloading web-applications.

2002-03-28 Thread Dan K.
Hi, IMHO, you wouldn't want to set the reloadable parameter to true in a production environment as it needlessly adds processing overhead to check if things have changed. And at least for me, I've noticed in setting it to true, after 10-15 reloads of a webapp tomcat would hang on subsequent

Re: Question on reloading web-applications.

2002-03-27 Thread Fabian Sommer
Hi Tarun, One way would be provide every user a way to reload their web-application only, without granting access to the manager application (and thus without bothering the sys-admin). Or is there a parameter in Tomcat that checks whether the class files have changes every once in a

Re: Question on reloading web-applications.

2002-03-27 Thread Dominic Parry
Hi Tarun, One way would be provide every user a way to reload their web-application only, without granting access to the manager application (and thus without bothering the sys-admin). Or is there a parameter in Tomcat that checks whether the class files have changes every once in a

Re: Question on reloading web-applications.

2002-03-27 Thread João Augusto Charnet
Dominic Parry wrote: Hi Tarun, One way would be provide every user a way to reload their web-application only, without granting access to the manager application (and thus without bothering the sys-admin). Or is there a parameter in Tomcat that checks whether the class files

Re: question about tomcat configuration

2002-03-19 Thread Christopher Bare
--- Cheng Yan [EMAIL PROTECTED] wrote: Hi, all, I just installed tomcat 4.0 binary on my Solaris 8 box at home. This Solaris machine is connected to my w2k pc through a linksys router, which is connected to a cable modem. I'm a beginner, but we have very similar setups, so maybe we can

Re: question about tomcat configuration

2002-03-19 Thread Lev Assinovsky
Just keep in mind, the performance of pair Apache-Tomcat few times less then of standalone Tomcat. You can verify this using 'ab'. Christopher Bare wrote: --- Cheng Yan [EMAIL PROTECTED] wrote: Hi, all, I just installed tomcat 4.0 binary on my Solaris 8 box at home. This Solaris

Re: question about tomcat configuration

2002-03-19 Thread Cheng Yan
] To: Tomcat Users List [EMAIL PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 13:55 Subject: Re: question about tomcat configuration --- Cheng Yan [EMAIL PROTECTED] wrote: Hi, all, I just installed tomcat 4.0 binary on my Solaris 8 box at home. This Solaris machine

Re: question about tomcat configuration

2002-03-19 Thread Cheng Yan
Hi, all, Can someone kindly show me how to configure tomcat so that I can visit http://localhost:8080/index.html from any other machine than the one where tomcat resides? What changes should make in $CATALINA_HOME/conf/server.xml? Could someone send his/her modified server.xml to me, please?

RE: question about tomcat configuration

2002-03-16 Thread JavaJosh
Cheng, I am just learning too, but the following links speak to your problem: http://localhost:8080/tomcat-docs/appdev/deployment.html http://localhost:8080/tomcat-docs/config/index.html and in particular http://localhost:8080/tomcat-docs/config/context.html and if you are hosting others, check

Re: Question about Catalina.bat

2002-02-12 Thread Tom Bednarz
Irene, Please explain the following code in catalina.bat : %_STARTJAVA% %CATALINA_OPTS% -Dcatalina.base=%CATALINA_BASE% -Dcatalina.home=%CATALINA _HOME% org.apache.catalina.startup.Bootstrap %2 %3%9 start for example, -Dcatalina.home=%CATALINA_HOME% My only guess is that

Re: question on IIS 4 and catalina

2002-02-12 Thread tarunjava
yes ofcourse u caN DO THAT . wHAT U NEED TO DO IS THAT all the requests will be recieved by the IIS and will make a connector that will forward the request matching the url mapping /servlets to tomcat. Its quite easy and is at the jakarta's site and is\f still u are unzble to then i will mail u

Re: Question about mod_webapp

2002-02-12 Thread Chad Johnson
Thanks! - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 8:45 AM Subject: AW: Question about mod_webapp According to the following link not.

RE: Question about tomcat.bat

2002-02-07 Thread Larry Isaacs
: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: donderdag 7 februari 2002 16:32 To: Jetspeed Users List Subject: Re: Question about tomcat.bat Michel, I am running Cocoon2, Soap, and Jetspeed in one instance of Tomcat 4.0.1.I have not modified the CLASSPATH during ANY

RE: Question about tomcat.bat

2002-02-07 Thread Randy Layman
files in it? Regards, Michel Bergijk -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: donderdag 7 februari 2002 16:32 To: Jetspeed Users List Subject: Re: Question about tomcat.bat Michel, I am running Cocoon2, Soap, and Jetspeed in one instance

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Larry Isaacs
For Tomcat 3.3, see the online documentation at: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#configuring_classes Item #2 towards the end of this section mentions two System properties that can used to add entries to a couple of the classloaders. Cheers, Larry

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Pavel Brun
Would this not be possible in Tomcat 4.0.1??? Paul -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 8:47 AM To: 'Tomcat Users List' Subject: RE: Question regarding loading Classpath for Tomcat For Tomcat 3.3, see the online documentation

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Larry Isaacs
At the moment, I'm not aware of a similar mechanism in Tomcat 4.x. Cheers, Larry -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:05 AM To: Tomcat Users List Subject: RE: Question regarding loading Classpath for Tomcat Would

Re: question on form login

2002-01-22 Thread Craig R. McClanahan
On Tue, 22 Jan 2002, Arion Yu wrote: Date: Tue, 22 Jan 2002 11:09:13 +0800 From: Arion Yu [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: question on form login Hi! Would the world becomes better if we can have

Re: question on form login

2002-01-21 Thread Arion Yu
Hi! Would the world becomes better if we can have this situation defineds in the next servlet specification? Thanks Arion Craig R. McClanahan wrote: On Mon, 14 Jan 2002, Arion Yu wrote: Date: Mon, 14 Jan 2002 13:40:20 +0800 From: Arion Yu [EMAIL PROTECTED] Reply-To: Tomcat Users List

Re: question about TOMCAT_USER ...

2002-01-17 Thread RSEQUEIRA
Julien OIX [EMAIL PROTECTED] @av9500.presidence.univ-nantes.fr on 01/17/2002 02:50:55 AM Please respond to Tomcat Users List [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: Tomcat list [EMAIL PROTECTED] cc: Subject: question about TOMCAT_USER ... hi averybody, I use the

RE: Question about URLencoded Cookie data?

2002-01-15 Thread Ing. Gabriel Gajdos
There is such a method in JDK: static String java.net.URLDecoder.decode() Does it help? ;-) | Many thanks to Craig for pointing me at Filters to solve my access | problems. | | Next Question: Running Tomcat 4.0.1, my cookies now seem to be URLencoded, | ie characters + and = get encoded. How

Re: Question about URLencoded Cookie data?

2002-01-15 Thread Gerry Duhig
OK! Thanks for that. Too obvious! I was looking in the javax api rather than there! Gerry - Original Message - From: Ing. Gabriel Gajdos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 2:55 PM Subject: RE: Question about URLencoded Cookie data

Re: question on form login

2002-01-14 Thread Craig R. McClanahan
On Mon, 14 Jan 2002, Arion Yu wrote: Date: Mon, 14 Jan 2002 13:40:20 +0800 From: Arion Yu [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: question on form login Hi! I would like to ask if the user somehow bookmarked the page for login,

Re: Question about Logging and Virtual Host

2002-01-11 Thread Martin v . Boehlen
Hi one, in apps-vhosts.xml (or where ever you define your hosts) try something like: !-- + Web serving virtual host + -- Host name=www.tiade-voboe.de Alias name=www / Context path= docBase=/usr/local/httpd/webapps/www

RE: Question about login backdoor

2002-01-11 Thread jerry . fang
Craig, I need some help in implementation. I create two classes, one customized Valve and one customized Realm. a) I made my Valve to intercept HTTP request and call setUserPrincipal if a special token is authenticated. b) I changed server.xml to use my customized realm. My customized realm

RE: Question about login backdoor

2002-01-11 Thread jerry . fang
Craig, A further testing shows that HTTP session was not established when my customized Valve was invoked. How could I fix it? Thanks in advance. -Jerry -Original Message- From: Fang, Jerry Sent: Friday, January 11, 2002 3:43 PM To: [EMAIL PROTECTED] Subject: RE: Question about

RE: Question about login backdoor

2002-01-11 Thread Craig R. McClanahan
On Fri, 11 Jan 2002 [EMAIL PROTECTED] wrote: Date: Fri, 11 Jan 2002 17:49:35 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Question about login backdoor Craig, A further testing shows that HTTP session was not established when my customized

Re: Question about login backdoor

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 13:45:27 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Question about login backdoor Hi, there, I have an application running on Tomcat which will be

RE: Question about login backdoor

2002-01-10 Thread jerry . fang
Good idea! But I want to have role set as well. Is there a equivalent set method for role? Thanks for the response! -Jerry -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 2:47 PM To: Tomcat Users List Subject: Re: Question

RE: Question about login backdoor

2002-01-10 Thread jerry . fang
, January 10, 2002 2:47 PM To: Tomcat Users List Subject: Re: Question about login backdoor On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 13:45:27 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Question about

RE: Question about login backdoor

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 15:09:33 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Question about login backdoor Good idea! But I want to have role set as well

RE: Question about login backdoor

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 15:35:51 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Question about login backdoor Does tomcat allow multiple realms? If the first realm fails

RE: Question about login backdoor

2002-01-10 Thread jerry . fang
Cool! I love Tomcat! What about in Tomcat 3? (We are using 3.2.2 in production right now.) Thank you, Craig! -Jerry -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 4:03 PM To: Tomcat Users List Subject: RE: Question about

RE: Question about login backdoor

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002 [EMAIL PROTECTED] wrote: Date: Thu, 10 Jan 2002 16:11:55 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Question about login backdoor Cool! I love Tomcat! Me too :-). What about in Tomcat 3? (We

Re: Question with request dispatchers?

2001-12-21 Thread Sarb Singh
I am trying Tomcat 4. - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 21, 2001 11:37 AM Subject: Re: Question with request dispatchers? On Fri, 21 Dec 2001, Sarb Singh wrote: Date: Fri, 21 Dec 2001 11

Re: Question on SSL...

2001-12-18 Thread Bernhard Wraase
You must also edit java.security Add security.provider.xxx=com.sun.net.ssl.internal.ssl.Provider xxx must be replaced a number. The provider are numbered consecutively. java.security is located at jdk/jre/lib/security/ -- HTH Bernhard Wraase NET.KOSMOS Projektentwicklung und Management GmbH

RE: Question on SSL...

2001-12-18 Thread Diego Castillo
Hi, I am new to SSL and I wondered whether it could be possible to encrypt HTTP without requiring a certificate. I have also generated a self-signed certificate using OpenSSL. I have done so because I wanted to encrypt my data and all the docs I have found explain how to generate and deploy a

Re: Question on SSL...

2001-12-17 Thread Richard S. Huntrods
Greetings! Weird. Here's some more info on my attempts to get SSL working on Solaris with Tomcat 4.0.1. In a previous email I mentioned that I generated the .keystore file on W2K and just copied it to Solaris. I just tried to generate a .keystore file on Solaris, and got this error message:

RE: Question about the calendar object

2001-12-02 Thread Justin Rowles
I think that the Calendar object behaves strange. Yes it does. http://java.sun.com/products/jdk/1.1/docs/api/java.util.Date.html Not really a Tomcat issue, though, is it? Justin. -- You're only jealous cos the little penguins are talking to me.

Re: Question about the calendar object

2001-11-30 Thread Jeff Miller
I think that you are right - MONTH is 0-11 and DAY_OF_MONTH is 1-31 while DAY_OF_WEEK is 1-7 and DAY_OF_YEAR is 1-366 While this is odd, I think you should ask the developers at Sun why MONTH is 0 based while the others are 1 based... [EMAIL PROTECTED] 11/30/01 9:27:52 AM Hi! I think that

Re: Question about the calendar object

2001-11-30 Thread August Detlefsen
I have worked extensively with Calendar and I can say that Yes this is true. Why? That I have no answer for... -August --- Magnus Jansson [EMAIL PROTECTED] wrote: Hi! I think that the Calendar object behaves strange. % String[] ids = TimeZone.getAvailableIDs(1 * 60 * 60 * 1000);

Re: question

2001-10-25 Thread Dmitri Colebatch
they should go in the WEB-INF/classes, or as a jar in WEB-INF/lib. You have got them in the correct directory structure dont you? hth dim On Wed, 24 Oct 2001, Pal, Anshu wrote: Hi! I recently installed Tomcat ( ver 3.3) . Where should I put the non -servlet class files required by the

Re: question

2001-10-25 Thread Timothy Fisher
Make sure the directory structure under the WEB-INF/classes directory mirrors your package names. Tim --- Dmitri Colebatch [EMAIL PROTECTED] wrote: they should go in the WEB-INF/classes, or as a jar in WEB-INF/lib. You have got them in the correct directory structure dont you? hth dim

Re: Question on FORM based authentication in Tomcat 4.0

2001-10-05 Thread Pae Choi
R. McClanahan [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Question on FORM based authentication in Tomcat 4.0 Thanks for your prompt reply Craig. Your advice leads me to another question. OK, say I don't do that. I let Tomcat handle the login for me. However, you can

Re: Question

2001-10-04 Thread David Ward
Didn't you just answer your own question? ;) LOL! OK, on a more serious note, you should look into having your clients bundle their servlets into war files - it will make it much easier for you to manage. If you don't know what a war file is, you should probably read some documentation.

RE: Question about WAR and application deployment

2001-10-04 Thread Durham David Cntr 805CSS/SCBE
If you use a file URL then it assumes that you are pointing to the file or directory on the machine (server). That means you have to put the application on the server first, FTP, or some other means. If you're working locally it's much easier. If you use some other url for the war parameter as

RE: Question about WAR and application deployment

2001-10-04 Thread Jose Escobar
in advance, Jose -Original Message- From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 3:44 PM To: [EMAIL PROTECTED] Subject: RE: Question about WAR and application deployment If you use a file URL then it assumes that you are pointing

Re: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Craig R. McClanahan
On Fri, 5 Oct 2001, Willie Vu wrote: Date: Fri, 5 Oct 2001 11:27:59 +0800 From: Willie Vu [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Question on FORM based authentication in Tomcat 4.0 I would like to achieve the following: - allow

RE: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Willie Vu
AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Question on FORM based authentication in Tomcat 4.0 On Fri, 5 Oct 2001, Willie Vu wrote: Date: Fri, 5 Oct 2001 11:27:59 +0800 From: Willie Vu [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Craig R. McClanahan
On Fri, 5 Oct 2001, Willie Vu wrote: Date: Fri, 5 Oct 2001 12:14:27 +0800 From: Willie Vu [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Question on FORM based authentication in Tomcat 4.0 Thanks for your prompt reply Craig. Your advice

Re: Question on taglib directive and web.xml mapping

2001-09-24 Thread D. Jay Newman
But I'm getting the 'Unable to open tag library error when I have the following configuration. %@ taglib uri=aegiskafe prefix=aegis % // In JSP file // web.xml entries taglib taglib-uriaegiskafe/taglib-uri taglib-location/web-inf/tlds/aegiskafe.tld/taglib-location /taglib I'm

RE: Question on taglib directive and web.xml mapping

2001-09-24 Thread Vel Periasamy
Thanks for the suggestion. I tried it, no success. Anything else I should check..? Thanks again. -Velmurugan Periasamy. -Original Message- From: D. Jay Newman [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:22 AM To: [EMAIL PROTECTED] Subject: Re: Question on taglib

RE: Question on conf

2001-09-19 Thread Paul Foxton
try this: context path=/gundam docbase=/webapps/gundam crossContext=false debug=0 reloadable=true /context this assumes your gundam web app directory is under webapps, not ROOT - the usual way to do it. you would then access this app through the URL

RE: Question on conf

2001-09-19 Thread S . Fronteddu
] cc: 09/19/2001 Subject: RE: Question on conf 11:55 AM

RE: Question on conf

2001-09-19 Thread Paul Foxton
hmmm. bit more info might help: what do you have now in server.xml? what URL are you using to access the app? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 19 September 2001 11:54 To: [EMAIL PROTECTED] Subject: RE: Question on conf it still

RE: Question on conf

2001-09-19 Thread S . Fronteddu
: 09/19/2001 Subject: RE: Question on conf 12:38 PM Please respond

RE: Question on conf

2001-09-19 Thread Paul Foxton
hiya Ste you just posted an image of your server.xml icon looks nice but doesn't tell us much ;¬D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 19 September 2001 12:58 To: [EMAIL PROTECTED] Subject: RE: Question on conf (Embedded image moved

RE: Question on conf

2001-09-19 Thread S . Fronteddu
]' sol.com [EMAIL PROTECTED] cc: 09/19/2001 Subject: RE: Question

RE: Question on conf

2001-09-19 Thread S . Fronteddu
: RE: Question on conf 01:50 PM Please respond

RE: Question on conf

2001-09-19 Thread Paul Foxton
]' sol.com [EMAIL PROTECTED] cc: 09/19/2001 Subject: RE: Question on conf

RE: Question on conf

2001-09-19 Thread S . Fronteddu
nothing, it still address to index in ROOT :- other ideas ? Bye, Ste

RE: Question on conf

2001-09-19 Thread Paul Foxton
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 19 September 2001 16:30 To: [EMAIL PROTECTED] Subject: RE: Question on conf nothing, it still address to index in ROOT :- other ideas ? Bye, Ste

Re: Question on conf

2001-09-19 Thread Jonathan Eric Miller
PROTECTED] Sent: Wednesday, September 19, 2001 10:30 AM Subject: RE: Question on conf nothing, it still address to index in ROOT :- other ideas ? Bye, Ste

<    1   2   3   4   5   6   >