RE: Tomcat 5.5.23 installation issues

2011-04-18 Thread Caldarale, Charles R
From: Venkata Surapaneni [mailto:vsurapan...@imedx.com] Subject: RE: Tomcat 5.5.23 installation issues > > Is there any particular reason to use that version? > There is no particular reason to use this version. I just need to > stick to Tomcat 5 and so I downloaded the la

Re: Tomcat 5.5.23 installation issues

2011-04-18 Thread André Warnier
Venkata Surapaneni wrote: Hi, I have installed Tomcat 5.5.23 on Windows 2008,32 bit and Java 1.6.0_23 . The installation completed fine. When I typed in localhost:8080 on the web page Tomcat home page is displayed indicating that Tomcat installation is done. Where is the br

RE: Tomcat 5.5.23 installation issues

2011-04-18 Thread Venkata Surapaneni
mcat Users List Subject: Re: Tomcat 5.5.23 installation issues On 18 April 2011 11:48, Venkata Surapaneni wrote: >I have installed Tomcat 5.5.23 on Windows 2008,32 bit > and Java 1.6.0_23 . The installation completed fine. > > When I typed in localhost:8080 on the w

Re: Tomcat 5.5.23 installation issues

2011-04-18 Thread Peter Crowther
On 18 April 2011 11:48, Venkata Surapaneni wrote: >I have installed Tomcat 5.5.23 on Windows 2008,32 bit and > Java 1.6.0_23 . The installation completed fine. > > When I typed in localhost:8080 on the web page Tomcat home page is > displayed indicating that Tomcat installation i

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Crypto Sal
Hi Alexander, As Mark has previously mentioned, there's no entry type of 'privateKeyEntry' which is *required* for the certificate to work. I suspect what has happened is that you might not have been in the directory with your keystore file or you did not specify the right keystore as keytool

RE: Tomcat 5.5.23 with SSL

2011-02-14 Thread Shaun Farrugia
: Tomcat 5.5.23 with SSL On 14/02/2011 15:45, Alexander Mills wrote: > For reference, > > keytool -list -keystore keystore.kdb > [root@localhost tomcat5]# keytool -list -keystore keystore.kdb Enter > keystore password: > > Keystore type: JKS > Keystore provider: SUN >

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Mark Thomas
On 14/02/2011 15:45, Alexander Mills wrote: > For reference, > > keytool -list -keystore keystore.kdb > [root@localhost tomcat5]# keytool -list -keystore keystore.kdb > Enter keystore password: > > Keystore type: JKS > Keystore provider: SUN > > Your keystore contains 1 entry > > tomcat, Feb 14

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
For reference, keytool -list -keystore keystore.kdb [root@localhost tomcat5]# keytool -list -keystore keystore.kdb Enter keystore password: Keystore type: JKS Keystore provider: SUN Your keystore contains 1 entry tomcat, Feb 14, 2011, trustedCertEntry, Certificate fingerprint (MD5): FC:XX:XX:8

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
Yes, -rwxr-xr-x 1 tomcat tomcat 1098 Feb 14 12:32 keystore.kdb On 14 Feb 2011, at 15:38, Shaun Farrugia wrote: Is the keystore file available to be read/executed by the user running tomcat? -Original Message- From: Alexander Mills [mailto:alexander.mi...@psycle.com] Sent: Monday, F

RE: Tomcat 5.5.23 with SSL

2011-02-14 Thread Shaun Farrugia
Is the keystore file available to be read/executed by the user running tomcat? -Original Message- From: Alexander Mills [mailto:alexander.mi...@psycle.com] Sent: Monday, February 14, 2011 8:04 AM To: users@tomcat.apache.org Subject: Tomcat 5.5.23 with SSL Hi I'm having issues with usin

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-23 Thread Thomas Treitlinger
Hello Chris and Konstantin, thanks for all your suggestions - we finally tracked down the issue, and it turns out the root cause here was a flawed deployment process. In order to preserve the application's context.xml file during software upgrades, our service engineers stop Tomcat, then remove t

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-19 Thread Konstantin Kolinko
2010/8/12 Thomas Treitlinger : > Hello, > > I have a number of JSP pages which use the JSTL core library to set a > request attribute like this: > FOO-VALUE > > The JSPs then forward to a Servlet like this: > > > The Servlet later invokes > String s = (String) request.getAttribute("foo") > Maybe

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 8/13/2010 8:23 AM, Thomas Treitlinger wrote: > <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> Something just occurred to me: do you have a servlet "2.5" version declared in your webapp's web.xml file? If not, I think you

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 8/13/2010 8:23 AM, Thomas Treitlinger wrote: > Using your code, I get the same output, and > unable to print the value using , but that's not what I'm > trying to do. Right: I was just wondering if there was some other misconfiguration or

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-13 Thread Thomas Treitlinger
Hi Chris, thanks for your reply. Using your code, I get the same output, and unable to print the value using , but that's not what I'm trying to do. Most of the time this application works as intended, here is some more detail: * The JSPs are dumb landing pages - only used to track which URL was

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/12/2010 9:25 AM, Thomas Treitlinger wrote: > Hello, > > I have a number of JSP pages which use the JSTL core library to set a > request attribute like this: > FOO-VALUE > > The JSPs then forward to a Servlet like this: > > > The Servlet late

Re: Tomcat 5.5.23 server startup issue

2010-07-20 Thread Venkat Tanga
Hi Pid, Thanks for your reply, It seems that the problem is with some of the jars those which are I added from my older environment(tomcat 5.0.18). So I have freshly added jars one bye one & tested, now I am not facing this issue. Regards, Venkat Pid wrote: On 19/07/2010 17:23, Venka

Re: Tomcat 5.5.23 server startup issue

2010-07-19 Thread Pid
On 19/07/2010 17:23, Venkat Tanga wrote: > *Hi All, > > I am facing the below mentioned issues in the server startup. hence > the server is not starting up. > > Can any one plz help me how to resolve these issues. * > > Jul 19, 2010 9:41:30 PM org.apache.catalina.startup.HostConfig > de

Re: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-14 Thread Rahman Akhlaqur
les R" To: Tomcat Users List Sent: Tuesday, 14 July, 2009 13:00:53 Subject: RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory > From: Rahman Akhlaqur [mailto:aki...@yahoo.co.uk] > Subject: Re: Tomcat 5.5.23 keeps starting threads until OS runs out of > memory > &g

RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-14 Thread Caldarale, Charles R
> From: Rahman Akhlaqur [mailto:aki...@yahoo.co.uk] > Subject: Re: Tomcat 5.5.23 keeps starting threads until OS runs out of > memory > > I have some more info about the issue that I think is related. I found > our Tomcat executable is also establishing a lot of TCP connecti

Re: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-14 Thread Rahman Akhlaqur
stop all those selector threads from persisting? - Original Message From: "Caldarale, Charles R" To: Tomcat Users List Sent: Tuesday, 14 July, 2009 2:59:36 Subject: RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory > From: Christopher Schul

RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-13 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat 5.5.23 keeps starting threads until OS runs out of > memory > > I'm surprised you're not hitting a thread maximum in the OS > and halting the JVM. I'm not aware of any

Re: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahman, On 7/13/2009 9:13 AM, Rahman Akhlaqur wrote: > Hi > > I am having an issue with Tomcat starting too many selector threads. > I have got some stack trace info about these threads as below: > > SelectorThread > sun.nio.ch.PollArrayWrapper.pol

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-02 Thread Rahman Akhlaqur
: Tomcat Users List Cc: p...@pidster.com Sent: Friday, 1 May, 2009 18:07:42 Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahman, On 5/1/2009 9:24 AM, Rahman Akhlaqur wrote: > The SSL is terminated at the load balancers, so

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahman, On 5/1/2009 9:24 AM, Rahman Akhlaqur wrote: > The SSL is terminated at the load balancers, so the request is then a > http request on port 8443 to our apache webserver (we use this to > resolve multiple hostnames to just a few virtual hosts) w

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread Pid
t the request > is being sent at all? > > What method are you using to connect HTTPD to Tomcat? mod_jk or > mod_proxy (or something else)? > > Can you enable logs and a status worker to check on what happens when > the connection dies? > > > p > > > &g

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread André Warnier
useful to also do a "ps -ef" to see the relationship between process-id and programs) - Original Message From: Pid To: Tomcat Users List Sent: Thursday, 30 April, 2009 16:59:25 Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port Rahman Akhlaqur wrote: H

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread Pid
> - Original Message > From: Pid > To: Tomcat Users List > Sent: Thursday, 30 April, 2009 16:59:25 > Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port > > Rahman Akhlaqur wrote: >> Hi >> >> I am having an issue with

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread Rahman Akhlaqur
log - this points to Tomcat not even listening properly on port 8443. The other port (8080) is working okay though. - Original Message From: Pid To: Tomcat Users List Sent: Thursday, 30 April, 2009 16:59:25 Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port Rahman

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-04-30 Thread André Warnier
Rahman Akhlaqur wrote: Hi I am having an issue with my Tomcat server not responding on the SSL port. I reported this as a possible bug but this was rejected as a config issue. More info as below: The Tomcat connector is configured as below The issue is that Tomcat stops listening o

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-04-30 Thread Pid
Rahman Akhlaqur wrote: > Hi > > I am having an issue with my Tomcat server not responding on the SSL port. I > reported this as a possible bug but this was rejected as a config issue. More > info as below: > > The Tomcat connector is configured as below > > port="8080" maxHttpHeaderSize="

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-13 Thread Filip Hanik - Dev Lists
I'd suggest you move to Tomcat 6, start with a clean config. Tomcat 6 supports static members and validation over TCP, which makes members stick around even if multicast is flaky Filip Gustavo Araujo wrote: Filip, Thanks for your response, but the cluster members continue to disappear! =( F

RE: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-13 Thread Caldarale, Charles R
> From: Gustavo Araujo [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared) > > Thanks for your response, but the cluster members continue to > disappear! =( > > java.library.path: /usr/lib64/gcj-4.1.2 Just a thought: you're not

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-13 Thread Gustavo Araujo
Filip, Thanks for your response, but the cluster members continue to disappear! =( Follow down the logs and the conf files : Node1: Using CATALINA_BASE: /usr/share/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using CATALINA_TMPDIR: /usr/share/tomcat5/temp Using JRE_HOME: /usr/lib/jv

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Filip Hanik - Dev Lists
increase mcastDropTime="3000" to mcastDropTime="3" Gustavo Araujo wrote: Hello! I'm trying to finish my configuration of the cluster. But i get the message of 'memberDisappeared' in both nodes: Node1: 12-Nov-08 5:30:36 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster memberAdded I

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Gustavo Araujo
It is not working for me =[ 2008/11/12 Gustavo Araujo <[EMAIL PROTECTED]> > Alberto, > > Could you please send me the complete configurations of both nodes, this > that you sent to me is missing something. =( > > Thanks a lot for you fast reply! > > 2008/11/12 Alberto Jesus La Rosa Agramonte <[EM

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Gustavo Araujo
Alberto, Could you please send me the complete configurations of both nodes, this that you sent to me is missing something. =( Thanks a lot for you fast reply! 2008/11/12 Alberto Jesus La Rosa Agramonte <[EMAIL PROTECTED]> > hello thats my configurations files, and work without problems. > > cl

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Alberto Jesus La Rosa Agramonte
hello thats my configurations files, and work without problems. cluster 1 cluster 2

Re: Tomcat 5.5.23 - Connector URIEncoding="UTF-8"

2008-02-13 Thread Adam Gordon
AFAIK, we had to add two things to support UTF-8 in our environment: 1. We had to add a Filter to Tomcat to set the encoding on every request to UTF-8, see this page: http://wiki.apache.org/tomcat/Tomcat/UTF-8 2. Add "JkOptions +ForwardURICompatUnparsed" to our apache config file in sites-

Re: Tomcat 5.5.23 throw ServletException

2007-11-04 Thread itay sahar
D]> wrote: > > > > > From: itay sahar [mailto:[EMAIL PROTECTED] > > > Subject: Re: Tomcat 5.5.23 throw ServletException > > > > > > my application use the following jars: > > > > > > jsp-api.jar > > > servlet-api.jar > > &g

Re: Tomcat 5.5.23 throw ServletException

2007-11-04 Thread itay sahar
well, in apache both jsp-api.jar, servlet-api.jar were removed before running. they exist only in eclipse!! On 11/4/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: itay sahar [mailto:[EMAIL PROTECTED] > > Subject: Re: Tomcat 5.5.23 throw Servle

RE: Tomcat 5.5.23 throw ServletException

2007-11-04 Thread Caldarale, Charles R
> From: itay sahar [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5.23 throw ServletException > > my application use the following jars: > > jsp-api.jar > servlet-api.jar If by "uses" you mean the above are in the application's WEB-INF/lib directory, y

Re: Tomcat 5.5.23 throw ServletException

2007-11-04 Thread itay sahar
hi, well the version is 5.5.25. this is the name of the archive dowloaded from tomcat.org: apache-tomcat-5.5.25. jsp-api.jar is included. my application use the following jars: aopalliance.jar cglib-2.0-rc2.jar commons-beanutils.jar commons-collections-2.1.jar commons-dbcp-1.1.jar commons-digest

RE: Tomcat 5.5.23 throw ServletException

2007-11-03 Thread Caldarale, Charles R
> From: itay sahar [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.23 throw ServletException > > i think i have wrong jar files. > > org.apache.jasper.JasperException: javax.servlet.ServletException: > java.lang.NoSuchMethodError: > javax.servlet.jsp.tagext.TagAttributeInfo. > (Ljava/lang/Strin

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Kristian Rink
Iuliana; Am Fri, 14 Sep 2007 09:20:03 -0300 schrieb Iuliana <[EMAIL PROTECTED]>: > Yes Kristian, I get the same error after changing tomcat port. > When I put netstat -apn|grep 8080 before start tomcat > in console, I have not process using port 8080. What about the other ports used (8005, 8009

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Iuliana
Yes Kristian, I get the same error after changing tomcat port. When I put netstat -apn|grep 8080 before start tomcat in console, I have not process using port 8080. How could I Know when netsat replace 8080 with webcahe? Can I remove this cache? Regards, Iuliana. On 9/14/07, Kristian Rink <[EMAI

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Kristian Rink
Am Fri, 14 Sep 2007 13:54:25 +0200 schrieb Kristian Rink <[EMAIL PROTECTED]>: > netstat -ap|grep 8080 Sorry, should look closer before typing: netstat -anp|grep 8080 ; otherwise chances are you'll not see anything because netstat replacing "8080" with "webcache"... ;) Cheers, Kristian -- Kri

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Kristian Rink
Iuliana; Am Fri, 14 Sep 2007 08:47:35 -0300 schrieb Iuliana <[EMAIL PROTECTED]>: > Then, in the 'conf/server.xml', I change the connection port from > '8080' to '8090', after, change the shutdown port from '8005' to > '8015' and nothing happend. Did the same error show up after changing tomcat t

RE: Tomcat 5.5.23: Could not find jaas Java extension for this JVM

2007-09-07 Thread Marco
icht- Van: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 7 september 2007 18:48 Aan: Tomcat Users List Onderwerp: RE: Tomcat 5.5.23: Could not find jaas Java extension for this JVM > From: Marco [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.23: Could not find j

RE: Tomcat 5.5.23: Could not find jaas Java extension for this JVM

2007-09-07 Thread Caldarale, Charles R
> From: Marco [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.23: Could not find jaas Java > extension for this JVM > (tomcat is reinstalled from tomcat.org) I hope you mean tomcat.apache.org, since tomcat.org appears to be a French sailing organization, specializing in catama

Re: Tomcat 5.5.23: cannot return to login page??

2007-09-07 Thread Pid
Christopher Schultz wrote: > Cun, > > shunhecun wrote: >> If a user is failed to login, he should be directed to the page specified in >> web.xml, i.e. /loginError.jsp. And the >> page /loginError.jsp is an unprotected resource. > > Right. You didn't say that the user failed to login. You said t

Re: Tomcat 5.5.23: cannot return to login page??

2007-09-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cun, shunhecun wrote: > If a user is failed to login, he should be directed to the page specified in > web.xml, i.e. /loginError.jsp. And the > page /loginError.jsp is an unprotected resource. Right. You didn't say that the user failed to login. You

RE: Tomcat 5.5.23: Could not find jaas Java extension for this JVM

2007-09-07 Thread Marco
for your help so far! With kind Regards, Marco -Oorspronkelijk bericht- Van: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 7 september 2007 16:48 Aan: Tomcat Users List Onderwerp: RE: Tomcat 5.5.23: Could not find jaas Java extension for this JVM > From: Marco [

RE: Tomcat 5.5.23: Could not find jaas Java extension for this JVM

2007-09-07 Thread Caldarale, Charles R
> From: Marco [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.23: Could not find jaas Java extension > for this JVM > > Does anyone know how I get rid of the next errormessages: > /usr/bin/rebuild-jar-repository: error: Could not find jaas > Java extension for this JVM > /usr/bin/rebuild-jar-

Re: Tomcat 5.5.23: cannot return to login page??

2007-09-07 Thread shunhecun
Hi, If a user is failed to login, he should be directed to the page specified in web.xml, i.e. /loginError.jsp. And the page /loginError.jsp is an unprotected resource. If Tomcat does not kill the session for me in my case described in my first message, how can I do that? Thanks, Cun -- Vie

Re: Tomcat 5.5.23: cannot return to login page??

2007-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cun, shunhecun wrote: > My application uses MemoryRealm and FORM-based authentication. > In the file tomcat-users.xml, there is an user called "view", which belongs > to role "users". The role "users" is not included in web.xml of the > applicati

Re: Tomcat 5.5.23: adding datasource to /conf/context.xml without restarting server to find it?

2007-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cun, shunhecun wrote: > Because I have several applications which share the same dataource. I would configure them each separately in their own META-INF/context.xml file, even though all the values are the same. Is this feasible in your environment?

Re: Tomcat 5.5.23: adding datasource to /conf/context.xml without restarting server to find it?

2007-08-24 Thread David Smith
Then I don't think you can avoid a restart of tomcat. The only other method of defining a jdbc pool shared across webapps involves defining it in the ... of conf/server.xml and that also requires a restart. Pick your poison -- one db pool per webapp restarting each webapp or one db pool acro

Re: Tomcat 5.5.23: adding datasource to /conf/context.xml without restarting server to find it?

2007-08-24 Thread shunhecun
Because I have several applications which share the same dataource. David Smith-2 wrote: > > Ok... this begs the question: Why did you add the datasource to > $TOMCAT_BASE/conf/context.xml? The datasource should be in your > individual webapp's context.xml file where all you have to do is re

Re: Tomcat 5.5.23: adding datasource to /conf/context.xml without restarting server to find it?

2007-08-23 Thread David Smith
Ok... this begs the question: Why did you add the datasource to $TOMCAT_BASE/conf/context.xml? The datasource should be in your individual webapp's context.xml file where all you have to do is restart the webapp via the manager webapp. --David shunhecun wrote: Hi, I added a jdbc datasourc

Re: tomcat 5.5.23 CAN have context path different from war name.

2007-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 lmk, lmk wrote: > [Is there a way] to set the context path [to something other than] the > application name[?] Yes. This has been discussed several times on the list. > i set the context into the META-INF directory, tomcat copied this the > contaxt

Re: tomcat 5.5.23 can't have context path different from war name.

2007-08-07 Thread lmk
thanks David.it's well deployed now.. you are the best !! David Smith-2 wrote: > > Store the webapp outside the webapps directory, rename > CATALINA_HOME/conf/Enginename/HostName/app_name.xml to newAppName.xml > and add a docBase attribute to it pointing the way to the webapp's new > locat

Re: tomcat 5.5.23 can't have context path different from war name.

2007-08-07 Thread David Smith
Store the webapp outside the webapps directory, rename CATALINA_HOME/conf/Enginename/HostName/app_name.xml to newAppName.xml and add a docBase attribute to it pointing the way to the webapp's new location. --David lmk wrote: hellooo, do you have any solution to set the context path didffe

Re: Tomcat 5.5.23

2007-07-26 Thread Len Popp
Sorry, it was a joke (or maybe not). This problem has come up many many many times on this mailing list. People have asked for those useful files to be included in the .exe download. I haven't heard of a reason why it would be difficult to do so. Yet, the issue has persisted for years. I tried to

Re: Tomcat 5.5.23

2007-07-26 Thread David Smith
:-D ... I believe it's a joke. --David Varuna Seneviratna wrote: I can't understand what Len is trying to say what is meant by minimum level of traffic on this mailing list How is it related to the Tomcat distribution On 7/26/07, Len Popp <[EMAIL PROTECTED]> wrote: On 7/26/07, Caldarale,

Re: Tomcat 5.5.23

2007-07-26 Thread Varuna Seneviratna
I can't understand what Len is trying to say what is meant by minimum level of traffic on this mailing list How is it related to the Tomcat distribution On 7/26/07, Len Popp <[EMAIL PROTECTED]> wrote: > > On 7/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > For some obscure > > reason,

Re: Tomcat 5.5.23

2007-07-26 Thread Len Popp
On 7/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > For some obscure > reason, whoever packages Tomcat chose to leave out the very useful > scripts from the .exe installer. The reason is quite simple. It's to guarantee a minimum level of traffic on this mailing list. Concerns about utili

RE: Tomcat 5.5.23

2007-07-26 Thread Caldarale, Charles R
> From: Varuna Seneviratna [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.23 > > The documentation says there are files in the bin as startup.bat, > shutdown.bat and number of other files but the bin doesn't contain any > of them Grab the .zip download rather than the .exe one. For some obscur

RE: Tomcat 5.5.23 on Microsoft Vista

2007-06-20 Thread Caldarale, Charles R
> From: David Kider [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.23 on Microsoft Vista > > Failed installing 'tomcatman' service I suspect you may already have a Tomcat service installed, since each service must have both a unique service name and a unique dis

RE: Tomcat 5.5.23 on Microsoft Vista

2007-06-20 Thread David Kider
I have Sun's JDK installed. I am using 1.5. Javac will successfully compile a java src file into a class and I'm able to then run it from the cmd prompt. When I try running service.bat from the cmd line I get: Installing the service 'tomcatman' ... Using CATALINA_HOME:C:\apache-tomcat-5.5.23

RE: Tomcat 5.5.23 on Microsoft Vista

2007-06-20 Thread Caldarale, Charles R
> From: David Kider [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.23 on Microsoft Vista > I wasn't sure how to respond to your msg through the list Hitting the reply button on you mailer is all it takes. Please send all messages to the list, not to individuals. > I have jdk 1.4 and jdk 1.

Re: Tomcat 5.5.23 on Microsoft Vista

2007-06-19 Thread 吴熊敏
Hi,David: Your issue seems to be very strange. Are you sure that you have started the Tomcat Service?? On Tue, 19 Jun 2007 18:57:14 -0700 (PDT) David Kider <[EMAIL PROTECTED]> wrote: > Hi. I have a machine running the Microsoft Vista OS. I've tried installing > Tomcat 5.5.23 us

RE: Tomcat 5.5.23 on Microsoft Vista

2007-06-19 Thread Caldarale, Charles R
> From: David Kider [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.23 on Microsoft Vista > > So I uninstalled Tomcat and tried unzipping the zipped > version of Tomcat from the tomcat download page. This > gave me the same result. What JVM version do you have installed? Does it run other Java

Re: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-18 Thread Mark Hawkes
Thanks very much for the troubleshooting Chuck. This completely solved the problem and shaved a couple dozen bytes off my war file :) Caldarale, Charles R wrote: From: Mark Hawkes [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5.23: Cannot Deploy hello-world.war $ cat META-INF/context.xml

Re: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-16 Thread Martin Gainty
n.xml OR in $CATALINA_HOMEconf/server.xml for - Original Message - From: "Mark Hawkes" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, June 15, 2007 5:48 PM Subject: Re: Tomcat 5.5.23: Cannot Deploy hello-world.war Caldarale, Charles R wrote: F

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Caldarale, Charles R
> From: Mark Hawkes [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5.23: Cannot Deploy hello-world.war > > $ cat META-INF/context.xml >reloadable="true" debug="0"> > > Take out the path and docBase attributes - they're not all

Re: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Mark Hawkes
Caldarale, Charles R wrote: From: Mark Hawkes [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war The structure looks good. META-INF/context.xml WEB-INF/web.xml What's in the above two files? $ cat META-INF/context.xml $ cat WEB-INF/web.xml

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Caldarale, Charles R
> From: Mark Hawkes [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war The structure looks good. > META-INF/context.xml > WEB-INF/web.xml What's in the above two files? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHE

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Mark Hawkes
On Fri, 2007-06-15 at 11:21 -0500, Caldarale, Charles R wrote: > > From: Mark Hawkes [mailto:[EMAIL PROTECTED] > > Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war > > > > I've erased my CLASSPATH environment variable but > > I still have the exact

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Caldarale, Charles R
> From: Mark Hawkes [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war > > I've erased my CLASSPATH environment variable but > I still have the exact same error in catalina.out > when Tomcat starts up. What exactly is in your hello-wo

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Mark Hawkes
Thanks for the info. I've erased my CLASSPATH environment variable but I still have the exact same error in catalina.out when Tomcat starts up. On Fri, 2007-06-15 at 09:49 -0500, Caldarale, Charles R wrote: > > From: Mark Hawkes [mailto:[EMAIL PROTECTED] > > Subject: RE: Tomc

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Caldarale, Charles R
> From: Mark Hawkes [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war Looks like you have the same classes being loaded by multiple classloaders. > CLASSPATH = > .:/apache-tomcat-5.5.23/common/lib/servlet-api.jar: > /apache-tomcat-5.5.23

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Mark Hawkes
The error's exactly the same if I deploy the war file using the manager webapp's deploy feature. Here's what appears in catalina.out when I undeploy and then redeploy hello-world.war: -- Jun 15, 2007 3:28:35 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web applicatio

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread neocollec
Mark, i suggest you ti use the tomcat manager tool. Connecting to your manager webapp, you will be able to send a war package and deploy it successfully. Your error sounds your mapping is wrong, because tomcat does not seem to find your servlet. Have a good day, and i recommend you to work wi

Re: Tomcat 5.5.23 with Sun JDK 1.5.0_11 can't find the Apache Tomcat Native library

2007-05-04 Thread Rafael Caceres
Tried copying the 6 files (5 from ./native/libs, libtcnative-1a from ./native) to the $JAVA_HOME/jre/lib/i386/client directory. Did not set LD_LIBRARY_PATH on the startup script now. Yet the same message appears on the catalina.out log: INFO: The Apache Tomcat Native library which allows optimal pe

Re: Tomcat 5.5.23 with Sun JDK 1.5.0_11 can't find the Apache Tomcat Native library

2007-05-03 Thread Orlando Reis
Try de dir where you compiled the files, where you did: sh buildconf; ./configure and make There is a directory .libs in there you will find the native library's copy them to your $JAVA_HOME/jre/lib/i386/client There should be 6 files: libtcnative-1.a libtcnative-1.lai libtcnative-1.so.0 libtc

RE: Tomcat 5.5.23 and NetBeans 5.5

2007-04-26 Thread David Short
Nothing running on 8080... -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 11:54 AM To: Tomcat Users List Subject: RE: Tomcat 5.5.23 and NetBeans 5.5 > From: David Short [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.

RE: Tomcat 5.5.23 and NetBeans 5.5

2007-04-26 Thread Caldarale, Charles R
> From: David Short [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.23 and NetBeans 5.5 > > ports) and now it works... So, my advanced logic skills tell me that > something else within the IDE is running on port 8080. Since you appear to be running on Windows, run "ne

RE: Tomcat 5.5.23 and NetBeans 5.5

2007-04-26 Thread David Short
5 AM To: [EMAIL PROTECTED] Cc: Tomcat Users List Subject: Re: Tomcat 5.5.23 and NetBeans 5.5 Hi David Netbeans 5.5 Needs these 2 startup scripts $CATALINA_HOME/bin/catalina.bat $CATALINA_HOME/bin/setclasspath.bat HTH/ Martin This email message and any files transmitted with it contain confident

Re: Tomcat 5.5.23 and NetBeans 5.5

2007-04-26 Thread Martin Gainty
Hi David Netbeans 5.5 Needs these 2 startup scripts $CATALINA_HOME/bin/catalina.bat $CATALINA_HOME/bin/setclasspath.bat HTH/ Martin This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If y

Re: Tomcat 5.5.23 and Multiple Content-Length Headers

2007-04-17 Thread Mark Thomas
Ori Fine wrote: > In Tomcat 5.5.23 and above the following under security issue was > included (CVE-2005-2090): > > It turns out that we have mobile clients that due to technical issue > send requests with multiple content-length headers. Is there a way that > we can turn off this feature in the t

Re: Tomcat 5.5.23 Question

2007-04-11 Thread Hassan Schroeder
On 4/11/07, James Reinertson <[EMAIL PROTECTED]> wrote: All right. So then I have two questions. 1. Is it possible to have two JRE versions (1.4.x and 1.6.x) installed on the system running Tomcat 5.5 and set Tomcat to use JRE 1.4? Of course. $JAVA_HOME, $JRE_HOME - set them as you like. 2.

RE: Tomcat 5.5.23 Question

2007-04-11 Thread James Reinertson
? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 5:00 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.23 Question James Reinertson wrote: > It was my understanding that Tomcat 5.5 could be configured to use JRE > 1.4 and that it had no need

Re: Tomcat 5.5.23 Question

2007-04-11 Thread Mark Thomas
James Reinertson wrote: > It was my understanding that Tomcat 5.5 could be configured to use JRE > 1.4 and that it had no need for an external JDK compiler. This is correct. A 1.4 JRE works just as well as a 1.4 JDK. Mark - To

RE: Tomcat 5.5.23 Question

2007-04-11 Thread James Reinertson
Subject: Re: Tomcat 5.5.23 Question Laura McCord wrote: > I currently have Tomcat 5.0.28 installed and we received a security > vulnerability notice pertaining to a "Apache Tomcat Directory Traversal". > http://archives.neohapsis.com/archives/fulldisclosure/2007-03/0167.html > &g

Re: [Fwd: Re: Tomcat 5.5.23 Question]

2007-04-10 Thread Mark Thomas
Laura McCord wrote: > So, since we are using Tomcat as a standalone then this would apply, right? On standalone Tomcat this is not an issue since there is no proxy. Mark - To start a new topic, e-mail: users@tomcat.apache.org T

Re: Tomcat 5.5.23 Question

2007-04-10 Thread Mark Thomas
Laura McCord wrote: > I currently have Tomcat 5.0.28 installed and we received a security > vulnerability notice pertaining to a "Apache Tomcat Directory Traversal". > http://archives.neohapsis.com/archives/fulldisclosure/2007-03/0167.html > > We were thinking about upgrading to version 5.5.23 but

Re: [Fwd: Re: Tomcat 5.5.23 Question]

2007-04-10 Thread Laura McCord
oh ok. thanks ;) Rui Monteiro wrote: > > > Laura, > > It's true that there's a problem with double negative phrases. > So to be more explict. As far as I can read from the report you showed > the problem WOULD NOT EXIST ON STANDALONE TOMCAT. > You can go without upgrade at least on basis of this

Re: [Fwd: Re: Tomcat 5.5.23 Question]

2007-04-10 Thread Rui Monteiro
Laura, It's true that there's a problem with double negative phrases. So to be more explict. As far as I can read from the report you showed the problem WOULD NOT EXIST ON STANDALONE TOMCAT. You can go without upgrade at least on basis of this specific security hole. Laura McCord escribió:

Re: [Fwd: Re: Tomcat 5.5.23 Question]

2007-04-10 Thread Rashmi Rubdi
I tried to replicate the vulnerability on my site, but I couldn't really traverse the directory tree in the way they've indicated, so I can't really confirm whether there's a vulnerability or not. -Rashmi On 4/10/07, Laura McCord <[EMAIL PROTECTED]> wrote: However, we do have another installati

  1   2   >