Sorry! Miss tomcat version for the customer Valve issue!

2005-08-25 Thread James Liao
Hi all, My tomcat version is 5.0.30 and JDK 1.4.2_08 on Windows XP. I want to add customer valve which extends ValveBase. I want it to be invoked after the AuthenticatorBase Valve(like BasicAuthenticator, DigestAuthenticator, FormAuthenticator, NonLoginAuthenticator, SSLAuthenticator). Can I

Re: Tomcat Version detection

2005-06-22 Thread Hari Mailvaganam
1, which made me relise, I don't know how to find out. > > When i look at the logs it jsut says Tomcat 4.1 unlike on windows where it > actually gives the full version number. > > So where would i look to find

Re: Tomcat Version detection

2005-06-21 Thread Holger Klawitter
it > actually gives the full version number. > > So where would i look to find the tomcat version? http://my-tomcat-server:my-tomcat-port/manager/html/list Gives you a nice overview unless you removed the tomcat manager application. (If you've never used that application you might have

Tomcat Version detection

2005-06-20 Thread Steve Vanspall
uld i look to find the tomcat version? Regards Steve

Re: Tomcat Version

2004-12-11 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#version -Tim Billy Ng wrote: Hi folks, Is there any way to find out the tomcat version from the command line? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Tomcat Version

2004-12-11 Thread Hari Mailvaganam
The only, but inconvenient way, I have found is to stop/start Tomcat and look at the 'catalina.out' log file. The Tomcat version number is written to the log file on start-up. cheers, Hari Mailvaganam On Sat, 11 Dec 2004 14:40:10 -0800, Billy Ng <[EMAIL PROTECTED]> wrote: >

Tomcat Version

2004-12-11 Thread Billy Ng
Hi folks, Is there any way to find out the tomcat version from the command line? Thanks! Billy Ng - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Hiding tomcat version numbers

2004-11-08 Thread Mark Claassen
I was told by someone that there was a way to hide the tomcat version numbers on error pages without coding the change everywhere. Does anyone know how do to this? Confidentiality Notice: OCIESERVICE - The contents of this e

Re: Upgrade Tomcat version in OS X Server

2004-07-01 Thread Mark Lowe
http://homepage.mac.com/melowe/iblog/B141099555/C760077128/E969031629/ index.html On 1 Jul 2004, at 16:04, Jason Lane wrote: Hi list, OK I've just taken possession of a G5 X Serve running OS X 10.3.4 Server. This version comes with Tomcat 4x but I really want to upgrade to Tomcat 5x. I have

Upgrade Tomcat version in OS X Server

2004-07-01 Thread Jason Lane
Hi list, OK I've just taken possession of a G5 X Serve running OS X 10.3.4 Server. This version comes with Tomcat 4x but I really want to upgrade to Tomcat 5x. I have installed the binaries under /usr/local and created a sym from the existing install in /Library/Tomcat Tomcat still shows as the

Tomcat Version and Mod_jk2

2004-03-02 Thread Asif Chowdhary
Does Tomcat version 4.0.3 support mod_jk2? Thanks Asif - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

No response from my servlet on tomcat( running on W2K tomcat version 4.1.29)

2004-01-15 Thread Hamed-Abdelouahab
Hi everybody, I have no Idee how to administrate tomcat and there is no configuration error because it was working before very well since I've changed the code of my servlet ;-) My tomcat administrator isn't in the office for several days. I'm using eclipse as IDE and ANT for the build prozess

Re: mod_jk2 and tomcat version 3.1

2003-12-05 Thread Bill Barker
I don't know about 3.1, but if you mean 3.3.1, then the answer is yes. "Peter Choe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > can mod_jk2 be used with tomcat version 3.1? > > Peter Choe -

mod_jk2 and tomcat version 3.1

2003-12-05 Thread Peter Choe
can mod_jk2 be used with tomcat version 3.1? Peter Choe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Detecting Tomcat version in Ant

2003-12-05 Thread Tim Funk
Way 1: Look at properties file: org/apache/catalina/util/ServerInfo.properties Way 2: Cehck for the existence of a class that you know exists in tomcat5 but not tomcat 4. Use one of the ways above to set a property to let you know the tomcat version. I'm not sure which way would be easi

Detecting Tomcat version in Ant

2003-12-05 Thread Matt Raible
Is it possible to detect the version of Tomcat that the user has in Ant? I have the following Ant task: description="copies jdbc driver and context.xml to tomcat"> Copying database JDBC Driver to ${tomcat.home}/common/lib Copying ${webapp.name}.xm

RE: Tomcat version

2003-11-18 Thread Tom Lyle
3:48 > To: Tomcat Users List > Subject: RE: Tomcat version > > > Please tell me how to set the mime type. > > -Original Message- > From: Tom Lyle [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 18, 2003 6:56 PM > To: Tomcat Users List > Subject: RE: Tomcat ve

RE: Tomcat version

2003-11-18 Thread Aggarwal, Gautam (IE03)
I added the following and it seems to be working fine. xls application/vnd.ms-excel Thanks a lot, Tom! -Original Message- From: Aggarwal, Gautam (IE03) Sent: Tuesday, November 18, 2003 7:18 PM To: Tomcat Users List Subject: RE: Tomcat version Please tell me how to

RE: Tomcat version

2003-11-18 Thread Aggarwal, Gautam (IE03)
Please tell me how to set the mime type. -Original Message- From: Tom Lyle [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 6:56 PM To: Tomcat Users List Subject: RE: Tomcat version At a guess the excel mime type is not set in Tomcat 4.0.3 conf/web.xml > -Original Mess

RE: Tomcat version

2003-11-18 Thread Tom Lyle
At a guess the excel mime type is not set in Tomcat 4.0.3 conf/web.xml > -Original Message- > From: Aggarwal, Gautam (IE03) [mailto:[EMAIL PROTECTED] > Sent: 18 November 2003 13:36 > To: [EMAIL PROTECTED] > Subject: Tomcat version > > > I have a link on a page in

Tomcat version

2003-11-18 Thread Aggarwal, Gautam (IE03)
I have a link on a page in my JSP application that is supposed to open an Excel file. The link is Tax Calculator. If the application runs on Tomcat 4.1.24, it works fine. A new browser window opens, the excel file gets downloaded and opens up in the browser. But, if I run the application on anothe

Re: Tomcat & version 3 certificates?

2003-09-19 Thread Bill Barker
Sorry about the last post, hit the wrong key. I've never had problems using V3 certs with Tomcat (at least using a 1.4 JVM). (Ok, I'm lying: there was a bug using PureTLS with certain V3 certs at one point). In any case, Tomcat delegates cert handling to JSSE, so any problems would be with all

Re: Tomcat & version 3 certificates?

2003-09-19 Thread Bill Barker
I've never "Adrian Beech" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > G'day all, > > Earlier today we were advised by a bod from another section in our > organisation that there is a known compatibility issue with Tomcat and > version 3 certificates. Apparently he had been advise

Tomcat & version 3 certificates?

2003-09-19 Thread Adrian Beech
G'day all, Earlier today we were advised by a bod from another section in our organisation that there is a known compatibility issue with Tomcat and version 3 certificates. Apparently he had been advised of this from someone at Verisign. Does such an issue really exist and if so is it solely a

Re: Tomcat version

2003-07-15 Thread Yoav Shapira
Howdy, ServletContext#getServerInfo() This is a FAQ, search the archives before you post. Yoav Shapira --- Billy Ng <[EMAIL PROTECTED]> wrote: > Hi folks, > > Is there any api to get the tomcat version? > > Thanks! > > Billy Ng = Yo

Tomcat version

2003-07-15 Thread Billy Ng
Hi folks, Is there any api to get the tomcat version? Thanks! Billy Ng

Re: Finding exact Tomcat version

2003-07-03 Thread Tim Funk
st" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Finding exact Tomcat version Date: Thu, 03 Jul 2003 11:52:02 -0400 One way: In a properties file: org.apache.catalina.util.ServerInfo.properties propertyname: server.info -Tim Jon Felmey wrote: Hi, I

Re: Finding exact Tomcat version

2003-07-03 Thread Jon Felmey
Tim, Thanks for your help. One more question. Is there any way to get the version from the command line? Thanks, Jon From: Tim Funk <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Findi

RE: Finding exact Tomcat version

2003-07-03 Thread Mike Curwen
> -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 10:50 AM > To: Tomcat Users List > Subject: RE: Finding exact Tomcat version > > > > http://tomcatfaq.sourceforge.net/miscellaneous.html > That won

Re: Finding exact Tomcat version

2003-07-03 Thread Tim Funk
One way: In a properties file: org.apache.catalina.util.ServerInfo.properties propertyname: server.info -Tim Jon Felmey wrote: Hi, I am creating an install file using InstallAnywhere. Our program requires Tomcat 4.1.24. The problem is that in the registry all Tomcat 4.1.x are refered to as 4.

RE: Finding exact Tomcat version

2003-07-03 Thread Shapira, Yoav
http://tomcatfaq.sourceforge.net/miscellaneous.html >-Original Message- >From: Jon Felmey [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 03, 2003 11:31 AM >To: [EMAIL PROTECTED] >Subject: Finding exact Tomcat version > >Hi, I am creating an install file using

Finding exact Tomcat version

2003-07-03 Thread Jon Felmey
Hi, I am creating an install file using InstallAnywhere. Our program requires Tomcat 4.1.24. The problem is that in the registry all Tomcat 4.1.x are refered to as 4.1. So, when I check for the current version, I receive 4.1 which could represent 4.1.3 or 4.1.24, etc. Is there anyway to dete

Re: How to choose a Tomcat version

2003-06-19 Thread John Turner
I would add that in many cases third-party JARs require a specific version of the JDK, which can cause problems when you want to upgrade. John On Thu, 19 Jun 2003 09:13:21 -0400, Shapira, Yoav <[EMAIL PROTECTED]> wrote: Howdy, Is there a general rule of thumb for choosing which version of Tom

RE: How to choose a Tomcat version

2003-06-19 Thread Shapira, Yoav
Howdy, >Is there a general rule of thumb for choosing which >version of Tomcat to use? With servlet/jsp 2.3/1.2 >specs you go for 4.0 or 4.1, but which branch and why? >And furthermore, which version within the branch? Latest stable: 4.1.24 at this point. >I often see installations "stuck" at 4

How to choose a Tomcat version

2003-06-19 Thread Riaan Oberholzer
Is there a general rule of thumb for choosing which version of Tomcat to use? With servlet/jsp 2.3/1.2 specs you go for 4.0 or 4.1, but which branch and why? And furthermore, which version within the branch? I often see installations "stuck" at 4.0.4 - why don't they upgrade to newer versions? My

RE: tomcat version number appears in header

2003-04-04 Thread Tim Odowd
I am sorry to repost, but I did not recieve any responses to my original because I was subscribed with a different email address. My question is, how can I prevent the tomcat version information from appearing in a the response header? I am using the ajp12Connector between IIS and tomcat. Is

tomcat version number appears in header

2003-04-04 Thread Tim Odowd
Hi. The problem I am trying to solve is that the tomcat version number apears in the header of pages served by tomcat: HTTP/1.1 301 Moved Date: Fri, 04 Apr 2003 14:55:47 GMT Content-Type: text/html Location: my url Content-Length: 206 Servlet-Engine: Tomcat Web Server/3.3a Final ( JSP 1.1

Re: How to determine Tomcat version

2003-03-05 Thread Peter Choe
check the manager app. http://tomcatserver/manager/html At 03:30 PM 3/5/2003, you wrote: Hi, Is there a way to programmatically identify which version of Tomcat you have installed? I originally just checked the header in the RELEASE-NOTES file, but this file does not exist in all Tomcat versions

Re: How to determine Tomcat version

2003-03-05 Thread Steven Shand
Hi, a call to getServerInfo() on the ServletContext should provide you with what you want.. Steven Shand On Wednesday, March 5, 2003, at 08:30 pm, Joe Weeden wrote: Hi, Is there a way to programmatically identify which version of Tomcat you have installed? I originally just checked the hea

How to determine Tomcat version

2003-03-05 Thread Joe Weeden
Hi, Is there a way to programmatically identify which version of Tomcat you have installed? I originally just checked the header in the RELEASE-NOTES file, but this file does not exist in all Tomcat versions. Thanks, Joe ---

Re: Tomcat Version

2003-02-25 Thread Burcu Dalmis
try this: http://localhost:8080 - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 25 Subat 2003 Sali 16:30 Subject: Tomcat Version > > > > > Hello, > > Can anyone help me how to figure out which tomcat version is ins

RE: Tomcat Version

2003-02-25 Thread Shapira, Yoav
t;To: [EMAIL PROTECTED] >Subject: Tomcat Version > > > > > >Hello, > >Can anyone help me how to figure out which tomcat version is installed. I >need to know if it is 4.1.12 or 4.1.18? > >Thanks > > >Christian Schuster > >Rudolf Schuster AG >Postfa

Tomcat Version

2003-02-25 Thread christian . schuster
Hello, Can anyone help me how to figure out which tomcat version is installed. I need to know if it is 4.1.12 or 4.1.18? Thanks Christian Schuster Rudolf Schuster AG Postfach 277 CH - 3000 Bern 11 http://www.rsag.ch ++41 31 348 05 30

RE: Have a jakarta-tomcat version question

2003-02-24 Thread Steve Guo
at/tomcat-4.1-doc/index.html) or the ones that ship with your distribution. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: george mouyios [mailto:[EMAIL PROTECTED] >Sent: Monday, February 24, 2003 8:41 AM >To: [EMAIL PROTECTED] >Subject: Have a jakar

RE: Have a jakarta-tomcat version question

2003-02-24 Thread Shapira, Yoav
February 24, 2003 8:41 AM >To: [EMAIL PROTECTED] >Subject: Have a jakarta-tomcat version question > >I have downloaded the jakarta tomcat version 4.1.18 > >I was reading the documentation from the link provided >on this page > >http://wwfcanon.panda.org/index.jsp > >N

Have a jakarta-tomcat version question

2003-02-24 Thread george mouyios
I have downloaded the jakarta tomcat version 4.1.18 I was reading the documentation from the link provided on this page http://wwfcanon.panda.org/index.jsp Now when I did that I read the introduction and now on the install and running part. I clicked on that link: http://wwfcanon.panda.org

RE: Tomcat version 4

2003-01-08 Thread neal
? Thanks. Neal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 3:37 PM To: 'Tomcat Users List' Subject: RE: Tomcat version 4 Check the Tomcat log files, in CATALINA_HOME/logs. Typically, you'll want the file that has a n

RE: Tomcat version 4

2003-01-08 Thread Turner, John
self (like startup confirmation, etc). John -Original Message- From: Reis, Tom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 5:32 PM To: Tomcat Users List (E-mail) Subject: Tomcat version 4 Is there a way to record errors I am getting on the Dos screen? After I start

Tomcat version 4

2003-01-08 Thread Reis, Tom
Is there a way to record errors I am getting on the Dos screen? After I start up Tomcat and I try to run a servlet I receive a list of errors on the Tomcat Dos screen and I need to save these to send them to our programmer. Thanks. -- To unsubscribe, e-mail: Fo

Re: tomcat version numbering (Was: HttpServletRequest.isSecure()fails...)

2002-11-20 Thread Craig R. McClanahan
On Wed, 20 Nov 2002, Steinar Bang wrote: > > If one looks at the distribution directory of tomcat, it is easy to > get confused. It contains the directories: > v4.0.5/ 09-Oct-2002 07:28- > v4.0.6/ 08-Oct-2002 08:27- > v4.1.12/

tomcat version numbering (Was: HttpServletRequest.isSecure()fails...)

2002-11-20 Thread Steinar Bang
> Steinar Bang <[EMAIL PROTECTED]>: > Steinar Bang <[EMAIL PROTECTED]>: >> Do the 4.1.13 and 4.1.14 versions you refer to, exist as separate >> branches in the CVS? Or is 4.1.13 a branch, and 4.1.14-to-be HEAD? > Not sure if they are branch tags, but there are tags named > TOMCAT_4_1_13

Tomcat version output

2002-10-18 Thread Sigurður Bjarnason
Is there a way in tomcat to see what version of tomcat is running .. like in apache you can do .. # ./httpd -version ?? anyone ? regards Siggi -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Tomcat version output

2002-10-18 Thread Reynir Hübner
; To: Tomcat (E-mail) > Subject: Tomcat version output > > > > Is there a way in tomcat to see what version of tomcat is > running .. like in apache you can do .. # ./httpd -version > > ?? anyone ? > > regards > Siggi > > > -- > To unsubsc

RE: Tomcat version output

2002-10-18 Thread Julius Davies
Hello, Sigurður Bjarnason, I recently ran into this problem, as well. I found a solution that works nicely with all web-servers (Tomcat, JRun, Weblogic, etc...). Probably others have emailed you with this solution, but in case they haven't: First, create the following jsp: getServerInfo.jsp

RE: Tomcat version output

2002-10-18 Thread Sigurður Bjarnason
. október 2002 13:16 To: Tomcat Users List Subject: RE: Tomcat version output When I start tomcat up on commandline I get messages like this : C:\_tomcat2\bin>catalina run Using CATALINA_BASE: .. Using CATALINA_HOME: .. Using CATALINA_TMPDIR: ..\temp Using JAVA_HOME: c:\eplica\j

RE: Tomcat version output

2002-10-17 Thread Cox, Charlie
if you haven't delete ROOT, look at index.html Charlie > -Original Message- > From: Sigurður Bjarnason [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 17, 2002 9:23 AM > To: Tomcat Users List > Subject: RE: Tomcat version output > > > I am using.. Lin

RE: Tomcat version output

2002-10-17 Thread Shapira, Yoav
>-Original Message- >From: Sigurður Bjarnason [mailto:[EMAIL PROTECTED]] >Sent: Thursday, October 17, 2002 9:23 AM >To: Tomcat Users List >Subject: RE: Tomcat version output > >I am using.. Linux and i dont get this output..! when i start in console. >just. > >Using

Re: Which Tomcat version for production environment ?

2002-09-25 Thread Simon M Pascoe
"gotchas" with 4.1.10. >> >> John >> >> >> >>> -----Original Message- >>> From: Simon M Pascoe [mailto:[EMAIL PROTECTED]] >>> Sent: Friday, September 20, 2002 7:52 AM >>> To: [EMAIL PROTECTED] >>> Subject: Which Tomcat

AW: Which Tomcat version for production environment ?

2002-09-20 Thread Ralph Einfeldt
gt; Betreff: Re: Which Tomcat version for production environment ? > > Can you very briefly list some of the "gotchas" please ? THX ! > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Which Tomcat version for production environment ?

2002-09-20 Thread achana
Glenn Nielsen wrote: Hi All. Can you very briefly list some of the "gotchas" please ? THX ! -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Which Tomcat version for production environment ?

2002-09-20 Thread Glenn Nielsen
[EMAIL PROTECTED]] >>Sent: Friday, September 20, 2002 7:52 AM >>To: [EMAIL PROTECTED] >>Subject: Which Tomcat version for production environment ? >> >> >>Hi, >> >>hopefully a simple question, first some background. I'm about >>to install &

RE: Which Tomcat version for production environment ?

2002-09-20 Thread Turner, John
From: Simon M Pascoe [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 20, 2002 7:52 AM > To: [EMAIL PROTECTED] > Subject: Which Tomcat version for production environment ? > > > Hi, > > hopefully a simple question, first some background. I'm about > to instal

RE: Which Tomcat version for production environment ?

2002-09-20 Thread jon wingfield
PROTECTED] Subject: Which Tomcat version for production environment ? Hi, hopefully a simple question, first some background. I'm about to install Tomcat with mod_jk and Apache 1.3.19 on a server running RedHat Advanced Server 2.1 for production use. I have already setup a very similar t

Which Tomcat version for production environment ?

2002-09-20 Thread Simon M Pascoe
Hi, hopefully a simple question, first some background. I'm about to install Tomcat with mod_jk and Apache 1.3.19 on a server running RedHat Advanced Server 2.1 for production use. I have already setup a very similar test box running Tomcat 4.0.4. Though it hasn't been under much of a load it

Tomcat Version 4.0.4 Performance & Tuning Ques:

2002-08-30 Thread Mohbe, Sameer
HI Folks, I recently performed a Tomcat Upgrade to Version 4.0.4 from version 3. In version 3 the server.xml file I had added following entries as per our environment needs : My question is : Are these entries/Parameters still valid in Tomcat Version 4.0.4 .If yes

Re: Confused about Tomcat version numbering

2002-08-26 Thread Craig R. McClanahan
Hi Martin, On Mon, 26 Aug 2002, Martin Cooper wrote: > Date: Mon, 26 Aug 2002 19:05:17 -0700 > From: Martin Cooper <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subje

Confused about Tomcat version numbering

2002-08-26 Thread Martin Cooper
I was trying to figure out which Tomcat 4.1.x I should be downloading, and I got myself totally confused about how the versions are numbered. Looking here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/ I find that 'release' contains v4.1.9-beta, 'nightly' contains nothing at all, and 'ar

not able to configure in server.xml in tomcat version 4.0.3-LE

2002-04-26 Thread Manish Pandya
Hi tomcat fans, Can someone please point me to the dtd of server.xml for tomcat 4.0.x. I am not able to configure in server.xml in tomcat version 4.0.3-LE. I appritiate your help. Thanks, - Manish -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mail

best combination of jdk and tomcat version(with iplanet)

2002-04-10 Thread ru okamoto
im to develop a new system w/ iPlanet, jdk, tomcat combination. what was the best combination of jdk and tomcat(version) in terms of stability? im thinking of jdk131 and tomcat 3.4 right now. also the compatibility with iPlanet has to be considered. im not using any new jsp/servlet version(1.2 and

RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Larry Isaacs
mcat 3.3 installation. Cheers, Larry > -Original Message- > From: Tomcat Programmer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 2:37 PM > To: Tomcat Users List > Subject: RE: strange problem with tomcat version 3.3a > > > Larry, > > Thanks ve

RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Tomcat Programmer
ssages unless there is > an error > or the debug level for JspInterceptor is set > 0. > > Cheers, > Larry > > > > -Original Message- > > From: Tomcat Programmer > [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, March 06, 2002 12:36 PM >

RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Larry Isaacs
> 0. Cheers, Larry > -Original Message- > From: Tomcat Programmer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 12:36 PM > To: [EMAIL PROTECTED] > Subject: strange problem with tomcat version 3.3a > > > I apologize if I sent this twice.. I don&#

strange problem with tomcat version 3.3a

2002-03-06 Thread Tomcat Programmer
I apologize if I sent this twice.. I don't think it went through the first time! I have been using tomcat for several releases, and have just upgraded my server to version 3.3a and I have noticed a change in the behavior of the logging mechanism. With Tomcat 3.3a, nothing gets written to the J

RE: J2EE and Tomcat (version 3.3 or ?? )

2002-02-13 Thread Larry Isaacs
; Subject: J2EE and Tomcat (version 3.3 or ?? ) > > > I need to use some javamail stuff in my app. Is j2ee.jar a > replacement > for servlet.jar in 3.3 Tomcat? I got some wierd jasper compliation > error the other day when I put j2ee.jar in my lib/common directory. > >

J2EE and Tomcat (version 3.3 or ?? )

2002-02-13 Thread Keith Simpson
I need to use some javamail stuff in my app. Is j2ee.jar a replacement for servlet.jar in 3.3 Tomcat? I got some wierd jasper compliation error the other day when I put j2ee.jar in my lib/common directory. -- To unsubscribe: For additional commands:

Re: Tomcat version with a working Apache connector?

2002-01-29 Thread Emerson
I use tomcat 3.2.4 with mod_jk to connect to apache 1.3.20-29 And works just fine without having to configure nothing in httpd.conf (just a line pointing to tomcat conf file), as tomcat (this version i guess) generate the conf file. At 20:16 29/1/2002 +, you wrote: >We've been unable to get

Tomcat version with a working Apache connector?

2002-01-29 Thread Benjamin Geer
We've been unable to get Tomcat 4.0.1 to work with Apache 1.3.20, apparently because of this bug in Tomcat's connector for Apache: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5220 In our setup, we cannot reboot Apache at the appropriate times in order to work around this bug. The bug appe

Re: freebsd 4.1.1 + JDK 1.1.8 + which tomcat version?

2001-11-25 Thread BoD
.1 + JDK 1.1.8 + which tomcat version? > Hi, > > On a semi-dedicated freebsd 4.1.1 server I have installed jdk 1.1.8 which > seems to be the last official port for freebsd. > > I am running apache and wish to install tomcat. > > Since I am running an older jdk version (1.1.

Re: freebsd 4.1.1 + JDK 1.1.8 + which tomcat version?

2001-11-24 Thread Jeff Turner
On Sun, Nov 25, 2001 at 03:23:11AM +0100, Jamesbond wrote: > Since I am running an older jdk version (1.1.8), I am a bit in doubt which > tomcat version to go for. I think Tomcat 3.3 has maintained 1.1 compatibility. --Jeff -- To unsubscribe: <mailto:[EMAIL PROTECTED]> Fo

Re: freebsd 4.1.1 + JDK 1.1.8 + which tomcat version?

2001-11-24 Thread Craig R. McClanahan
On Sun, 25 Nov 2001, Jamesbond wrote: > Date: Sun, 25 Nov 2001 03:23:11 +0100 > From: Jamesbond <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: freebsd 4.1.1 + JDK 1.1.8 + which tomcat version? > > Hi

freebsd 4.1.1 + JDK 1.1.8 + which tomcat version?

2001-11-24 Thread Jamesbond
Hi, On a semi-dedicated freebsd 4.1.1 server I have installed jdk 1.1.8 which seems to be the last official port for freebsd. I am running apache and wish to install tomcat. Since I am running an older jdk version (1.1.8), I am a bit in doubt which tomcat version to go for. I would welcome

RE: Tomcat version

2001-06-21 Thread William Kaufman
(You know, I just mailed this text _this_morning_,...) javax.servlet.ServletContext: getMajorVersion(), getMinorVersion() (returns the version of the JSDK it implements) getServerInfo() (returns a text description of the Tomcat version) -- Bill

Tomcat version

2001-06-21 Thread Brian Leader
Here is kind of a silly question, but how do I determine the version of Tomcat that is running on my Linux machine other than by look at file dates? Also, I need to integrate SSL. Does Tomcat 3.2.2 support SSL? I heard that 3.2b did. Do I need to build the binaries myself or can I download the

RE: Tomcat Version

2001-06-21 Thread William Kaufman
javax.servlet.ServletContext: getMajorVersion(), getMinorVersion() (returns the version of the JSDK it implements) getServerInfo() (returns a text description of the Tomcat version) -- Bill K. -Original Message- From: Amer Mallah

Tomcat Version

2001-06-21 Thread Amer Mallah
Is there any way to get tomcat to return the version/milestone/build date?

Re: Tomcat version war?

2001-03-31 Thread Craig R. McClanahan
On Thu, 29 Mar 2001, Christian Parpart wrote: > Hi, > > I do not really know, why there're so many different > versions of Tomcat out. > > * Tomcat 3.2.2 beta 2 > * Tomcat 3.3 Milestone 2 --> Tomcat 3.x-dev > * Tomcat 4.0 beta 1 --> Tomcat 4.0-dev > The "-dev" identifies things tha

Re: Tomcat version war?

2001-03-29 Thread Milt Epstein
On Thu, 29 Mar 2001, Christian Parpart wrote: > Hi, > > I do not really know, why there're so many different > versions of Tomcat out. > > * Tomcat 3.2.2 beta 2 > * Tomcat 3.3 Milestone 2 --> Tomcat 3.x-dev > * Tomcat 4.0 beta 1 --> Tomcat 4.0-dev > > The Tomcat 4.0-b1 is a branch on

Tomcat version war?

2001-03-29 Thread Christian Parpart
Hi, I do not really know, why there're so many different versions of Tomcat out. * Tomcat 3.2.2 beta 2 * Tomcat 3.3 Milestone 2 --> Tomcat 3.x-dev * Tomcat 4.0 beta 1 --> Tomcat 4.0-dev The Tomcat 4.0-b1 is a branch on its development version. the same (perhaps) for the 3.3 MS-2, too.

RE: User Name and Password for Tomcat version 3.2.1

2001-03-13 Thread Julie Sorrell
I believe you need to add the following to tomcat-users.xml, in the section: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: User Name and Password for Tomcat version 3.2.1

2001-03-13 Thread Thomas Klein
If by "getting into the admin part of Tomcat" you mean : "access http://localhost:8080/admin/contextAdmin/contextAdmin.htm" Then you have to change your server.xml to set trusted="true" for the admin context. And you have to add a new line in tomcat-users.conf : Note the "admin" role should be

User Name and Password for Tomcat version 3.2.1

2001-03-13 Thread John Valentine
Have been trying to get into the admin part of "Tomcat" but the file that holds a number of username/password pairs, does not work. Please let me know as to what the next step would be.   John Valentine    

Re: Problem with Tomcat version 4.0-m5

2001-02-13 Thread Craig R. McClanahan
Aqeel Ahmad wrote: > I'm using Tomcat Version 3.0 for some time and had no > problem. But with Version 4.0-m5 the attached .jsp > file doesn't respond as with previos versions or with > jswdk. > In order to make sure that this issue gets attention, could you please su

Problem with Tomcat version 4.0-m5

2001-02-13 Thread Aqeel Ahmad
I'm using Tomcat Version 3.0 for some time and had no problem. But with Version 4.0-m5 the attached .jsp file doesn't respond as with previos versions or with jswdk. Aqeel __ Do You Yahoo!? Get personalized email addresses from Yahoo! M

RE: tomcat version

2001-02-07 Thread Chris Thompson
If you have installed Tomcat correctly and got to the Tomcat page through a browser it will say at the top of the page what version you are running. Chris -Original Message- From: Carlos [mailto:[EMAIL PROTECTED]] Sent: 07 February 2001 14:14 To: [EMAIL PROTECTED] Subject: tomcat

tomcat version

2001-02-07 Thread Carlos
how can i know what is the version of my tomcat? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Finding Tomcat version

2000-12-14 Thread Kitching Simon
ED]] > Sent: Thursday, December 14, 2000 8:57 PM > To: [EMAIL PROTECTED] > Subject: Re: Finding Tomcat version > > Nagaraja Prakasam wrote: > > > Hello All, > > Our application uses Tomcat. When I install our application on the > customer > > system, I need to

Re: Finding Tomcat version

2000-12-14 Thread Sean Kroah
Nagaraja Prakasam wrote: The best way getServletContext.getServerInfo(); Or look at the Tomcat Admin web page. SKroah Hello All, Our application uses Tomcat. When I install our application on the customer system, I need to find out the Tomcat version. Do you guys know any standard method to find

Re: Finding Tomcat version

2000-12-14 Thread Craig R. McClanahan
Nagaraja Prakasam wrote: > Hello All, > Our application uses Tomcat. When I install our application on the customer > system, I need to find out the Tomcat version. Do you guys know any standard > method to find out the Tomcat version by knowing TOMCAT_HOME. > If you know TOMCAT_

Finding Tomcat version

2000-12-14 Thread Nagaraja Prakasam
Hello All, Our application uses Tomcat. When I install our application on the customer system, I need to find out the Tomcat version. Do you guys know any standard method to find out the Tomcat version by knowing TOMCAT_HOME. Thanks, -Naga

Re: Tomcat version

2000-12-06 Thread James Bromberger
When I see a directory index from Tomcat 3.2 final (via HTTP), the last line says: Tomcat Web Server v3.2 (final) There is probably far better ways, but this is one I just noticed... HTH, James jamesATrcpt.to, http://www.rcpt.to/~james/ >>> [EMAIL PROTECTED] 12/07/00

  1   2   >