RE: Question on restarting Tomcat service

2001-09-12 Thread Hoggatt Matt - mahogg
Yes, you need that file! When NT tries to start that it runs the following command: C:\path\jk_nt_service.exe Jakarta Just put that back where it was and you're problem should be solved. If you want to change the path, you will probably have to delete the service and create a new one. That's

RE: Question (browser cache)

2001-09-10 Thread Peter Romianowski
basicly there are 2 ways. one is html-based the other http-based. (ok, at the end both affect the header in some way...) you could simply add the following to every jsp/html page html head meta http-equiv=Pragma content=no-cache /head /html or (what i would

RE: Question (browser cache)

2001-09-10 Thread Dan Silva
Thanks Pero! - - - Dan Silva Java Developer HcPersonal, Inc. [EMAIL PROTECTED] | -Original Message- | From: Peter Romianowski [mailto:[EMAIL PROTECTED]] | Sent: Monday, September 10, 2001 12:23 PM | To: [EMAIL PROTECTED] | Subject: RE: Question (browser cache) | | | basicly

RE: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-08 Thread Randy Layman
30 MB will probably be hard. What you need is: 1. JRE 2. tools.jar from SDK (realize that this is the licensed part of the SDK and you need permission to redistribute) 3. $TOMCAT_HOME/libs 4. $TOMCAT_HOME/conf/server.xml 5.

RE: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-07 Thread Larry Isaacs
Anthony, My understanding is that a JDK is asked for so that the tools.jar is available as the default Java compiler. It's only used as part of converting JSP's to class files. If you JSP's are already compiled to servlets, I believe a JRE would be sufficient. As for getting a footprint under

Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-07 Thread Jonathan Eric Miller
He's talking about what is required for running in a production environment, not a development environment. Jon - Original Message - From: Raimee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 11:17 PM Subject: Re: Question from a relatively new user

Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-06 Thread Jonathan Eric Miller
If you write servlets instead of JSPs I would assume that you can get away with only using the JRE instead of the full JDK. I've never tried it myself though. I see that RUNNING.TXT says to download the JDK though. That could be because they're assuming that you're setting up a development

Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-06 Thread Raimee
Actually, you'll need at least the servletapi if you want to write either and certainly a JDK . The servlet api ships with Tomcat and Java Runtimes are commonly packaged with JDK's. Jonathan Eric Miller wrote: If you write servlets instead of JSPs I would assume that you can get away with

Re: Question from a relatively new user: Minimizing the installationfootprint of Tomcat

2001-09-06 Thread Craig R. McClanahan
On Thu, 6 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 6 Sep 2001 22:38:37 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

Re: Question working with security realms

2001-08-24 Thread Roland
Using container managed security means you should *not* do your own application-managed security -- it's an either/or thing. You should design your app so that you use one or the other, but not both. Yes, sure, but my question is, how can I forward the user from the container security to my

RE: Question working with security realms

2001-08-24 Thread Filip Hanik
:27 AM To: [EMAIL PROTECTED] Subject: Re: Question working with security realms Using container managed security means you should *not* do your own application-managed security -- it's an either/or thing. You should design your app so that you use one or the other, but not both. Yes, sure

Re: Question working with security realms

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Roland wrote: Date: Fri, 24 Aug 2001 15:27:22 -0300 From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Question working with security realms Using container managed security means you should *not* do your own application

Re: Question working with security realms

2001-08-24 Thread Roland
You don't have to do any forwarding. Consider the various login methods that might be in use, and assume that the user just requested a protected resource for the first time: * BASIC and DIGEST: The browser will pop up the login dialog. Once the user authenticates correctly, the

Re: Question working with security realms

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Roland wrote: Date: Fri, 24 Aug 2001 17:28:08 -0300 From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Question working with security realms You don't have to do any forwarding. Consider the various login methods

Re: Question working with security realms/Bug discovered?

2001-08-24 Thread Craig R. McClanahan
the original request for you -- just like the user experience when you are using BASIC authentication. Craig On Fri, 24 Aug 2001, Roland wrote: Date: Fri, 24 Aug 2001 17:36:14 -0300 From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Question

Re: Question working with security realms/Bug discovered?

2001-08-24 Thread Roland
I think the problem is with the error.jsp page: Login error -- please try a href=login.jspagain/a. It has a direct reference to login.jsp, and maybe this is causing the problem? Thanks Roland

Re: Question working with security realms

2001-08-23 Thread Craig R. McClanahan
On Thu, 23 Aug 2001, Roland wrote: Date: Thu, 23 Aug 2001 20:01:30 -0300 From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Question working with security realms Hello, I have programmed an application that has a login.jsp page. Now I will add

Re: question about WEB-INF/lib

2001-07-27 Thread djhutchison
PROTECTED] cc: Subject: Re: question about WEB-INF/lib The other side of the coin is that I know for a fact that web apps using JAR files in /WEB-INF/lib can run under Tomcat 3.2 (example: download Struts, deploy the struts-example.war application, restart Tomcat, and run it). So it's

Re: question about WEB-INF/lib

2001-07-26 Thread Craig R. McClanahan
On Wed, 25 Jul 2001 [EMAIL PROTECTED] wrote: Craig, this last bit caught my attention... Currently our application uses .jar files spread out all over the place, will tomcat v4 not work under those conditions? If you expect those JAR files to be visible to all of your web

Re: question about WEB-INF/lib

2001-07-26 Thread grant . quail
Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: question about WEB-INF/lib On Wed, 25 Jul 2001 [EMAIL PROTECTED] wrote: Currently our application uses .jar files spread out all over the place, will tomcat v4 not work under those conditions? If you expect those

Re: question about WEB-INF/lib

2001-07-25 Thread djhutchison
] on 07/24/2001 07:33:49 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: question about WEB-INF/lib Out of curiosity what are you runing tomcat on unix or nt? Maybe there is a diffrence between startup.bat and startup.sh??? joe On 25 Jul 2001 08:05:31 +1000

Re: question about WEB-INF/lib

2001-07-25 Thread djhutchison
] To: [EMAIL PROTECTED] cc: Subject: Re: question about WEB-INF/lib (a newbie speaks...) Are you looking for a workaround? When I saw this problem, I copied the jar file to tomcat's lib directory and it worked. I thought maybe I had misread something in the doc. Like I said, I'm new here, but I

Re: question about WEB-INF/lib

2001-07-25 Thread Craig R. McClanahan
On Wed, 25 Jul 2001 [EMAIL PROTECTED] wrote: This is my workaround as well, but it is not a very good solution. I often have multiple webapps running that need different versions of the same jar file. This becomes a real pain. Thanks, Dave If you have to modify the CLASSPATH to make

Re: question about WEB-INF/lib

2001-07-25 Thread Dmitri Colebatch
linux, jdk1.3 from sun, tomcat 3.2.1. Although I'm pretty sure in the past I've run this on windows boxes ok... I'll be seeing a mate of mine who runs windows tomorrow so will check with him then... cheesr dim On 24 Jul 2001, Joseph D Toussaint wrote: Out of curiosity what are you runing

Re: question about WEB-INF/lib

2001-07-25 Thread Joseph D Toussaint
I'm pretty certain that my war file is set up correctly. In my WEB-INF/lib directoy I have jdbc jar file that tomcat can't find and the tomcat user manual for deploying tomcat applications says WEB-INF/lib/ - This directory contains JAR files that contain Java class files (and

Re: question about WEB-INF/lib

2001-07-25 Thread Craig R. McClanahan
The other side of the coin is that I know for a fact that web apps using JAR files in /WEB-INF/lib can run under Tomcat 3.2 (example: download Struts, deploy the struts-example.war application, restart Tomcat, and run it). So it's *not* as simple as saying Tomcat does not know how to load

Re: question about WEB-INF/lib

2001-07-25 Thread grant . quail
] To: [EMAIL PROTECTED] cc: Subject: Re: question about WEB-INF/lib PS: Classpath problems are so prevalent that Tomcat 4's startup scripts totally ignore the user's CLASSPATH variable. If you want to share JARs across multiple webapps, put them in $TOMCAT_HOME/lib -- otherwise, put them in the /WEB-INF

Re: question about WEB-INF/lib

2001-07-24 Thread djhutchison
I see this problem, too. I'm using Tomcat 3.2.x. It appears to me to be a bug. I've seen others with this problem on this mailing list. Can anyone verify that this actually does work? (Just trying to add some weight to your claim and get it fixed if it is a bug. :o) Thanks, Dave Joseph D

Re: question about WEB-INF/lib

2001-07-24 Thread Dmitri Colebatch
I can verify it does work. I dont have any suggestions though - sorry. cheesr dim On Tue, 24 Jul 2001 [EMAIL PROTECTED] wrote: I see this problem, too. I'm using Tomcat 3.2.x. It appears to me to be a bug. I've seen others with this problem on this mailing list. Can anyone verify that

Re: question about WEB-INF/lib

2001-07-24 Thread john regan
(a newbie speaks...) Are you looking for a workaround? When I saw this problem, I copied the jar file to tomcat's lib directory and it worked. I thought maybe I had misread something in the doc. Like I said, I'm new here, but I agree that this is not what I expected to do. -john Dmitri

Re: question about WEB-INF/lib

2001-07-24 Thread Joseph D Toussaint
Out of curiosity what are you runing tomcat on unix or nt? Maybe there is a diffrence between startup.bat and startup.sh??? joe On 25 Jul 2001 08:05:31 +1000, Dmitri Colebatch wrote: I can verify it does work. I dont have any suggestions though - sorry. cheesr dim On Tue, 24 Jul 2001

Re: Question about copyright

2001-07-17 Thread Alex Fernández
Hi Zhang! zhang heng chong wrote: I am sorry for interrupted you. I have a question about software copyright. I downloaded tomcat,apache from jakarta.apache.org,and I read licence. I am puzzled whether those softwares can be used by a profit-making company website . Yes, it can.

Re: Question regarding tomcat behavoiur

2001-07-11 Thread Dmitri Colebatch
Hi, I'm not exactly sure what your problem is but may I suggest a different architecture? Why dont you have the fileLoadedByUser put in a queue - and in the init() start a worker thread that just processes the files one by one. You could then accept someone's fax all the time. Get an email

RE: Question on IIS with Tomcat

2001-07-05 Thread Randy Layman
In regedit you don't need to put the double backslashes, just use one. Randy -Original Message- From: Chen Bo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 9:12 PM To: [EMAIL PROTECTED] Subject: Question on IIS with Tomcat Hello, all there There's

RE: Question about tomcat setup

2001-06-11 Thread Nael Mohammad
It's trying to bind to a PORT in use. do netstat -an to view your port status and like the last post stated you can do a netstat -an|grep tomcat Nael Mohammad Neomar, Inc. [EMAIL PROTECTED] 415-403-7300 x314 (Work) 415-793-0609 (Mobile) When Wireless Means Business CONFIDENTIALITY NOTICE:

RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR files

2001-06-04 Thread Barry Draper
incompatible JAR files. Thanks much for your help. Barry Draper [EMAIL PROTECTED] -Original Message- From: Brett Knights [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 03, 2001 10:09 PM To: [EMAIL PROTECTED] Subject: RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR files Barry

RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR files

2001-06-04 Thread Brett Knights
Barry, Tomcat 3.3 resolves this issue by letting you isolate a web-app's jar files from the container's jar files. I don't know if the change is available in 3.2.2 but you might save yourself some work if it is. The issue in general seems to be an ugly one. From a development point of view it

RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR files

2001-06-03 Thread Brett Knights
Barry, What are you trying to do? If you a) have a bunch of jar files that contain duplicate packages and b) want to make sure only a certain version of those classes gets used why don't you just unjar the jar files that contain the duplicates, delete the duplicating directories, adjust the

Re: question about setting up Apache and Tomcat

2001-05-17 Thread rday
At 5/16/01 5:45:08 PM, HDung [EMAIL PROTECTED] wrote: # Hello everybody, # I've had hard time in setting up Apache to talk to # Tomcat in WinNT. # I read some questions and answers similar to my # problem but they didn't help me either. # Hopefully, I can get help from this list. # # Here

Re: Question from a newbee on deployment of war file

2001-05-14 Thread Brahmananad G Gannur
you put that .war file in webapps folder of the tomcat and restart the tomcat your application get deployed automaically cheers brahma [EMAIL PROTECTED] wrote: Hi ! I have my web application compiled in one file - exigen.war in some directory e.g C:/Andrew/exigen.war I`ve added context record

RE: Question from a newbee on deployment of war file

2001-05-14 Thread Hawkins, Keith (Keith)
Title: RE: Question from a newbee on deployment of war file You must delete the corresponding webapp directory. So if you use the standard configuration of tomcat home/webapps and you have a foo.war file. It will create the context directory as tomcat home/webapps/foo. If you update

Re: Question version 1.1

2001-05-12 Thread Michael G. Anderson
And versions apparently as well.. So what are the differences? When is EJB slated for integration? thanks Oki michael g. anderson Oki DZ wrote: Michael G. Anderson wrote: See Question version 1.0! Is version 3.2.2 beta 5 the latest? or is Tomcat 4(4.4) the latest? What is the

Re: Question version 1.1

2001-05-11 Thread Alin Simionoiu
It's seems that the latest Tomcat is 4.0m5.. - Original Message - From: Michael G. Anderson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, May 11, 2001 7:19 PM Subject: Question version 1.1 See Question version 1.0!

Re: Question version 1.1

2001-05-11 Thread Oki DZ
Michael G. Anderson wrote: See Question version 1.0! Is version 3.2.2 beta 5 the latest? or is Tomcat 4(4.4) the latest? What is the latest version? Both. What am I missing? beta 5 is the latest in version 3.2.2. beta 4 is the latest in version 4.0 What is going on... Many betas

Re: Question version 1.1

2001-05-11 Thread Oki DZ
Alin Simionoiu wrote: It's seems that the latest Tomcat is 4.0m5.. Then I missed one beta version. I just downloaded the beta 4 yesterday, and now there's already b5. I think the World spins faster. Oki

RE: Question about Debug log

2001-05-08 Thread Brandon Cruz
using telnet to the linux machine, you can type tail -f path_to_tomcat_home/logs/tomcat.log This will show the info on the screen as it is written to the file. -Original Message-From: André Martiniano [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 08, 2001 2:05 PMTo:

RE: Question about Debug log

2001-05-08 Thread Greg Hanson
Does tail -f not work for the log files in tomcat? -Original Message-From: André Martiniano [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 08, 2001 12:05 PMTo: [EMAIL PROTECTED]Subject: Question about Debug log Hy all I´m running TomCat 3.2.1 and Apache 1.3.19 on Red

Re: Question about Debug log

2001-05-08 Thread Boris Niyazov
tail -f logs/tomcat.log hth * * Boris NiyazovPh: 212-854-4094 Fax: 212-854-1749 * * Systems Manager Email: [EMAIL PROTECTED] * * Columbia Law School URL:

RE: Question on unsubscribe?

2001-04-24 Thread Craig O'Brien
Look at the header of the email that you receive. You are subscribed by the email address in the Delivered-To field. Unsubscribe using that email address. You are using: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) View options to see the header. Regards, Craig -Original

Re: question about CLASSPATH

2001-04-17 Thread Sam Newman
Tomcats special classloader should only access classes for each webapp under your webapp directory. You don't have to worry about classes in webapps/bob/WEB-INF/classes picking up webapps/fred/WEB-INF/classes for example. sam - Original Message - From: Kresimir (Binsco)

Re: question about CLASSPATH

2001-04-17 Thread Kresimir (Binsco)
-Original Message-From: Sam Newman [EMAIL PROTECTED]To: [EMAIL PROTECTED] [EMAIL PROTECTED]Date: Tuesday, April 17, 2001 1:06 PMSubject: Re: question about CLASSPATH Tomcats special classloader should only access classes for each webapp under your webapp directory. You

RE: Question

2001-04-16 Thread Danny Angus
the examples served on http://localhost:8080/ -Original Message- From: Sergaziev, E.S. - ALAPQ [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 5:12 AM To: [EMAIL PROTECTED] Subject: RE: Question Hi Danny, I have been following it up in hope the answer would be found

RE: Question

2001-04-16 Thread Tim O'Neil
Interesting. Seems to work fine for thousands of people. At 06:55 AM 4/14/2001 -0700, you wrote: Yep, nothing worked. I finally realized that it wasn't going to work after following the docs so I went decided not to use Tomcat after spending 2 hours trying to figure it out.

RE: Question

2001-04-15 Thread Danny Angus
Yep, nothing worked. I finally realized that it wasn't going to work after following the docs so I went decided not to use Tomcat after spending 2 hours trying to figure it out. seems a bit harsh, I had no problems making it work as a standalone server straight out of the box on NT Linux,

Re: Question

2001-04-15 Thread Pae Choi
One who wants to move on based on his/her decision, what's the point to stop. Let him/her go. :-) Pae Yep, nothing worked. I finally realized that it wasn't going to work after following the docs so I went decided not to use Tomcat after spending 2 hours trying to figure it out. seems a

RE: Question

2001-04-15 Thread Sergaziev, E.S. - ALAPQ
I did set the env and in any case the file is in the same directory as jasper.bat. What could be wrong here? Erlan -Original Message- From: Danny Angus [mailto:[EMAIL PROTECTED]] Sent: 15 April 2001 20:47 To: [EMAIL PROTECTED] Subject: RE: Question Yep, nothing worked. I finall

RE: Question

2001-04-14 Thread Danny Angus
have you tried: ../tomcat.bat start ? -Original Message- From: George "Lifeguard" Flatman [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 14, 2001 7:25 AM To: [EMAIL PROTECTED] Subject: RE: Question I tried that and it kept saying it could not find the file

Re: Question

2001-04-14 Thread Pae Choi
George, Try this and describe back to us. Someone will probably give you better answer. 1) From the command line, type the following as: echo %TOMCAT_HOME% 2) Provide the contents of both "startup.bat" and "tomcat.bat" under the directory, %TOMCAT_HOME%\bin\. Pae I have

RE: Question

2001-04-14 Thread George \Lifeguard\ Flatman
Message- From: Danny Angus [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 14, 2001 3:01 AM To: [EMAIL PROTECTED] Subject: RE: Question have you tried: ../tomcat.bat start ? -Original Message- From: George "Lifeguard" Flatman [mailto:[EMAIL PROTECTED]] Sent: Satur

RE: Question

2001-04-13 Thread CPC Livelink Admin
Run bin\startup from the TOMCAT_HOME directory -Original Message- From: George "Lifeguard" Flatman [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 9:09 PM To: [EMAIL PROTECTED] Subject: Question I have followed the intstructions posted at:

RE: Question

2001-04-13 Thread George \Lifeguard\ Flatman
To: [EMAIL PROTECTED] Subject: RE: Question Run bin\startup from the TOMCAT_HOME directory -Original Message- From: George "Lifeguard" Flatman [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 9:09 PM To: [EMAIL PROTECTED] Subject: Question I hav

RE: question about win2k

2001-04-10 Thread Randy Layman
The How-To for NT is the same as 2000 - all the same steps, all the same variables and parameters. Randy -Original Message- From: Guy Lubovitch [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 2:41 PM To: '[EMAIL PROTECTED]' Subject: question about win2k

Re: question about uploading files and multipart/form-data FORMS

2001-04-06 Thread Betty Chang
HI Andreas -- Thanks for your reply. I also have no problem with tomcat. It's Apache with JServ that causes me problems. So I was wondering if there is a problem just with Jserv. Ibelieve another Email on this read said that it is a known problem with an earlier JServ Betty -

RE: question about uploading files and multipart/form-data FORMS

2001-04-04 Thread Randy Layman
Actually, this is a know problem with mod_jk using ajp13 - if it sees a particular byte string the process stops reading prematurely. I believe that this has been fixed for the upcoming 3.2.2 and 3.3 releases and you might want to try one of their betas to pickup this fix.

Re: Question on import javax.servlet.*;???

2001-03-22 Thread Craig R. McClanahan
On Thu, 22 Mar 2001, Mick Sullivan wrote: Hi Does anyone know why I get the following error when I try to import "import javax.servlet.*; AND import javax.servlet.http.*;" I need them for my loginHandler to use sendRedirect etc. This is the error: C:\JBuilder35\jdk1.2.2\binjavac

RE: Question on import javax.servlet.*;???

2001-03-22 Thread Grewal, Gary
Title: RE: Question on import javax.servlet.*;??? I hope you have downloaded the servlet.jar and also your classpath points to it. === Gary Grewal -Original Message- From: Mick Sullivan [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 3:37 PM To: [EMAIL PROTECTED

Re: Question on import javax.servlet.*;???

2001-03-22 Thread Mick Sullivan
cts nearly there, if I can just sort out this login stuff. Yopur help is much appreciated. Thanks again, Mick Original Message Follows From: "Craig R. McClanahan" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Question on import javax.servlet.*;?

RE: Question about Logging

2001-03-08 Thread Dalia, Keith A - TOS-DITT1
I figured it out. Just set verbosityLevel = "DEBUG". -Original Message- From: Dalia, Keith A - TOS-DITT1 [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 9:46 AM To: '[EMAIL PROTECTED]' Subject: Question about Logging Before I upgraded to Tomcat 3.2.1 I used JRUN. Under jrun

Re: Question regarding the JSP include action versus the JSP includedirective

2001-03-08 Thread Fernando Padilla
the include directive is at page translation, but it's the page source... in pseudo jsp :) A: HIgetDate() B: HIgetDate() C: include A jsp:include B C becomes: HIgetDate() requestdispatcher( B ).include() and that is what is executed.. thus both getDate() calls are made are request time..

RE: question

2001-03-06 Thread Randy Layman
You aren't using IIS, your using Personal Web Server (PWS). There are directions on adding filters to the registry for PWS in the IIS-HowTo and you need to follow those. Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March

Re: question

2001-03-06 Thread Ferdinand Enario
On IIS Management Console. Under Internet Information Server Default Web Site (Or whatever is in your machine), right click and select properties. There you can see the ISAPi Filter Tab. Ferdinand - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March

Re: Question about configuration

2001-02-27 Thread Web master
Hi Stote, What OS are u using? If you are using Win'98 or Win NT, please let me know, I will try my level best to help you. -Unni Stote, Robert wrote: Hello: I was wondering...after I get apache and Tomcat installed where do I go from there...I've read all the documentation (users

RE: Question about configuration

2001-02-27 Thread Stote, Robert
unni I'm on Win2k sorry I should have provided that thnx Rob -Original Message- From: Web master [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 4:26 PM To: [EMAIL PROTECTED] Subject: Re: Question about configuration Hi Stote, What OS are u using? If you are using

RE: Question about configuration

2001-02-27 Thread Robert Keddie
:45PM unniI'm on Win2ksorry I should have provided thatthnx Rob -Original Message-From: Web master [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 27, 2001 4:26 PMTo: [EMAIL PROTECTED]Subject: Re: Question about configurationHi Stote,What OS are u using? If you are using Win'98

Re: Question about configuration

2001-02-27 Thread Web master
, FL [EMAIL PROTECTED] 02/27/01 04:45PM unni I'm on Win2k sorry I should have provided that thnx Rob -Original Message- From: Web master [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 4:26 PM To: [EMAIL PROTECTED] Subject: Re: Question about

RE: Question about configuration

2001-02-27 Thread Stote, Robert
: Tuesday, February 27, 2001 5:26 PM To: [EMAIL PROTECTED] Subject: Re: Question about configuration I never used Win2K, but let us see, if i can help. First you down load everything fresh.(Tomcat and JDK) you have update two variable in your environment JAVA_HOME=c:\jdk1.3 TOMCAT_HOME=c

Re: Question about configuration

2001-02-27 Thread Web master
rom: Web master [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 4:26 PM To: [EMAIL PROTECTED] Subject: Re: Question about configuration Hi Stote, What OS are u using? If you are using Win'98 or Win NT, please let me know, I will try my level best to help you. -Unni

RE: Question about sessions

2001-02-16 Thread George McKInney
-Original Message- From: A Yang [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 3:05 PM To: [EMAIL PROTECTED] Subject: Question about sessions If I instantiate a javabean from a JSP: jsp:useBean id="myBean" class="com.mycorp.somebean" scope="session" jsp:setProperty

Re: Question W2k is supported for IIS-Tomcat?

2001-02-12 Thread Gallicus
Using the same information you have found in "Tomcat IIS How to" you will be able to perform the redirection between Tomcat and IIS 5 (Win 2k) with no problems. Performance seams to me to be the same as in IIS 4 configuration but if you have a dtabase (like Access) on the same machine, the

Re: Question about preference within classpath...

2001-02-08 Thread Peiqiang Han Bis
Charles, The jar which is in $TOMCAT_HOME\lib takes precedence, because it is in the system CLASSPATH. For TOMCAT 3.2, the order in which classes are loaded is that bootstrap - ext - system classpath (CLASSPATH environment variable) - custom classloader (WEB-INF\classes or WEB-INF\lib). hope

RE: question about load-on-startup

2001-02-05 Thread Michael Wentzel
I have a servlet which i want to load on startup. I have added the necessary line in thw web.xml file. This servlet reads a porperty file. I added this info as prams(name-value) in web.xml. However nothing seesms to be happening when i start tomcat. How do i check if the servlet has been

Re: Question

2001-01-29 Thread Lavallee Computer Consulting, Inc.
: Sunday, January 28, 2001 7:18 PM Subject: Re: Question "Lavallee Computer Consulting, Inc." wrote: Thank you in advance for any help you can provide. I am a java enterprise developer and develop generally on my standalone notebook where I use Jigsaw, Jav

Re: Question

2001-01-29 Thread Lavallee Computer Consulting, Inc.
and implementing Java enabled enterprise applications for your business. - Original Message - From: oliver2, andy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 28, 2001 8:46 PM Subject: RE: Question Suggestion: mysql and postgresql I believe both have windoze versions

Re: Question

2001-01-28 Thread Craig R. McClanahan
"Lavallee Computer Consulting, Inc." wrote: Thank you in advance for any help you can provide. I am a java enterprise developer and develop generally on my standalone notebook where I use Jigsaw, JavaWebServer and Apache/Tomcat. All work fine. My notebook used Windows 98 and my application

RE: Question

2001-01-28 Thread oliver2, andy
Suggestion: mysql and postgresql I believe both have windoze versions. They're both free too. -Original Message- From: Craig R. McClanahan To: [EMAIL PROTECTED] Sent: 1/28/01 7:18 PM Subject: Re: Question "Lavallee Computer Consulting, Inc." wrote: Thank you in advance fo

Re: Question about sessions..

2001-01-26 Thread Matt Goss
John, the getSession(false) only returns a session if it is not a new one (ie if request is from another page inside the application). getSession(true) always returns a session. Matt Goss "John Clark L. Naldoza" wrote: Hello All, Why is it that I am getting a session, even though I have set

Re: Question about sessions..

2001-01-26 Thread John Clark L. Naldoza
Matt Goss wrote: John, the getSession(false) only returns a session if it is not a new one (ie if request is from another page inside the application). getSession(true) always returns a session. Matt Goss "John Clark L. Naldoza" wrote: Thanks Matt, I am using getSession(false),

RE: Question regarding starting and shuting the tomcat server re motel y through a browser

2001-01-18 Thread Michael Wentzel
Create an Servlet that call getRuntime.exec( "/your_directory_to_tomcat/shutdown" ). Good luck! I believe this solution would work for shutdown but then your out of luck. I think you need a restart instead of shutdown cause once you run shutdown you're SOL cause the servlet will be stopped

RE: Question

2001-01-17 Thread G.Nagarajan
There are many free JDBC drivers. If you are looking for sql*server, there is www.freetds.org. -Original Message- From: Daniel Merchante [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 5:44 PM To: '[EMAIL PROTECTED]' Subject: Question Hi there: At this moment we are

RE: Question : thank you G.Nagarajan

2001-01-17 Thread Craig O'Brien
:07 AM To: [EMAIL PROTECTED] Subject: RE: Question There are many free JDBC drivers. If you are looking for sql*server, there is www.freetds.org. -Original Message- From: Daniel Merchante [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 5:44 PM To: '[EMAIL PROTECTED]' Subject

RE: Question

2001-01-15 Thread Hosahalli, RaghavendraX
goto "$tomcat_home$\conf" directory. "tomcat_hmoe" is the directory where you have tomcat. there exsists a file "server.xml". In your URL "source" is a context. to enalbe this you have to add a context called source. edit "server.xml" file and add an entry like this. Context

RE: Question about default servlet in Tomcat 3.2.1

2000-12-20 Thread Kitching Simon
Hi David, Tomcat 3.2.1 no longer reads the file $TOMCAT_HOME/conf/web.xml. It is a bit misleading that it is still in the distribution, but you can ignore anything in this file. Do you perhaps have something in *your* webapp's web.xml file that refers to DefaultServlet?? -Original

RE: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-12 Thread GOMEZ Henri
David Thompson wrote: What about the mod_jserv.so or whatever that connects Apache to Tomcat? dt it's now mod_jk.so..;-) There is two method to connect an apache server to tomcat : - mod_jserv which use ajp12 protocol (from Apache JServ) - mod_jk which could use ajp12 and also support

RE: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-12 Thread GOMEZ Henri
I am a linux newbie so this might be a stupid question but... I have linux 6.2 installed (using Redhat). I have Apache 1.3.14 running well. With mod_ssl ? I have JDK 1.3 installed and working. IBM or SUN ? Now to get to where I want to be, I want to get Tomcat 3.2 running with Apache. There

RE: Question about Linux install of Tomcat 3.2 (is there an RPM y et)

2000-12-12 Thread David Thompson
JWS on NT by day and am just trying out linux/apache/tomcat by night). take care, dt -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 1:49 AM To: [EMAIL PROTECTED] Subject: RE: Question about Linux install of Tomcat 3.2 (is there an RPM y et) I

Re: Question about Linux install of Tomcat 3.2 (is there an RPM y et)

2000-12-12 Thread Filip Hanik
-rule=SHARED_CHAIN \ --enable-module=so make make certificate TYPE=test make install - Original Message - From: "David Thompson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 12, 2000 2:21 PM Subject: RE: Question about Linux install of Tomcat 3.2 (is there a

Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread Filip Hanik
Tomcat is a pure Java application. there is a tar on the jakarta.apache.org website. just un-tar it and you are installed. so no need for an RPM since tomcat works of the relative directory structure. Filip - Original Message - From: "David Thompson" [EMAIL PROTECTED] To: [EMAIL

Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread John Clark L. Naldoza
David Thompson wrote: I am a linux newbie so this might be a stupid question but... I have linux 6.2 installed (using Redhat). I have Apache 1.3.14 running well. I have JDK 1.3 installed and working. Now to get to where I want to be, I want to get Tomcat 3.2 running with Apache. There are

RE: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread David Thompson
What about the mod_jserv.so or whatever that connects Apache to Tomcat? dt -Original Message- From: John Clark L. Naldoza [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 4:56 PM To: [EMAIL PROTECTED] Subject: Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet

Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread Jeff Turner
There's RPMs for Tomcat (and a lot of other Apache stuff) listed at http://rpmized.free.fr/ It's also indexed at http://rpmfind.net. Specifically, you can get tomcat at ftp://ftp.falsehope.com/home/gomez/tomcat/ Once you've installed the RPM, fix and run `/etc/rc.d/init.d/tomcat start`, point

<    1   2   3   4   5   6   >