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

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

Re: Two Questions about Tomcat

2002-07-12 Thread Serdar BOZDAG
thanks but when i add another http connector how will the context elements know to use the correct connector. for instance there are two ports (connectors) 80 and 85 and in server.xml two contexts Context path= docBase=c:\folder1 debug=0/ and Context path= docBase=c:\folder2 debug=0/

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

RE: Two questions !

2002-06-24 Thread Charles N. Harvey III
System variables should be available to all of your servlets and other class files. {java.home} {catalina.home} catalina.home is where tomcat is installed. Charlie -Original Message- From: Jakarta Tomcat Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 12:55 PM

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 and a

RE: two questions

2001-10-18 Thread Donie Kelly
Hi Henry Use a command prompt to edit tomcat.bat in TOMCAT_HOME/bin Find a line that looks like: set _STARTJAVA=start Tomcat 3.2 %JAVA_HOME%\bin\java And remove the... start Tomcat 3.2 Now run tomcat.bat start and it should start in the same command window. If it exits you'll still be able to

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 it

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

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).