Re: Get Virtual Path in INIT() function

2001-08-07 Thread Diu Lee Lo Mo
not understand the meaning of your name, it's still a matter of mutual respect. P.S. the sender name's meaning is the same as f***king Mother. - Original Message - From: Diu Lee Lo Mo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 12:52 PM Subject: Re: Get

Get Virtual Path in INIT() function

2001-08-06 Thread Diu Lee Lo Mo
Dear all, I would like to ask how to get the web virtual path of a specified project in tomcat. E.g. I got a project APPLE which are placed all source in /webapp/APPLE. By default, this project can be accessed by Http://localhost:8080/APPLE/ Assume I am running a servlet called

Re: Get Virtual Path in INIT() function

2001-08-06 Thread Diu Lee Lo Mo
: Unfortunately, there is no means within the init() method of a servlet to determine the context path of this web application (i.e. the '/APPLE part of a complete request URI). You won't know that until the first request comes in. Craig McClanahan On Mon, 6 Aug 2001, Diu Lee Lo Mo wrote

Re: Get Virtual Path in INIT() function

2001-08-06 Thread Diu Lee Lo Mo
PROTECTED] wrote: On Mon, 6 Aug 2001, Diu Lee Lo Mo wrote: Dear Craig, Is that the servlet instance will be created once a request is coming in ? The target class will call init() when it is called at first time ? That is correct. See the servlet spec for more details

Building mod_jk for solaris

2001-05-07 Thread mo be
Hi! I'm trying to compile mod_jk.so under solaris 2.6 . Using ./build-solaris.sh of jakarta-tomcat-3.3-m2 + Apache/1.3.12 (Unix) I get only this weird msg Command failed with rc=... from apxs. java -version = Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Java HotSpot(TM)

Re: Please help. Going Nuts.

2001-03-01 Thread Bill_Fellows/MO/americancentury
"mikhail malamud" [EMAIL PROTECTED] on 03/01/2001 11:20:31 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Bill Fellows/MO/americancentury) Subject: Please help. Going Nuts. Here is the setup I have. Tomcat 3.2.1 with mod_jk Apache 1.3.17. Do

Re: formbased authentication: logout ?

2001-02-21 Thread Bill_Fellows/MO/americancentury
: Bill Fellows/MO/americancentury) Subject: formbased authentication: logout ? 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 all work ? Paul -- Paul Marshall [EMAIL PROTECTED] 089/26019-609

RE: building mod_jk.so for Solaris

2001-02-19 Thread Bill_Fellows/MO/americancentury
Even better, I emailed [EMAIL PROTECTED] as instructed in their insipid reply and got a reply that mailman does not exist. Intelligent message. /bill [EMAIL PROTECTED] (Mail Delivery System) on 02/19/2001 10:53:16 AM To: Bill Fellows/MO/americancentury@americancentury cc: Subject

Tomcat CSS

2001-02-08 Thread Bill_Fellows/MO/americancentury
Hello all, My cube is gettin' a wee bit messy from all of the pulled out hair so if y'all could save me the effort of cleaning up any additional hairs, I'd appreciate it. Tomcat 3.2.1(mostly - rolled my own security realm into it) JDK 1.3 I have a web page, two in fact. ;) on an intranet

tomcat CSS

2001-02-08 Thread Bill_Fellows/MO/americancentury
I think I answered my own question (partially).. The /css folder is in a secure branch. For whatever reason, my index.jsp page doesn't complain when it comes up about not being able to see that resource but when it leaves, it then accesses it. Or something like that. At any rate, problem

Re: Form based authentication

2001-02-08 Thread Bill_Fellows/MO/americancentury
any insight, please speak up. If you need the bandaid code, let me know. /bill Dilip Dalton [EMAIL PROTECTED] on 02/08/2001 12:36:27 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Bill Fellows/MO/americancentury) Subject: Form based authentication Hi, I am

Re: Installing Tomcat windows 98

2001-02-07 Thread Bill_Fellows/MO/americancentury
for any tips. } I'm guessing his problem is not enough memory in his DOS window. [EMAIL PROTECTED] on 02/07/2001 03:06:56 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Bill Fellows/MO/americancentury) Subject: Installing Tomcat windows 98 Hi, ich habe versucht

RE: Newbie needs help ASAP! - HelloWorldServlet

2001-02-07 Thread Bill_Fellows/MO/americancentury
sponse) throws IOException, ServletException { doGet(request, response); } } "Rezaul H. Safiuddin" [EMAIL PROTECTED] on 02/07/2001 06:34:26 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] cc:(bcc: Bill Fellows/MO/ame

IP hostname questions

2001-02-02 Thread Bill_Fellows/MO/americancentury
Hello, I was wondering, how _does_ Tomcat figure out what my IP address is? What if I have two network cards and two IP address? Does Tomcat take both? I've been looking through the source (3.2.1) and I've found some places where I think it could be acquiring it, but I'm not quite sure what

Re: problems with servlet init parameters tomcat 3.2.1

2001-02-01 Thread Bill_Fellows/MO/americancentury
Shouldn't web.xml be in the WEB-INF directory and not below it? [EMAIL PROTECTED] (Karina Anderson) on 02/01/2001 04:00:26 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] (Karina Anderson) cc:(bcc: Bill Fellows/MO/americancentury) Subject

Re: Problems with %=request.getRemoteHost()%

2001-02-01 Thread Bill_Fellows/MO/americancentury
:8080 - RH of 127.0.0.1 localhost:8080 - RH of 127.0.0.1 10.123.XX.XXX - RH of lil_peter lil_peter:8080 - RH of lil_peter Carlos L pez [EMAIL PROTECTED] on 02/01/2001 12:47:33 PM Please respond to [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" [EMAIL PROTECTED] cc:(bcc: Bill

Re: I don't want cached pages

2001-01-19 Thread Bill_Fellows/MO/americancentury
le to find more info. /bill Please respond to [EMAIL PROTECTED]; Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: (bcc: Bill Fellows/MO/americancentury) Subject: I don't want cached pages I'm developing a website using Tomcat but I have a little problem. I use a pa

Re: Problem with getHeader(Referer)

2001-01-18 Thread Bill_Fellows/MO/americancentury
] cc:(bcc: Bill Fellows/MO/americancentury) Subject: Re: Problem with getHeader("Referer") I'm going to the page via a link, not dialing direct. Both methods leave with with a result of null; [EMAIL PROTECTED] wrote: Are you direct dialing the page or are you clicking a l

Re: Problem with getHeader(Referer)

2001-01-17 Thread Bill_Fellows/MO/americancentury
10:02:27 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Bill Fellows/MO/americancentury) Subject: Problem with getHeader("Referer") Hello all, I have a problem getting the "Referer" header from the request object in a JSP. The only value

Re: JSP errors

2001-01-08 Thread Bill_Fellows/MO/americancentury
be deprecated. If they're not there, then that is probably why Tomcat is complaining. $.02 /bill Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] cc:(bcc: Bill Fellows/MO/americancentury) Subject: JSP errors Can anyone explain why I get these errors w

Re: How do I determine the admin userid and password?

2001-01-03 Thread Bill_Fellows/MO/americancentury
Try this, In /conf/server.xml Context ... trusted="true" ... /context /bill "Ravi Sundaar" [EMAIL PROTECTED] on 01/03/2001 05:17:28 PM Please respond to [EMAIL PROTECTED]; Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: (bcc: Bill Fellow

Re: Logfile root-directory-setting

2001-01-02 Thread Bill_Fellows/MO/americancentury
Actually, it doesn't create it only in the /bin directory - it will create the file relative to wherever you start tomcat (e.g. $/etc /jakarta/jakarta-tomcat-3.2.1/bin/tomcat start would cause it to create your output file in the /etc directory) At least, this has been my findings. What I'm