two questions

2003-11-21 Thread Kumar, Sumit
I am trying to use authentication of a product, that uses Basic authentication using JAAS. It stores data in database using SHA-1 encryption and uses Tomcat as servlet engine. Not in any of the web.xml of several webapps deployed do they specify to use Basic authentication. I am wondering is there

Re: two questions

2003-11-21 Thread Sean Bruton
On Fri, 2003-11-21 at 16:00, Kumar, Sumit wrote: I am trying to use authentication of a product, that uses Basic authentication using JAAS. It stores data in database using SHA-1 encryption and uses Tomcat as servlet engine. Not in any of the web.xml of several webapps deployed do they specify

Re: two questions

2003-11-21 Thread Bill Barker
Sean Bruton [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Fri, 2003-11-21 at 16:00, Kumar, Sumit wrote: I am trying to use authentication of a product, that uses Basic authentication using JAAS. It stores data in database using SHA-1 encryption and uses Tomcat as servlet

Two Questions Tomcat 4.1.12 Win2000

2002-12-06 Thread Scott Purcell
Running Tomcat 4.1.12 on Win2000. Problem 1) I created a site under webapps in which only servlets will run. I created a web-xml file: (see Below): All works good. Question: When I hit the URL http://localhost/site I see a directory listing. I do not want this. I thought the welcome-file-list

Re: Two Questions Tomcat 4.1.12 Win2000

2002-12-06 Thread David Brown
Scott Purcell writes: Running Tomcat 4.1.12 on Win2000. Problem 1) I created a site under webapps in which only servlets will run. I created a web-xml file: (see Below): All works good. Question: When I hit the URL http://localhost/site I see a directory listing. I do not want this. I thought

AW: Two Questions about Tomcat

2002-07-12 Thread Ralph Einfeldt
See below: -Ursprüngliche Nachricht- Von: Serdar BOZDAG [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 12. Juli 2002 15:18 An: tomcatGroup Betreff: Two Questions about Tomcat 1. Can I access from browser to a folder under the WEB-INF folder. No. 2. How can I add another server

Re: Two Questions about Tomcat

2002-07-12 Thread Serdar BOZDAG
/ and which page will be shown when I call http://localhost and http://localhost:85 thanks.. serdar - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 12, 2002 4:22 PM Subject: AW: Two Questions about Tomcat See below

RE: Two Questions about Tomcat

2002-07-12 Thread Andrew Conrad
you find. You can also install another instance of Tomcat with the appropriate connector for port 85. - Andrew -Original Message- From: Serdar BOZDAG [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 9:46 AM To: Tomcat Users List Subject: Re: Two Questions about Tomcat thanks

Two questions !

2002-06-24 Thread @Basebeans.com
Subject: Two questions ! From: Dan Paraschiv [EMAIL PROTECTED] === 1. How do I get from a servlet the path where is installed Tomcat (not the path of my web application) ? The solution could be specific to Tomcat, because I am sure that my application it will always run on Tomcat. 2

RE: Two questions !

2002-06-24 Thread Charles N. Harvey III
To: [EMAIL PROTECTED] Subject: Two questions ! Subject: Two questions ! From: Dan Paraschiv [EMAIL PROTECTED] === 1. How do I get from a servlet the path where is installed Tomcat (not the path of my web application) ? The solution could be specific to Tomcat, because I am sure

AW: Two questions !

2002-06-24 Thread Ralph Einfeldt
One answer to two questions: String mTomcatHome = System.getenv(CATALINA_HOME); -Ursprüngliche Nachricht- Von: Jakarta Tomcat Newsgroup (@Basebeans.com) [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 24. Juni 2002 18:55 An: [EMAIL PROTECTED] Betreff: Two questions ! 1. How

RE: Two questions !

2002-06-24 Thread Shapira, Yoav
Howdy, Your two questions are related. The path where tomcat is would be $CATALINA_HOME, which is an environment variable. 2. It is possible to find out (in Java) the value of a system variable like %CLASSPATH% or %CATALINA_HOME% ? There's a difference between an environment variable

two questions

2001-10-18 Thread Henry
Tomcat 3.2.3 runs wrong on my computer, and when it starts up, the new windows generates a bunch of errors and disappear before I was able to see clearly what the errors are. These are not logged in and log files. How can i start tomcat in the original window, or where can i find the run time

RE: two questions

2001-10-18 Thread Donie Kelly
to see the errors... Hope that helps Donie -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: 18 October 2001 19:02 To: Tomcat (E-mail) Subject:two questions Tomcat 3.2.3 runs wrong on my computer, and when it starts up, the new windows generates a bunch

RE: two questions

2001-10-18 Thread Jim Urban
Open a command window. Change to the tomcat bin directory and execute tomcat run. Jim -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 1:02 PM To: Tomcat (E-mail) Subject: two questions Tomcat 3.2.3 runs wrong on my computer, and when

Re: two questions

2001-10-18 Thread Kar YEOW
the oracle url look like this jdbc:oracle:thin:user/password@server:port:sid hope this help kar - Original Message - From: Jim Urban [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 5:14 AM Subject: RE: two questions Open a command window. Change to the tomcat

Two questions

2001-09-13 Thread Renato
Hi all, I'm using Tomcat-3.2.3 on Linux, JVM 1.3.1 Sun, AJP13 protocol. Two quick questions. 1. I was doing some tests with several contexts/domains. All of them has the option 'crossContext=false'. I included about 800 context and when I start Tomcat I have about 800 java linux-threads

Two questions from a new user

2001-01-12 Thread Collins, Jim
Hi, I am new to this mailing list and I have two questions I would like to ask (sorry if they have been asked before). 1. Is there an archive of this list I can search to avoid asking questions that have already been asked. 2. Two I am getting a NoClassDefFoundError, I know that the class

Re: Two questions from a new user

2001-01-12 Thread Ted Husted
On 1/12/2001 at 10:06 AM Collins, Jim wrote: 1. Is there an archive of this list I can search to avoid asking questions that have already been asked. The official archive listed on the Web site isn't really searchable, but the one at mail-archive.com is. (Look for Tomcat-User).

Follow up Two questions from a new user

2001-01-12 Thread Collins, Jim
Hi, Someone pointed me to where the archives are (thanks Graham) and I believe that the problem is that the code I am calling is a native method wrapper and the native code library that the wrapper class is supposed to load cannot be found. Someone else posted a similar problem and they were

Two questions

2001-01-11 Thread Charles Dusseau
How do I set up Tomcat so that I can run servlets from my home directory? I have set it up so that I can run servlets from root's home directory but not my as my normal user. I get a "Forbidden: You do not have permission" error when I try to access servlets on my home directory. I have the