Re: Newbie Question - Topic: Accessing Tomcat Manager

2015-01-25 Thread Konstantin Kolinko
2015-01-25 9:57 GMT+03:00 Thess Bermudez thessbermu...@gmail.com: Hi, This may sound very simple. This is surely a newbie question. I have installed Tomcat and accessed localhost:8080 and showed that installation was successful. I am exploring on the Tomcat Manager but the username and

Re: Newbie Question - Topic: Accessing Tomcat Manager

2015-01-25 Thread André Warnier
Konstantin Kolinko wrote: 2015-01-25 9:57 GMT+03:00 Thess Bermudez thessbermu...@gmail.com: Hi, This may sound very simple. This is surely a newbie question. I have installed Tomcat and accessed localhost:8080 and showed that installation was successful. I am exploring on the Tomcat Manager

Re: Newbie question re certificates

2014-12-02 Thread Andrew Gronosky
On 2014-12-02 04:55, John Dunn wrote: I have been asked the following question during an audit, which I personally don't understand. When using Mutually authenticated TLS is authorisation based on the certificate name(and not just on the root CA)? Can anyone clarify what exactly this means

Re: Newbie question re certificates

2014-12-02 Thread Andrew Gronosky
On 2014-12-02 08:09, Andrew Gronosky wrote: As I discovered yesterday, if you have a client cert that is signed by a CA that Tomcat trusts, but whose name (synonymously, CN) does not map to a recognized user, then you will connect to Tomcat but get an HTTP 401 error as your response. If

Re: Newbie question re certificates

2014-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 12/2/14 8:09 AM, Andrew Gronosky wrote: On 2014-12-02 04:55, John Dunn wrote: I have been asked the following question during an audit, which I personally don't understand. When using Mutually authenticated TLS is authorisation

Re: Newbie question: Installing Java EE

2014-03-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bruce, On 3/1/14, 3:05 AM, Bruce Whealton wrote: Next question is with regard to the server. Is there any reason one would run both Tomcat and Glass-Fish server? I'm sure one could find a reason, but usually one would choose either a Java

Re: Newbie question: Installing Java EE

2014-03-01 Thread David Kerber
On 3/1/2014 3:05 AM, Bruce Whealton wrote: Hello all, Recently, I downloaded Java EE with the SDK. When I went to install it, it could not find the Java Run-time, the JRE. I have Java SE with the JDK installed and have used Java on my system. When I installed Java SE it

Re: newbie question re mod_jk

2010-08-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew, On 8/12/2010 10:42 AM, Matthew Fleming wrote: I'm a newbie with tomcat trying to get a basic mod_jk configuration working. I have a mod_jk.conf file containing JkMount /Client_Access ajp13 JkMount /Client_Access/* ajp13 I'm not

Re: newbie question re mod_jk

2010-08-12 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew, On 8/12/2010 10:42 AM, Matthew Fleming wrote: I'm a newbie with tomcat trying to get a basic mod_jk configuration working. I have a mod_jk.conf file containing JkMount /Client_Access ajp13 JkMount

Re: newbie question re mod_jk

2010-08-12 Thread André Warnier
Matthew Fleming wrote: I appreciate all the suggestions and have implemented them all, but its still not working. Any other suggestions? Yes. Define what not working means, like : - describe your configuration, shortly - what are you doing ? - what do you expect to happen ? - what happens

Re: Newbie Question

2009-11-30 Thread Chinmoy Chakraborty
Thanks a lot for your reply guyz...I will give it a shot... Thanks, Chinmoy On Fri, Nov 27, 2009 at 5:41 PM, Mark Thomas ma...@apache.org wrote: Chinmoy Chakraborty wrote: Hi All, I am trying to understand basic architecture of tomcat server and also started to look into the code.

Re: Newbie Question

2009-11-27 Thread Pid Ster
On 27 Nov 2009, at 06:55, Chinmoy Chakraborty cch...@gmail.com wrote: Hi All, I am trying to understand basic architecture of tomcat server and also started to look into the code. What should me my starting point (also source code wise) to understand basic workflow of tomcat server?

Re: Newbie Question

2009-11-27 Thread Mark Thomas
Chinmoy Chakraborty wrote: Hi All, I am trying to understand basic architecture of tomcat server and also started to look into the code. What should me my starting point (also source code wise) to understand basic workflow of tomcat server? Try the architecture section of the Tomcat docs.

RE: Newbie-question: Adding directory to localhost-tomcat

2009-10-27 Thread Kai Behncke
Did you put anything in that directory? If not, then a 404 status is appropriate. If you did put something in little_test, what is it? You should have at least a welcome file (such as index.html) with some valid content. Hello Chuck, Hello Awarnier, thank you for your responses. I created

RE: Newbie-question: Adding directory to localhost-tomcat

2009-10-26 Thread Caldarale, Charles R
From: Kai Behncke [mailto:kai-behn...@gmx.de] Subject: Newbie-question: Adding directory to localhost-tomcat I have installed it successfully on windows at C:\Programme\Apache Software Foundation\Tomcat 6.0\webapps Actually, Tomcat is installed at C:\Programme\Apache Software

Re: Newbie-question: Adding directory to localhost-tomcat

2009-10-26 Thread André Warnier
Kai Behncke wrote: ... I created now a directory C:\Programme\Apache Software Foundation\Tomcat 6.0\webapps\little_test but when I call http://localhost:8080/little_test/; I only get HTTP Status 404: .. message /little_test/ description The requested resource (/little_test/) is not

Re: Newbie question

2009-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Malladi, On 8/24/2009 10:36 AM, Malladi, Sasikanth wrote: I'm using Core Servlets by Marty Hall as a guide. Which edition? It may be out of date. I've created a servlet, HelloServlet. Well, it just says hello. Can you post the code? I've

RE: Newbie question

2009-08-24 Thread Malladi, Sasikanth
Malladi, On 8/24/2009 10:36 AM, Malladi, Sasikanth wrote: I'm using Core Servlets by Marty Hall as a guide. Which edition? It may be out of date. I've created a servlet, HelloServlet. Well, it just says hello. Can you post the code? I've compiled it and put the class file into

RE: (newbie question) missing classs file?

2009-08-19 Thread Caldarale, Charles R
From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject: RE: (newbie question) missing classs file? I was getting confused by the fact that a class file was in $CATALINA_HOME/webapps/sample/WEB-INF/classes directory That class file is for the servlet side of the sample app. and yet my

Re: (newbie question) missing classs file?

2009-08-18 Thread Daniele Development-ML
Are you reloading the pages from the server with the shift key? The pages might be locally cached from your browser. Dan On Tue, Aug 18, 2009 at 7:48 PM, Tena Sakai tsa...@gallo.ucsf.edu wrote: Hi, I am new to tomcat and jsp. I appologize in advance my lack of knowledge, but I would

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
, why does it reflect my hack (double Hello!) and no class file? I am confused. Tena -Original Message- From: Daniele Development-ML [mailto:daniele@googlemail.com] Sent: Tue 8/18/2009 11:51 AM To: Tomcat Users List Subject: Re: (newbie question) missing classs file? Are you

Re: (newbie question) missing classs file?

2009-08-18 Thread Daniele Development-ML
To: Tomcat Users List Subject: Re: (newbie question) missing classs file? Are you reloading the pages from the server with the shift key? The pages might be locally cached from your browser. Dan On Tue, Aug 18, 2009 at 7:48 PM, Tena Sakai tsa...@gallo.ucsf.edu wrote: Hi, I am new to tomcat

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
] Sent: Tue 8/18/2009 11:51 AM To: Tomcat Users List Subject: Re: (newbie question) missing classs file? Are you reloading the pages from the server with the shift key? The pages might be locally cached from your browser. Dan On Tue, Aug 18, 2009 at 7:48 PM, Tena Sakai tsa...@gallo.ucsf.edu

Re: (newbie question) missing classs file?

2009-08-18 Thread David Smith
. If that's the case, why does it reflect my hack (double Hello!) and no class file? I am confused. Tena -Original Message- From: Daniele Development-ML [mailto:daniele@googlemail.com] Sent: Tue 8/18/2009 11:51 AM To: Tomcat Users List Subject: Re: (newbie question) missing

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
. Tena -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Tue 8/18/2009 12:31 PM To: Tomcat Users List Subject: Re: (newbie question) missing classs file? I believe once a servlet is initialized in memory, it stays in and is re-used over and over. After removing

RE: (newbie question) missing classs file?

2009-08-18 Thread Martin Gainty
: Daniele Development-ML [mailto:daniele@googlemail.com] Sent: Tue 8/18/2009 11:51 AM To: Tomcat Users List Subject: Re: (newbie question) missing classs file? Are you reloading the pages from the server with the shift key? The pages might be locally cached from your browser. Dan

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
...@gallo.ucsf.edu -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tue 8/18/2009 1:04 PM To: Tomcat Users List Subject: RE: (newbie question) missing classs file? did you look at $TOMCAT_HOME/work/Catalina/localhost/WEBAPPNAME/org/apache/jsp/ JSPNAME_jsp.java

RE: (newbie question) missing classs file?

2009-08-18 Thread Caldarale, Charles R
From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject: RE: (newbie question) missing classs file? Being a newbie, I had no idea such deep secret existed. It's not a deep secret. Look at the JSP doc: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html and at conf/web.xml for the JSP

RE: (newbie question) missing classs file?

2009-08-18 Thread Caldarale, Charles R
From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject: RE: (newbie question) missing classs file? That aside, can you tell me how I can clear what's in the heap? You can't, other than by restarting the JVM. As long as there's a reference to an object, it will stay in the heap. You can

RE: (newbie question) missing classs file?

2009-08-18 Thread Caldarale, Charles R
From: Daniele Development-ML [mailto:daniele@googlemail.com] Subject: Re: (newbie question) missing classs file? I doubt that the JVM maintains in memory all the classes, all the times Once referenced, a servlet, listener, filter, valve, or realm class will remain loaded until

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
/18/2009 9:35 PM To: Tomcat Users List Subject: RE: (newbie question) missing classs file? From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject: RE: (newbie question) missing classs file? Being a newbie, I had no idea such deep secret existed. It's not a deep secret. Look at the JSP doc

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
is 6.0.14. What's yours? Regards, Tena Sakai -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tue 8/18/2009 9:39 PM To: Tomcat Users List Subject: RE: (newbie question) missing classs file? From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject

RE: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread Peter Crowther
From: Kai Behncke [mailto:kai-behn...@gmx.de] I have installed tomcat on a Debian Etch-System via apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps and started it with /etc/init.d/tomcat start Now I would like to test if it runs on my remote server, but if I type:

Re: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread Markus Schönhaber
Peter Crowther: From: Kai Behncke [mailto:kai-behn...@gmx.de] I have installed tomcat on a Debian Etch-System via http://www.myhomepage.de:8180 nothing at all appears? Unless Debian changes Tomcat's configuration a lot, the default port is port 8080, not 8180. Try that? IIRC Debian

RE: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread Martin Gainty
test locally e.g. http://localhost:PORT port attribute defined in http connector in server.xml please display $TOMCAT_HOME/conf/server.xml viel gluck, Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie

Re: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread will trillich
On Tue, Jun 2, 2009 at 8:46 AM, Kai Behncke kai-behn...@gmx.de wrote: Dear users, I have installed tomcat on a Debian Etch-System via apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps and started it with /etc/init.d/tomcat start Now I would like to test if it runs on my remote

RE: Newbie question about war file deployment

2009-05-12 Thread Caldarale, Charles R
From: tomas_bar [mailto:barto...@gmail.com] Subject: Newbie question about war file deployment I've generated a war file using GWT. I have placed it in the webapps folder of the tomcat directory (which is installed locally). Tomcat version? JVM level? OS? What's the name of the .war file?

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip, On 4/7/2009 4:34 PM, Phillip Pi wrote: I was asked to set up a Tomcat's proxy server in Windows (using XP SP2). Question 1: What is Tomcat's proxy server? Are you talking about using another web server out in front of Tomcat? That would

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Phillip Pi
On Tue, Apr 07, 2009 at 04:49:06PM -0400, Christopher Schultz wrote: I was asked to set up a Tomcat's proxy server in Windows (using XP SP2). Question 1: What is Tomcat's proxy server? Apache Tomcat to act like a proxy server so other PCs, on the LAN, can go through it to access the

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread André Warnier
Phillip Pi wrote: On Tue, Apr 07, 2009 at 04:49:06PM -0400, Christopher Schultz wrote: I was asked to set up a Tomcat's proxy server in Windows (using XP SP2). Question 1: What is Tomcat's proxy server? Apache Tomcat to act like a proxy server so other PCs, on the LAN, can go through it to

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Phillip Pi
I was asked to set up a Tomcat's proxy server in Windows (using XP SP2). Question 1: What is Tomcat's proxy server? Apache Tomcat to act like a proxy server so other PCs, on the LAN, can go through it to access the Internet. Is this not a correct way to set up? What you want is probably

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Phillip Pi
On Tue, Apr 07, 2009 at 02:10:39PM -0700, Phillip Pi wrote: I was asked to set up a Tomcat's proxy server in Windows (using XP SP2). Question 1: What is Tomcat's proxy server? Apache Tomcat to act like a proxy server so other PCs, on the LAN, can go through it to access the Internet.

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip, On 4/7/2009 4:57 PM, Phillip Pi wrote: On Tue, Apr 07, 2009 at 04:49:06PM -0400, Christopher Schultz wrote: I was asked to set up a Tomcat's proxy server in Windows (using XP SP2). Question 1: What is Tomcat's proxy server? Apache

RE: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Caldarale, Charles R
From: Phillip Pi [mailto:a...@zimage.com] Subject: Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2. OK, she said we need Tomcat because of PAC scripts to do the proxy auto configurations. I've never heard of PAC scripts in conjunction with Tomcat. To repeat: Tomcat has

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip, On 4/7/2009 5:38 PM, Phillip Pi wrote: OK, she said we need Tomcat because of PAC scripts to do the proxy auto configurations. I think she's still confused. Sorry if you already know all this, but I'm new to proxy research and I'd never

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Phillip Pi
On Tue, Apr 07, 2009 at 04:46:32PM -0500, Caldarale, Charles R wrote: OK, she said we need Tomcat because of PAC scripts to do the proxy auto configurations. I've never heard of PAC scripts in conjunction with Tomcat. http://www.google.com/search?q=tomcat+pac+script reveal that the

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Phillip Pi
On Tue, Apr 07, 2009 at 05:58:46PM -0400, Christopher Schultz wrote: OK, she said we need Tomcat because of PAC scripts to do the proxy auto configurations. I think she's still confused. Sorry if you already know all this, but I'm new to proxy research and I'd never heard of a PAC

RE: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Caldarale, Charles R
From: Phillip Pi [mailto:a...@zimage.com] Subject: Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2. http://www.google.com/search?q=tomcat+pac+script reveal that the relationships. If you actually took a look at what the search found, you'd see that the relationship

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Phillip Pi
http://www.google.com/search?q=tomcat+pac+script reveal that the relationships. If you actually took a look at what the search found, you'd see that the relationship is ... nothing. Mostly hits on a similarly confused thread from a while back. Oh. Strange results then. Here is

RE: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Caldarale, Charles R
From: Caldarale, Charles R Subject: RE: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2. CGI? That URL gives me download links. Sorry, I scanned it too quickly (time to go home). - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL

Re: Newbie Question with Apache Tomcat v6.0.18 in Windows XP SP2.

2009-04-07 Thread Phillip Pi
On Tue, Apr 07, 2009 at 05:30:49PM -0500, Caldarale, Charles R wrote: CGI? That URL gives me download links. Sorry, I scanned it too quickly (time to go home). No problems. It happens. Thanks for replying and have fun. :) -- Not to engage in the pursuit of ideas is to live like ants

RE: Newbie: Question about first Servlet

2008-04-07 Thread Russo, Joe
Try calling the servlet name instead of the class. You may need to get rid of the space in the name. -Original Message- From: Kurt L Harless [mailto:[EMAIL PROTECTED] Sent: Sunday, April 06, 2008 1:14 AM To: users@tomcat.apache.org Subject: Newbie: Question about first Servlet

RE: Newbie: Question about first Servlet

2008-04-07 Thread David Cassidy
If i recall correctly the servlet must be in a package On Mon, 2008-04-07 at 09:52 -0400, Russo, Joe wrote: Try calling the servlet name instead of the class. You may need to get rid of the space in the name. -Original Message- From: Kurt L Harless [mailto:[EMAIL

RE: Newbie: Question about first Servlet

2008-04-07 Thread Caldarale, Charles R
From: David Cassidy [mailto:[EMAIL PROTECTED] Subject: RE: Newbie: Question about first Servlet If i recall correctly the servlet must be in a package No, JSPs almost always must be in packages, but servlets do not. However, it's definitely bad practice not to put servlets in packages

RE: Newbie: Question about first Servlet

2008-04-07 Thread Caldarale, Charles R
From: Russo, Joe [mailto:[EMAIL PROTECTED] Subject: RE: Newbie: Question about first Servlet Try calling the servlet name instead of the class. Now this is starting to get silly. Of course you use the url-pattern to access the servlet via HTTP; the servlet-name is pretty much only to link

Re: Newbie: Question about first Servlet

2008-04-07 Thread Karthik Abram
8851-1 - Is that even a valid encoding? On 4/6/08, Kurt L Harless [EMAIL PROTECTED] wrote: OK, figured it out. I changed the Character Set to ?xml version=1.0 encoding=ISO-8859-1? Instead of ?xml version=1.0 encoding=ISO-8851-1 ? I figured this out by using the tomcat.exe to start the

Re: Newbie: Question about first Servlet

2008-04-06 Thread Alan Chaney
Actually ISO-8851-1 according to Google is a standard determining the moisture content of butter. http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=35218 However, ISO-8859-1 is the Latin character set definition. Probably ISO-8859-1 is more relevant. Anyway,

RE: Newbie: Question about first Servlet

2008-04-05 Thread Kurt L Harless
OK, figured it out. I changed the Character Set to ?xml version=1.0 encoding=ISO-8859-1? Instead of ?xml version=1.0 encoding=ISO-8851-1 ? I figured this out by using the tomcat.exe to start the service and saw the dump message when it was trying to parse my xml file. Is this not the valid

Re: Newbie Question: How to Disable Caching?

2007-05-08 Thread Pid
Robinson, Eric wrote: We have a medical program that runs on two tomcat servers behind an LVS load balancer. Everything works fine except for one particular function that apparently relies on data in the tomcat5/work directory. If the load balancer directs a request to a tomcat server that has

RE: Newbie Question: How to Disable Caching?

2007-05-08 Thread Robinson, Eric
to disable caching of anything in the tomcat/work directory. Isn't there a simple, global way to tell tomcat not to cache? -- Eric Robinson -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 6:00 AM To: Tomcat Users List Subject: Re: Newbie Question

RE: Newbie - question about tld or dtd files

2006-06-15 Thread Tim Lucia
xyzzy.jsp: %@ taglib uri=/tags/struts-bean prefix=bean % web.xml: !-- Struts Tag Library Descriptors -- taglib taglib-uri/tags/struts-bean/taglib-uri taglib-location/WEB-INF/struts-bean.tld/taglib-location /taglib Then place the actual tld file where the taglib-location element

Re: Newbie - question about tld or dtd files

2006-06-15 Thread Wendy Smoak
On 6/15/06, Tim Lucia [EMAIL PROTECTED] wrote: xyzzy.jsp: %@ taglib uri=/tags/struts-bean prefix=bean % web.xml: !-- Struts Tag Library Descriptors -- taglib taglib-uri/tags/struts-bean/taglib-uri taglib-location/WEB-INF/struts-bean.tld/taglib-location /taglib Then place the

Re: Newbie - question about tld or dtd files

2006-06-15 Thread Wendy Smoak
On 6/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How can I place them locally? In the office where I work, we have a fire wall and I get connection error messages when I try to use www whatever in my jsps or in other files. This is most likely a problem with a DOCTYPE declaration in one

Re: Newbie question - How to verify version of Tomcat?

2005-11-17 Thread chinnimb-rest
Just start the tomcat and open default page on web browser http://localhost:8080 look into Release Notes link Ritchie Gillam [EMAIL PROTECTED] wrote: Should be an easy questions for the Tomcat users out there. I know I have Tomcat installed but I did the installation many

Re: Newbie question - How to verify version of Tomcat?

2005-11-17 Thread Tom Burke
Dunno about a windows command, but if you open the manager page - /manager/html - one of the pieces of info you'll be given is the version number. Tom - Original Message - From: Ritchie Gillam [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org; [EMAIL PROTECTED] Sent: Thursday,

Re: Newbie question - How to verify version of Tomcat?

2005-11-17 Thread Tim Funk
http://tomcat.apache.org/faq/misc.html#version -Tim Ritchie Gillam wrote: Should be an easy questions for the Tomcat users out there. I know I have Tomcat installed but I did the installation many moons ago. Is there a command that I can run from Windows that will tell me what version I am