AW: Tomcat Question

2002-07-23 Thread Ralph Einfeldt
Then define a dummy jsp and give it a try. If that doesn't work for 3.2 you have to upgrade to tomcat 4.x. -Ursprüngliche Nachricht- Von: Anthony Diodato [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 23. Juli 2002 16:46 An: 'Tomcat Users List' Betreff: RE: Tomcat Question Im

RE: Tomcat Question

2002-07-23 Thread Sullivan, Mark E
as far as i know, only classes in the WEB-INF/classes directory will be reloaded. -Original Message- From: Anthony Diodato [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 9:51 AM To: 'Tomcat Users List' Subject: RE: Tomcat Question They are class files. And they are located

RE: Tomcat Question

2002-07-23 Thread Nishant_Awasthi
) Subject: RE: Tomcat Question 07/23/2002 10:48 AM Please

Re: Tomcat Question

2002-07-23 Thread Craig R. McClanahan
On Tue, 23 Jul 2002, Anthony Diodato wrote: Im running Tomcat 3.2.4, is there a way to load recompiled classes without having to re-start Tomcat?? In theory, Tomcat 3.2.x knows how to automatically reload a webapp if a class in /WEB-INF/classes changes (it doesn't detect changes anywhere

Re: AW: Tomcat Question

2002-07-23 Thread Craig R. McClanahan
On Tue, 23 Jul 2002, Ralph Einfeldt wrote: Date: Tue, 23 Jul 2002 16:51:48 +0200 From: Ralph Einfeldt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: AW: Tomcat Question Then define a dummy jsp and give it a try

RE: AW: Tomcat Question

2002-07-23 Thread Anthony Diodato
Im in the process of upgrading to Tomcat 4.0.1 on a development machine now. Ill let you know how I make out. Thanks Tony -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 11:52 AM To: Tomcat Users List Subject: Re: AW: Tomcat Question

RE: tomcat question

2002-06-09 Thread James Ward
List Cc: Carlos Pizano Subject: Re: tomcat question This is very helpful. Seems to work quite well. I put in: BrowserMatch .* nokeepalive downgrade-1.0 force-response-1.0 which even works for telnet if you put a User-Agent header in there. Interestingly, we'd tried: Location

Re: tomcat question

2002-06-08 Thread Ben Cox
-Original Message- From: Carlos Pizano [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 5:04 PM To: [EMAIL PROTECTED] Subject: tomcat question Sorry to bother you, but I have searched a lot for this question... to no avail. How can I disable chunking

RE: tomcat question

2002-06-08 Thread James Ward
: Carlos Pizano Subject: Re: tomcat question Keith, et.al, Is there any way to do disable chunking on Tomcat 3.0? We are running a somewhat older application on it with jdk1.2.2, and Apache 1.3.12, on Red Hat Linux (kernel 2.4.17). We've ended up in a bit of a time crunch, need to get

Re: tomcat question

2002-06-08 Thread Ben Cox
. -James -Original Message- From: Ben Cox [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 08, 2002 3:24 PM To: Tomcat Users List Cc: Carlos Pizano Subject: Re: tomcat question Keith, et.al, Is there any way to do disable chunking on Tomcat 3.0? We are running a somewhat older

Details on IIS/Tomcat Question

2002-06-07 Thread Harlan Messinger
Hi, my colleague Chris got here before I had signed onto the group, but let me fill in some details about our attempt to get IIS to work with Tomcat. We want to do this because we have JSP files sharing directories with static HTML files, *and* we also have Cold Fusion files. This is Tomcat

RE: Details on IIS/Tomcat Question

2002-06-07 Thread Wagoner, Mark
I couldn't help noticing that the extension_uri in the Registry entry has isapi_redirect.dll instead of isapi_redirectOR.dll. I finally noticed that the instructions say to download the Tomcat 3.3 isapi_redirect.dll! Then why is there a file with a different name in the Tomcat 4.0.3 area,

RE: Details on IIS/Tomcat Question

2002-06-07 Thread Harlan Messinger
]] Sent: Friday, June 07, 2002 8:28 AM To: 'Tomcat Users List' Subject: RE: Details on IIS/Tomcat Question I couldn't help noticing that the extension_uri in the Registry entry has isapi_redirect.dll instead of isapi_redirectOR.dll. I finally noticed that the instructions say to download

RE: Servlet / Tomcat question

2002-06-07 Thread Jacob Kjome
: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 8:39 AM To: Tomcat Users List Subject: RE: Servlet / Tomcat question Howdy, If your web-application is called MyApp, and your servlet class is com.mycompany.myclass, you'd access it as http://myserver.mydomain:myport/MyApp

RE: Servlet / Tomcat question

2002-06-06 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Scott Seidl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:19 PM To: [EMAIL PROTECTED] Subject: Servlet / Tomcat question I'm stumped. I have a web application (term used loosely) which was created using Borland's JBuilder. The servlets

RE: tomcat question

2002-06-06 Thread Keith Wannamaker
the http10 connector instead. Keith -Original Message- From: Carlos Pizano [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 5:04 PM To: [EMAIL PROTECTED] Subject: tomcat question Sorry to bother you, but I have searched a lot for this question... to no avail. How can I

RE: Servlet / Tomcat question

2002-06-06 Thread Scott Seidl
saying that the requested resource is unavailable. Any ideas? Thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 8:39 AM To: Tomcat Users List Subject: RE: Servlet / Tomcat question Howdy, If your web-application is called MyApp

RE: Servlet / Tomcat question

2002-06-06 Thread Jacob Kjome
- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 8:39 AM To: Tomcat Users List Subject: RE: Servlet / Tomcat question Howdy, If your web-application is called MyApp, and your servlet class is com.mycompany.myclass, you'd access it as http://myserver.mydomain:myport/MyApp

Servlet / Tomcat question

2002-06-05 Thread Scott Seidl
I'm stumped. I have a web application (term used loosely) which was created using Borland's JBuilder. The servlets in this application worked fine when I ran them in JBuilder and accessed them locally. I now want to place them on an Apache Tomcat web server. I can compile and deploy the code

Re: Servlet / Tomcat question

2002-06-05 Thread Adrian
place the classes in webapp/myapp/WEB-INF/classes/ then you would call them with http://127.0.0.1:80/myapp/servlet/name_of_servlet - Original Message - From: Scott Seidl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 9:19 PM Subject: Servlet / Tomcat question

apache+tomcat question

2002-04-30 Thread Eduardo Gargiulo
Hi all. I'm newbie to tomcat. I'm running apache 1.3.24 and tomcat 4.0.3. I could connect tomcat using port 8180 (default debian install) but i don't know how to access examples context using port 80. How should i configure apache and tomcat to do that? (i'm using mod_jk). What documents (for

Apache-Tomcat question

2002-03-28 Thread Paul Sanwald
hey everyone, I'm working on integrating Tomcat v3.3a with Apache v1.3.23 on RedHat 7 and running into some problems I haven't had in the past. On this machine, I have successfully built mod_jk and and generated the mod_jk.conf. also I have edited the workers.properties file to use my system

Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread jreid
Hi, I've recently downloaded and installed Tomcat 4.0.1 onto my Apache webserver and everything seemed to be working ok for a week or so... However, the problem now is that Tomcat appears to have died on me! Whenver I try to view http://www.dpt-ltd.co.uk:8180/index.html then nothing

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread Brian Adams
Look in the logs directory and tell us what is happening. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 6:17 AM To: [EMAIL PROTECTED] Subject: Stupid Tomcat Question (NEWBIE!) Hi, I've recently downloaded and installed Tomcat

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread jreid
respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] cc:(bcc: James Reid/DPT-LTD) Subject: RE: Stupid Tomcat Question (NEWBIE!) Look in the logs directory and tell us what is happening. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread Brian Adams
: Stupid Tomcat Question (NEWBIE!) The following files all appear under my var/tomcat4/logs directory. Which file(s) are of interest.? catalina_log.2002-01-18.txt www.dpt-ltd.co.uk_access_log.2002-02-22.txt catalina_log.2002-02-07.txt www.dpt-ltd.co.uk_examples_log.2002-01-18.txt catalina_log.2002

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread jreid
:29:50 Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] cc:(bcc: James Reid/DPT-LTD) Subject: RE: Stupid Tomcat Question (NEWBIE!) freaken look at them! This ain't yo mommas listserve! delete them all start it once then see what files

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread Victor Martinez
el: lunes, 25 de febrero de 2002 13:54 Para: Tomcat Users List Asunto: RE: Stupid Tomcat Question (NEWBIE!) Thanks for your words of encouragement. I've deleted all the files and restarted the service, and the following appears in catalina.out. Does it give any clues, and what do I do

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread Brian Adams
(Bound). B -- means that the address is already in use -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 6:54 AM To: Tomcat Users List Subject: RE: Stupid Tomcat Question (NEWBIE!) Thanks for your words of encouragement. I've

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread August Detlefsen
: Tomcat Users List Asunto: RE: Stupid Tomcat Question (NEWBIE!) Thanks for your words of encouragement. I've deleted all the files and restarted the service, and the following appears in catalina.out. Does it give any clues, and what do I do to resolve the problem? Catalina.start

multiple instance of tomcat question

2002-02-20 Thread Xie, David (IPCG-NJ)
Hi all, Quick question. Would anyone please tell me where I can find instructions for setting up mulitple instances of Jakarta Tomcat 4.0? I appreciate your help. thanks, David -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

RE: multiple instance of tomcat question

2002-02-20 Thread Ricky Leung
instance of tomcat question Hi all, Quick question. Would anyone please tell me where I can find instructions for setting up mulitple instances of Jakarta Tomcat 4.0? I appreciate your help. thanks, David -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: multiple instance of tomcat question

2002-02-20 Thread Xie, David (IPCG-NJ)
thanks for the info. -Original Message- From: Ricky Leung [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 4:02 PM To: Tomcat Users List Subject: RE: multiple instance of tomcat question http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt Look under 4) Advanced

tomcat question

2002-01-24 Thread Andrea Mari
Hi, if in a jsp file i Use a response.sendRedirect(), the path of servername becomes http://hostname:0/context/ What's up? Andrea -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Tomcat question!

2001-07-31 Thread Gustavo Mejia
Hello everyone, I need to evaluate Tomcat, but I can't find the characteristics of this, like, how manage the memory ?, max number of users connected, .. ? things like these, do you know wher I can find them ? Thanks a lot ! -- Gustavo Mejía Mora INFOTEC Tel: 5624 28 00 Ext: 253

Simple (I think) Running Tomcat Question

2001-07-25 Thread Jeffrey Worst
I believe I now have Tomcat running successfully. But... After starting Tomcat I get the following screen: 01-07-25 11:37:26 - ContextManager: Adding context Ctx( ) 01-07-25 11:37:26 - ContextManager: Adding context Ctx( /test ) 01-07-25 11:37:29 - PoolTcpConnector: Starting

RE: Simple (I think) Running Tomcat Question

2001-07-25 Thread zze-messager FTM balr002
- De : Jeffrey Worst [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 25 juillet 2001 17:54 À : [EMAIL PROTECTED] Objet : Simple (I think) Running Tomcat Question I believe I now have Tomcat running successfully. But... After starting Tomcat I get the following screen: 01-07-25 11:37:26

Re: Simple (I think) Running Tomcat Question

2001-07-25 Thread Matt Read
Hello World is a servlet, not an applet - a world of difference. Exactly how are you trying to run it? Matt. - Original Message - From: Jeffrey Worst [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 25 July 2001 16:54 Subject: Simple (I think) Running Tomcat Question I believe I now

Re: Simple (I think) Running Tomcat Question

2001-07-25 Thread Jeffrey Worst
Question Hello World is a servlet, not an applet - a world of difference. Exactly how are you trying to run it? Matt. - Original Message - From: Jeffrey Worst [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 25 July 2001 16:54 Subject: Simple (I think) Running Tomcat Question I

newbie tomcat question

2001-04-23 Thread Eric Kaplan
I'm trying to run tomcat under Windows. Two problems. 1. When I follow the instructions and run the start script, I get The system cannot find the batch label specified - startServer So, I hacked the script, but when I go to run I get: 2. Starting tomcat in new window Using classpath:

Re: newbie tomcat question

2001-04-23 Thread Ivan
: newbie tomcat question I'm trying to run tomcat under Windows. Two problems. 1. When I follow the instructions and run the start script, I get The system cannot find the batch label specified - startServer So, I hacked the script, but when I go to run I get: 2. Starting tomcat in new

Tomcat question about Cocoon

2001-03-16 Thread Martin Mauri
Hi users: How can I configure Cocoon to work with Tomcat-Apache configuration? I mean, in which .conf file do I have to place the Cocoon reference? thanks in advance. Lic. Martin O. MauriProfesion + Auge A.F.J.PParana 666 - Cap. Federal[EMAIL PROTECTED]www.profesi.com.ar

Re: Tomcat question about Cocoon

2001-03-16 Thread Arnaud Vandyck
Martin Mauri wrote: Hi users: How can I configure Cocoon to work with Tomcat-Apache configuration? I mean, in which .conf file do I have to place the Cocoon reference? make a webapps/cocoon directory, then a webapps/cocoon/WEB-INF and then modify your webapps/cocoon/WEB-INF/web.xml file.

Re: quick Tomcat question

2001-02-05 Thread William Brogden
R N Mukherjee wrote: SUB: is TOMCAT is a JSP ENGINE + SERVELET ENGINE or ONLY A JSP ENGINE.?? If it is JSP + Servelets then why we have to run JSDK for testing the JSP files.? You should totally remove all traces of JSDK library from your system because the jsdk.jar library

RE: quick Tomcat question

2001-02-05 Thread Xavier
: R N Mukherjee [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 8:12 AM To: [EMAIL PROTECTED] Subject: quick Tomcat question SUB: is TOMCAT is a JSP ENGINE + SERVELET ENGINE or ONLY A JSP ENGINE.?? If it is JSP + Servelets then why we have to run JSDK for testing the JSP files

quick Tomcat question

2001-02-04 Thread R N Mukherjee
SUB: is TOMCAT is a JSP ENGINE + SERVELET ENGINE or ONLY A JSP ENGINE.?? If it is JSP + Servelets then why we have to run JSDK for testing the JSP files.? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: quick Tomcat question

2001-02-02 Thread hische
-2001 00:35:55 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: quick Tomcat question I have a site in Tomcat, I have no need for Apache as ALL of the pages are dynamic via JSP, servlets, whatever. At any rate, I need to have an acce

quick Tomcat question

2001-02-01 Thread Billford
I have a site in Tomcat, I have no need for Apache as ALL of the pages are dynamic via JSP, servlets, whatever. At any rate, I need to have an access_log type file to log access to the site. I'd like to be able to do this without installing Apache and the connectors. Does anyone know how to

newbie [apache/tomcat] question: what does AJP stand for?

2001-01-23 Thread sharkis j avatar
howdy, i found a lot of info on ajpv12 vs ajpv13, for example, but nothing that explains the protocol in depth (including what it stands for). since it seems like the servlet container (e.g. tomcat) talks to the webserver adapter (e.g. mod_jk or mod_jserv) via ajp12 or ajp13 [and then the

Re: newbie [apache/tomcat] question: what does AJP stand for?

2001-01-23 Thread Filip Hanik
PM Subject: newbie [apache/tomcat] question: what does "AJP" stand for? howdy, i found a lot of info on ajpv12 vs ajpv13, for example, but nothing that explains the protocol in depth (including what it stands for). since it seems like the servlet container (e.g. tomcat) talks to the we

TOMCAT Question

2001-01-03 Thread Lin Gan
Hi, I try to run Servlet from TOMCAT, but it has error. Please give me some help! The Servlet is to access Oracle DB. V8i. from the Travel DB that I download from Oracle site. I use Jdeveloper 3.1.1.2 to create this project. It compiles and runs fine in Jdeveloper. When I try to deploy it to

Re: Configuring Tomcat question

2000-11-16 Thread Marco van Meegen
actually I tried that for my application under NT and added an absolute path for the context. The problem with Tomcat 3.1 is, that it searches the web.xml file for the context under TOMCAT_HOME/webapps/MY_ABSOLUTE_WEB_APP_PATH but serves the files correctly from the given

<    1   2