Re: no-cache where to set?

2002-08-01 Thread peter lin
wrote: pardon my naivete', but where do i set pages for 'no-cache'? i hope it's not just a browser setting... unknown number of browsers to set. - Original Message - From: peter lin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 26, 2002 1:31 PM

RE: Urgent: Where can I get a full document on install, config and set Tomcat on redhat Linux?

2002-08-01 Thread Turner, John
: Urgent: Where can I get a full document on install, config and set Tomcat on redhat Linux? Thx John, I've followed the instruction, but to the tomcat starting, I haven't found the startup.sh there, once again, I am now using redhat linux. in the tomcat4/bin , I can only find bootstrap.jar there. So

Urgent: Where can I get a full document on install, config and set Tomcat on redhat Linux?

2002-07-31 Thread Prudence Leung
Hi, all, Can anyone tell me Where can I get a full docuement on install,config and set Tomcat4.0.4 on redhat linux 7.2!! Many Thanks!!! Prudence -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Urgent: Where can I get a full document on install, config and set Tomcat on redhat Linux?

2002-07-31 Thread Turner, John
: Where can I get a full document on install, config and set Tomcat on redhat Linux? Hi, all, Can anyone tell me Where can I get a full docuement on install,config and set Tomcat4.0.4 on redhat linux 7.2!! Many Thanks!!! Prudence -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

no-cache where to set?

2002-07-31 Thread slickdev
pardon my naivete', but where do i set pages for 'no-cache'? i hope it's not just a browser setting... unknown number of browsers to set. - Original Message - From: peter lin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 26, 2002 1:31 PM Subject: Re: Can

RE: no-cache where to set?

2002-07-31 Thread Durham David Cntr 805CSS/SCBE
this should work with all http1.1 compatible browsers: response.setHeader(Cache-Control, no-cache); Dave -Original Message- From: slickdev [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 4:27 PM To: Tomcat Users List Subject: no-cache where to set? pardon my

Re: Urgent: Where can I get a full document on install, config and set Tomcat on redhat Linux?

2002-07-31 Thread Prudence Leung
, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 7:51 PM Subject: RE: Urgent: Where can I get a full document on install, config and set Tomcat on redhat Linux? The Tomcat website is usually a good place to check: http://jakarta.apache.org/tomcat

RE: where do unpackedWARs get unpacked?

2002-07-26 Thread Shapira, Yoav
Howdy, It's more likely to be the webapps directory itself. So if you have webapps/MyApp.war when you run you will have webapps/MyApp.war and webapps/MyApp/[expanded WAR]. That said: if you deploy in a WAR, you should not make assumptions about how/where it will be unpacked. I'm assuming you

help: where must I locate my custom WebAppClassLoader

2002-07-22 Thread Gattaz, Olivier
ER.jar Where must I store my custom WebAppClassLoader classe ? I also tried to put them in $CATALINA_HOME/common/lib/X3CLASSLOADER.jar but it does'nt work. My context: - W2000 SP2 - Apache httpd 2.0.39 + Mod_jk - Sun JDK 1.3.1_03 - Tomcat 4.0.4 - set CATALINA_LOG=D:\Adonix\X3Web\data

Where is the MOD_JK 2 bin or src for Linux...cannot find it on jakarta.apache.org!!

2002-07-12 Thread Allistair Crossley
Where is the MOD_JK 2 bin or src for Linux...cannot find it on jakarta.apache.org!! All the folders in jakarta-tomcat-connectors are empty for JK2 Allistair Crossley Lead Technical Developer Obvious Solutions (Global) Ltd. “Delivering the vision for a mobile lifestyle

RE: Where is WARP connector

2002-07-12 Thread Milt Epstein
of it, the tomcat side, comes with the tomcat distrib (and is done in Java). Nance, Michael [EMAIL PROTECTED] on 07/11/2002 10:10:29 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Where is WARP connector John

Where do serialized Objects go?

2002-07-12 Thread August Detlefsen
If I reload a context using the manager, Objects in my session get serialized -but where do they go? Are they actually written somewhere or only stored in memory? Do Objects get serialized when you do a full Tomcat restart? If so, where? Is there any chance that an Object could survive a full

Re: Where do serialized Objects go?

2002-07-12 Thread Craig R. McClanahan
On Fri, 12 Jul 2002, August Detlefsen wrote: Date: Fri, 12 Jul 2002 18:31:01 -0700 (PDT) From: August Detlefsen [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Where do serialized Objects go? If I

Re: Where do serialized Objects go?

2002-07-12 Thread August Detlefsen
[EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Where do serialized Objects go? If I reload a context using the manager, Objects in my session get serialized -but where do they go? They get

RE: Where should native DLL be located

2002-07-11 Thread andre . powroznik
[mailto:[EMAIL PROTECTED]] Sent: 09 July 2002 23:52 To: Tomcat User Subject: Where should native DLL be located Hi, In my project, I need to use a native DLL. Where should I put the DLL? The wraper class of the native class is packaged say com.abc.proj. I put the DLL in the WEB-INF\classes

Where is WARP connector

2002-07-11 Thread Nance, Michael
Sorry if this is covered in a FAQ but I searched and could not find anything Where can I download a copy of the Warp connector for Unix or is coyote a better replacement ? If so is it a release version or is there a better version that has been released? Thanks in advance -- To unsubscribe

RE: Where is WARP connector

2002-07-11 Thread Turner, John
To: '[EMAIL PROTECTED]' Subject: Where is WARP connector Sorry if this is covered in a FAQ but I searched and could not find anything Where can I download a copy of the Warp connector for Unix or is coyote a better replacement ? If so is it a release version or is there a better version that has been

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
John, Thanks for the response. But this is where I am getting lost. 2 questions: Is webapp basically Warp (My boss is asking for Warp - why I don't know) And unless I am missing it I don't see a link to download the connector Thanks Mike -Original Message- From: Turner, John [mailto

AW: Where is WARP connector

2002-07-11 Thread Ralph Einfeldt
[mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 11. Juli 2002 16:59 An: 'Tomcat Users List' Betreff: RE: Where is WARP connector are using tomcat stand-alone, than the other connectors may be better choices (mod_webapp, mod_jk2, etc). -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
Additional note we are running Tomcat with Weblogic and Apache on Unix Boxes in a clusted environment Thanks again to everyone Mike -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:10 AM To: 'Tomcat Users List' Subject: RE: Where is WARP

RE: Where is WARP connector

2002-07-11 Thread rsequeira
mod_webapp is the module that implements WARP. RS Nance, Michael [EMAIL PROTECTED] on 07/11/2002 10:10:29 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Where is WARP connector John, Thanks for the response

RE: Where is WARP connector

2002-07-11 Thread Turner, John
DUH! Sorry about that, I wasn't thinking. Thanks for the correction. John Turner [EMAIL PROTECTED] -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:11 AM To: Tomcat Users List Subject: AW: Where is WARP connector mod_webapp

RE: Where is WARP connector

2002-07-11 Thread Turner, John
AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector John, Thanks for the response. But this is where I am getting lost. 2 questions: Is webapp basically Warp (My boss is asking for Warp - why I don't know) And unless I am missing it I don't see a link to download the connector

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
I have been to those sites in the /bin dir for solaris6 and solaris8 are empty -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:17 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector The master download URL is here: http

RE: Where is WARP connector

2002-07-11 Thread Turner, John
PROTECTED]] Sent: Thursday, July 11, 2002 11:10 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector John, Thanks for the response. But this is where I am getting lost. 2 questions: Is webapp basically Warp (My boss is asking for Warp - why I don't know) And unless I am missing it I

RE: Where is WARP connector

2002-07-11 Thread Turner, John
and Solaris 8. Is this correct? John Turner [EMAIL PROTECTED] -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:20 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector I have been to those sites in the /bin dir for solaris6

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
. again thanks for your patience -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:22 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector OK, not to be a jerk, but it would help if you would explain what you've done and what you

Re: Where is WARP connector

2002-07-11 Thread Eddie Bush
+---+--++ | Connector | Load-Balancing | Serves Dynamic Content Only | +---+--++ | warp| No | No

RE: Where is WARP connector

2002-07-11 Thread Turner, John
]] Sent: Thursday, July 11, 2002 11:26 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector Yes I am looking for the Binary build Sorry I should have been more specific - your not being a jerk. Or is the file in the src what I need instead? But from what your saying it seems like mod_jk

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
Thanks Eddie and John. Your patience and help is much appreciated. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:49 AM To: Tomcat Users List Subject: Re: Where is WARP connector

Where to place XML Schemas in Tomcat?

2002-07-10 Thread Dr. Edward R. Jones
Hi, I need to read .xsd (schemas) for xerces validation under tomcat. How do I get tomcat to look for them in a directory like WEB-INF/schemas ? Currently, tomcat is looking for them in the root of the main drive (under windows 2K professional). Thanks for your help - edwardJones --

RE: Where to place XML Schemas in Tomcat?

2002-07-10 Thread Andrew Conrad
: Wednesday, July 10, 2002 4:26 AM To: [EMAIL PROTECTED] Subject: Where to place XML Schemas in Tomcat? Hi, I need to read .xsd (schemas) for xerces validation under tomcat. How do I get tomcat to look for them in a directory like WEB-INF/schemas ? Currently, tomcat is looking for them in the root

RE: Where to place XML Schemas in Tomcat?

2002-07-10 Thread Dr. Edward R. Jones
:26 AM To: [EMAIL PROTECTED] Subject: Where to place XML Schemas in Tomcat? Hi, I need to read .xsd (schemas) for xerces validation under tomcat. How do I get tomcat to look for them in a directory like WEB-INF/schemas ? Currently, tomcat is looking for them in the root of the main

RE: Where to place .jars

2002-07-10 Thread Shapira, Yoav
]] Sent: Tuesday, July 09, 2002 5:46 PM To: '[EMAIL PROTECTED]' Subject: Where to place .jars Hi, I'm runing Tomcat 4.0.4 and have a problem once I place 3-rd party .jars into CLASSLOADER path. These are Sybase EAServer jars. It appears that these jars contain the same classes as found in tomcat. So

RE: Where to place .jars

2002-07-10 Thread Gunter D'Hondt
, Yoav Sent: woensdag 10 juli 2002 14:31 To: Tomcat Users List Subject: RE: Where to place .jars Howdy, You may have to unpack your 3rd party jars, and repack them with only the classes you want. This is a sucky (official technical term) situation, as one shouldn't fuss around with 3rd party jars

RE: Where to place XML Schemas in Tomcat?

2002-07-10 Thread Jacob Kjome
-INF folder. I would just create a new folder in the root of your app and reference them absolutely /Schemas - Andrew -Original Message- From: Dr. Edward R. Jones [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:26 AM To: [EMAIL PROTECTED] Subject: Where

RE: Where to place .jars

2002-07-10 Thread andre . powroznik
: I'm not selling anything. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: 10 July 2002 14:31 To: Tomcat Users List Subject: RE: Where to place .jars Howdy, You may have to unpack your 3rd party jars, and repack them with only the classes you want. This is a sucky

Where can I find compiled mod_webapp.so for Windows?

2002-07-09 Thread @Basebeans.com
Subject: Where can I find compiled mod_webapp.so for Windows? From: Christopher Cheng [EMAIL PROTECTED] === I was only able to get the source. Where can I find the latest version of mod_webapp.so for Windows? (I do not have a Windows C compiler installed) -- To unsubscribe, e-mail: mailto

Where to place .jars

2002-07-09 Thread Makota, Tarik
Hi, I'm runing Tomcat 4.0.4 and have a problem once I place 3-rd party .jars into CLASSLOADER path. These are Sybase EAServer jars. It appears that these jars contain the same classes as found in tomcat. So depending on where I place these jars i get varios messages xmlParser, null object etc. I

RE: Where to place .jars

2002-07-09 Thread Durham David Cntr 805CSS/SCBE
put in %CATALINA_HOME%\common\lib or WEB-INF\lib of your app -Original Message- From: Makota, Tarik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 4:46 PM To: '[EMAIL PROTECTED]' Subject: Where to place .jars Hi, I'm runing Tomcat 4.0.4 and have a problem once I place 3-rd

RE: Where to place .jars

2002-07-09 Thread Durham David Cntr 805CSS/SCBE
Sorry didn't read the whole thing. Unjar the 3rd party stuff and remove the offending packages/classes. -Original Message- From: Durham David Cntr 805CSS/SCBE Sent: Tuesday, July 09, 2002 4:48 PM To: Tomcat Users List Subject: RE: Where to place .jars put in %CATALINA_HOME%\common

Where should native DLL be located

2002-07-09 Thread Chiming Huang
Hi, In my project, I need to use a native DLL. Where should I put the DLL? The wraper class of the native class is packaged say com.abc.proj. I put the DLL in the WEB-INF\classes\com\abc\proj. The DLL seems can't be found. My system is Win2000, Tomcat 4.0.3 Thanks. Chiming

where to put servlet

2002-07-05 Thread Peter Choe
is there a place where i can put a servlet in tomcat that can be used by any web application? not just limiting the servlet to be used in a single directory. Peter Choe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DBCP -- where?

2002-07-05 Thread Steve Ahlstrom
Ok, I'm dense ... where can I get the commons-dbcp.jar ? -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 9:41 PM To: Tomcat Users List Subject: Tomcat-4.1.6 and DBCP issue? Hi, I'm just checking to confirm whether others that used DBCP

Re: DBCP -- where?

2002-07-05 Thread Craig R. McClanahan
On Fri, 5 Jul 2002, Steve Ahlstrom wrote: Date: Fri, 5 Jul 2002 16:09:29 -0600 From: Steve Ahlstrom [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: DBCP -- where? Ok, I'm dense ... where can I get

RE: Where can I find SCO binaries for Tomcat

2002-07-03 Thread will
List Subject: Re: Where can I find SCO binaries for Tomcat Are you talking about Tomcat itself ? Tomcat is a java binary cross platform and all that. I run the same version of Tomcat on Win98, Gentoo Linux, and Windows. As for connectors, you can always role your own. If you have trouble

RE: Where can I find SCO binaries for Tomcat

2002-07-03 Thread Martin van den Bemt
with apache or something? Sorry about all the questions, I am just trying to get a handle on Tomcat. Regards, Wm. -Original Message- From: Adrian [mailto:[EMAIL PROTECTED]] Sent: 03 July 2002 01:50 To: Tomcat Users List Subject: Re: Where can I find SCO binaries for Tomcat

Re: Where can I find SCO binaries for Tomcat

2002-07-03 Thread Yoav
- Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, July 03, 2002 11:54 AM Subject: RE: Where can I find SCO binaries for Tomcat The binary releases are equal.. Omly for windows there is a nice installer

Re: Where can I find SCO binaries for Tomcat

2002-07-03 Thread Martin van den Bemt
PROTECTED] Sent: Wednesday, July 03, 2002 11:54 AM Subject: RE: Where can I find SCO binaries for Tomcat The binary releases are equal.. Omly for windows there is a nice installer. The apache - tomcat connectors however are platform specific (best to build it yourself..) Have you

Where to place pjaf files?

2002-07-02 Thread Mats Palats
When using pja with tomcat, where should I place the pjaf files (the fonts). Should they just be in a system path or some special directory inside the tomcat tree. //Mats _ På MSN hittar du det roliga, intressanta och användbara

Where can I find SCO binaries for Tomcat

2002-07-02 Thread will
Hi, I have been using tomcat for a little while now, on Linux and Win2K and love it to bits. I have a need to run it on a SCO Openserver box, and I have been trying to locate some binaries for it. I checked the archives and found some references to a 3.0.3 binary, but was unable to locate it.

Re: Where can I find SCO binaries for Tomcat

2002-07-02 Thread Adrian
, and can probably help. Adrian - Original Message - From: will [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 7:22 AM Subject: Where can I find SCO binaries for Tomcat Hi, I have been using tomcat for a little while now, on Linux and Win2K and love it to bits. I have

RE: Where can I find SCO binaries for Tomcat

2002-07-02 Thread Mike Jackson
installed (freefonts comes to mind). Good luck. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: will [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:22 AM To: '[EMAIL PROTECTED]' Subject: Where can I find SCO binaries for Tomcat Hi, I have been using

Re: Where can I find SCO binaries for Tomcat

2002-07-02 Thread Nikola Milutinovic
I have been using tomcat for a little while now, on Linux and Win2K and love it to bits. I have a need to run it on a SCO Openserver box, and I have been trying to locate some binaries for it. Tomcat is a pure Java application, so go to jakarta.apache.org and download the (general

[Offtopic] Setting the directory where IO occurs in a servlet?

2002-06-30 Thread Roger L. Costello
Hi Folks, I have a servlet, running in Tomcat 4.0.3, which reads in files and writes files. Currently it does the reading and writing to the folder where Tomcat was started. I would like to have control over where the servlet reads and writes. My plan for controlling where IO occurs

Re: [Offtopic] Setting the directory where IO occurs in a servlet?

2002-06-30 Thread Jacob Kjome
first of all, if WEB-INF/files is where you *always* want to write stuff, why not do something more portable like this: servlet servlet-nameparts/servlet-name servlet-classPartsDepotServlet/servlet-class init-param param-namephysicalFilePath/param-name

Re: Where are post 4.1.3 versions?

2002-06-27 Thread Remy Maucherat
Hello, I was hoping to get TC 4.1.4, which I saw was mentioned in some files in the distribution. However, I cannot find it anywhere. I looked at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/ There I found only TC 4.1.5 Alpha in the test directory, and versions 4.1.3 and

Re: Re: Where are post 4.1.3 versions?

2002-06-27 Thread otisg
Thanks! Any idea why 'manager' webapps sources are missing from the source TC dist (4.1.3 at least)? Are they going to be there in 4.1.5? Thanks, Otis On Thu, 27 Jun 2002, Remy Maucherat ([EMAIL PROTECTED]) wrote: Hello, I was hoping to get TC 4.1.4, which I saw was mentioned

RE: Where is the log file

2002-06-27 Thread Jerry Jennings
, If you have a Logger element defined in your context, that's where it'll go. And it works up the hierarchy from there, so if you have a Logger in your Host and not in Context, it'll go to the Host. Next up is the Engine log (which would be my guess for your case), which is at $CATALINA_HOME/logs

RE: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Brian Bernardo
the JVM used more of the physical memory the machine has (4gb) and less swap. Brian -Original Message- From: bob McLaughlin To: [EMAIL PROTECTED] Sent: 6/24/2002 2:10 PM Subject: -Xmx/-Xms Parameters, Where do they go??? The tomcat users guide states, that to improve performance, more

RE: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Jack Li
How and where to set -server? Thanks, Jack Li -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 5:18 PM To: Tomcat Users List Subject: Re: -Xmx/-Xms Parameters, Where do they go??? I've added a line in my tomcat.sh that sets the TOMCAT_OPTS

RE: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Shapira, Yoav
To: 'Tomcat Users List' Subject: RE: -Xmx/-Xms Parameters, Where do they go??? How and where to set -server? Thanks, Jack Li -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 5:18 PM To: Tomcat Users List Subject: Re: -Xmx/-Xms Parameters, Where do

AW: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Ralph Einfeldt
List' Betreff: RE: -Xmx/-Xms Parameters, Where do they go??? How and where to set -server? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Ralph Einfeldt
Nachricht- Von: Ralph Einfeldt Gesendet: Dienstag, 25. Juni 2002 14:15 An: Tomcat Users List Betreff: AW: -Xmx/-Xms Parameters, Where do they go??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: server.xml DTD - where can I find it ?

2002-06-25 Thread Mykola A. Nickishov
DTD - where can I find it ? Hi, does anyone know where I can find the DTD for server.xml ? The official copy is in the servlet specification, which you can download at: http://java.sun.com/products/servlet/download.html For Tomcat 4, there is a copy of all the relevant DTDs

RE: server.xml DTD - where can I find it ?

2002-06-25 Thread Ricky Leung
server.xml doesn't have a DTD, the web.xml's DTD is what that email was about. -Original Message- From: Mykola A. Nickishov [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 1:14 PM To: Tomcat Users List Subject: Re: server.xml DTD - where can I find it ? Craig R

Where is the log file

2002-06-24 Thread Jerry Jennings
Where dose the output to ServletContect.log go? There are so many log. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Where is the log file

2002-06-24 Thread Shapira, Yoav
Howdy, If you have a Logger element defined in your context, that's where it'll go. And it works up the hierarchy from there, so if you have a Logger in your Host and not in Context, it'll go to the Host. Next up is the Engine log (which would be my guess for your case), which

-Xmx/-Xms Parameters, Where do they go???

2002-06-24 Thread bob McLaughlin
, in loaded sites, giving more memory to the JVM improves Tomcat's performance. You should use command line parameters such as -Xms/-Xmx/-ms/-mx to set the minimum/maximum size of the Java heap (and check to see if the performance was improved). QUESTION: Where does this command go? I assume

Re: -Xmx/-Xms Parameters, Where do they go???

2002-06-24 Thread Larry Meadors
You could modify the scripts, or set an environment variable called CATALINA_OPTS on 4.X or TOMCAT_OPTS if you are still using 3.x with those settings. Those vars are referenced in the scripts too. Larry [EMAIL PROTECTED] 06/24/02 15:12 PM The tomcat users guide states, that to improve

Re: -Xmx/-Xms Parameters, Where do they go???

2002-06-24 Thread David Kavanagh
use command line parameters such as -Xms/-Xmx/-ms/-mx to set the minimum/maximum size of the Java heap (and check to see if the performance was improved). QUESTION: Where does this command go? I assume the tomcat.sh or the startup.sh, but in which part of which one? Anyone doing this? Bob

Distribution Policy? Where did the RPMs go?

2002-06-21 Thread Eddie Bush
Note: This is a slightly reworded posting from yesterday. I got no response, and really wanted one. I'm reposting because I'm assuming nobody that knew saw it - and that it's so far down in the stack now they will not see it. Hi - just curious if there would be no more RPM distributions past

RE: Distribution Policy? Where did the RPMs go?

2002-06-21 Thread Jason Corley
Subject: Distribution Policy? Where did the RPMs go? Note: This is a slightly reworded posting from yesterday. I got no response, and really wanted one. I'm reposting because I'm assuming nobody that knew saw it - and that it's so far down in the stack now they will not see it. Hi - just curious

RE: Distribution Policy? Where did the RPMs go?

2002-06-21 Thread GOMEZ Henri
expected -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 12:01 PM To: Tomcat Users Mailing List Subject: Distribution Policy? Where did the RPMs go? Note: This is a slightly reworded posting from yesterday. I got no response, and really wanted one

Re: Distribution Policy? Where did the RPMs go?

2002-06-21 Thread Eddie Bush
PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, June 21, 2002 11:38 AM Subject: RE: Distribution Policy? Where did the RPMs go? I'm working on tomcat 4.0.4 rpms, which need much more externals rpms (many from commons). That's why it take a little more times than expected -- To unsubscribe, e-mail

Where do you put servlets and how do you get them to run?

2002-06-21 Thread Jesse Schingen
I am doing a project for my univeristy using Tomcat 4 under Linux. I am using Java Servlets and I am very confused as to where to put the servlets and how to get them to run in a browser. I know it has to do something with the WEB-INF folder and the web.xml page inside of that folder. I also know

RE: Where do you put servlets and how do you get them to run?

2002-06-21 Thread Shapira, Yoav
Howdy, One URL for you: http://pdf.coreservlets.com/ That's a good start. ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Jesse Schingen [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 3:51 PM To: Tomcat Users List Subject: Where do you put servlets and how

Re: Where do you put servlets and how do you get them to run?

2002-06-21 Thread chad kellerman
Jesse, Try http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html that will explain everything. chad On Fri June 21 2002 3:51 pm, Jesse Schingen wrote: I am doing a project for my univeristy using Tomcat 4 under Linux. I am using Java Servlets and I am very confused as to where to put

where would on find documentation on how to configure apache2 to work with tomcat4?

2002-06-15 Thread ken grondell
I would specifically like to find where I should down load the proper warp connector module for apache, how to configure both servers ect.. on a window OS Thank You in advance for any help you can provide -Ken

Where is workers.properties???

2002-06-13 Thread Luca Zancan
directories under $CATALINA_HOME/conf, called auto and jk. In $CATALINA_HOME/conf/auto I find the file mod_jk.conf (correct: I'll use it in an include statement in my httpd.conf later...) But the $CATALINA_HOME/conf/jk directory is empty. My question is: where is the workers.properties file

Re: Where is workers.properties???

2002-06-13 Thread zibie
My question is: where is the workers.properties file??? Is it not generated automatically??? I've downloaded a binary version of mod_jk (mod_jk-01.so) and therefore I've not compiled it: I've simply copied it in /usr/local/apache/libexec/mod_jk.so... AFAIK workers.properties is not create

Re: Where is workers.properties???

2002-06-13 Thread Luca Zancan
Thank you very much, I've downloaded jakarta-tomcat-connectors...src.tar.gz and now I'll try to setup it. (first I'll read all the documentation I've found in the jk/doc subdiretory) Thanks again. Luca zibie wrote: My question is: where is the workers.properties file

Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Gearoid Coughlan
Hi, Drop the driver into $TOMCAT_HOME/common/lib then all apps will be able to use it. --g On Sunday 19 May 2002 18:07, you wrote: I have problems making Tomcat find the jdbcdriver which i downloaded from Oracle. I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed it

Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Tore Skogly
mandag 20. mai 2002, 03:18, skrev Jack Hermanto: Put it on - $TOMCAT_HOME/server/lib if you need the JDBC available only for tomcat server. - $TOMCAT_HOME/common/lib if you need JDBC available for both server and application. Notes: Tomcat class loader only recognize .jar file,

Where do I put the oracle jdbc driver?

2002-05-19 Thread Tore Skogly
I have problems making Tomcat find the jdbcdriver which i downloaded from Oracle. I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed it classes12.jar. In /etc/profile I have added: CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/classes12.jar; export CLASSPATH My system config is:

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Felipe R. Lorenzo VI
To use it on a single Web Application, try: WEB-INF/lib frlvi 5/19/02 10:07:12 AM, Tore Skogly [EMAIL PROTECTED] wrote: I have problems making Tomcat find the jdbcdriver which i downloaded from Oracle. I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed it

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Tore Skogly
mandag 20. mai 2002, 10:52, skrev Felipe R. Lorenzo VI: To use it on a single Web Application, try: WEB-INF/lib frlvi The jdbc drivers will be used by several applications. What location does that require? $TOMCAT_HOME/lib (ie /var/tomcat4/lib) Do I need to add the jar file to my CLASSPATH

RE: Where do I put the oracle jdbc driver?

2002-05-19 Thread Jack Hermanto
. ~~~ -Original Message- From: Tore Skogly [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 5:30 AM To: Tomcat Users List Subject: Re: Where do I put the oracle jdbc driver? mandag 20. mai 2002, 10:52, skrev Felipe R. Lorenzo VI: To use it on a single Web Application

Where must I put the code of my application?

2002-05-17 Thread Luca Ventura
Hello! I have installed Tomcat 4 as servlet/jsp container and IIS as Web Server. I developed a Web application and I want to put it not in /webapps/examples folder of Tomcat but in another folder, for example /webapps/myproject. The problem is that when I try to connect to it IIS redirects

RE: Where must I put the code of my application?

2002-05-17 Thread John Niven
-Original Message- From: Luca Ventura [mailto:[EMAIL PROTECTED]] Sent: 17 May 2002 12:42 To: tomcat-user; tomcat-dev Subject: Where must I put the code of my application? Hello! I have installed Tomcat 4 as servlet/jsp container and IIS as Web Server. I developed a Web

Re: Where must I put the code of my application?

2002-05-17 Thread rsequeira
the appBase attribute of the Host is webapps RS Luca Ventura [EMAIL PROTECTED] on 05/17/2002 06:41:54 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:tomcat-user [EMAIL PROTECTED], tomcat-dev [EMAIL PROTECTED] cc: Subject:Where must I put the code of my application? Hello

Where is catalina-ant.jar file?

2002-05-17 Thread Alex Colic
Hi, I am going through the build instructions online and they refer to catalina-ant.jar. I checked my install of tomcat 4.03 and I do not have that file. Any idea where I can get it? Thanks Alex -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

RE: Where is catalina-ant.jar file?

2002-05-17 Thread John Niven
-Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: 17 May 2002 15:29 To: Tomcat Subject: Where is catalina-ant.jar file? Hi, I am going through the build instructions online and they refer to catalina-ant.jar. I checked my install of tomcat 4.03 and I

R: Where must I put the code of my application?

2002-05-17 Thread Luca Ventura
Users List Oggetto: Re: Where must I put the code of my application? Check the logs. The webapps/myproject web application might not have been deployed. Can you execute any servlets/jsps under webapps/examples? The Context entry should be something like this: Context path=/myproject docBase

RE: Where is catalina-ant.jar file?

2002-05-17 Thread Craig R. McClanahan
On Fri, 17 May 2002, John Niven wrote: Date: Fri, 17 May 2002 15:36:13 +0100 From: John Niven [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Where is catalina-ant.jar file? -Original Message- From: Alex

Re: Where is catalina-ant.jar file?

2002-05-17 Thread Emerson Cargnin - MSA
i'm using reload task of catalina-ant.jar and doing the context deletion and unwar through ant tasks (before reloading, of course). Beyond that, i use Ant 1.5b new element Condition-http so I can see if tomcat is started, otherwise you will get a error when trying to reload tomcat. here goes

where is the Servlet API Binary Distribution

2002-05-16 Thread Steve Wright
the the Servlet API Binary Distribution ?, however I can not find a stable version ? The documention with 4.0.3 says I should download from http://jakarta.apache.org/builds/jakarta-servletapi-4/nightly/ It would appear these are development files, where can I locate a stable version ? (does one exist

Re: where is the Servlet API Binary Distribution

2002-05-16 Thread Prabhakar Chaganti
://jakarta.apache.org/builds/jakarta-servletapi-4/nightly/ It would appear these are development files, where can I locate a stable version ? (does one exist?) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: where is the Servlet API Binary Distribution

2002-05-16 Thread Steve Wright
On Thursday 16 May 2002 12:39, you wrote: The Servlet API does not have a nightly build, in the sense that I don't think it changes every night. All the files in the directory you mentiones have the same size. It seems like they just get built every night when the tomcat build is done. We

Re: where is the Servlet API Binary Distribution

2002-05-16 Thread Prabhakar Chaganti
They are built every night. I just don't think there are any changes to the underlying API. If you get any of those archives, they are probably just the same. The API is directly tied to the Java Servlet spec, so it doesn't change that frequently. -prabhakar According to the source downloads

<    5   6   7   8   9   10   11   12   13   14   >