Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread 1destroyer1
hi, here is the whole output from the command box: D:\ttest\bindir Volume in drive D is DataDrive Volume Serial Number is 78F8-015F Directory of D:\ttest\bin 06/27/2010 08:41 AMDIR . 06/27/2010 08:41 AMDIR .. 06/25/2010 07:54 PM22,110 bootstrap.jar

Re: HTTP compression

2010-06-27 Thread johanvermeij
I need to generate thousands of test cases for a benchmark and I am trying to turn compression off (I want to edit one message and change the user ID, branch and account number to generate many files which I intend to use with JMeter Doing this manually with compressed messages will take ages) I

Tomcat 6.0.26

2010-06-27 Thread John Byrne
Hi Have installed tomcat 6.0.26 on windows 7. Have installed jdk1.6.0_20 to use with tomcat The javac and java commands both give correct response at dos prompt. The log for server start up reports no errors. The index page displays ok The manager page displays ok The example HelloWorld

Re: Tomcat 6.0.26

2010-06-27 Thread Shay Rojansky
John, Can you please send your web.xml as well? I would be it's a misconfigured servlet in there (the WEB-INF should not be part of the class package name, as it appears in your error log). Shay On Sun, Jun 27, 2010 at 7:55 AM, John Byrne jbmulti...@gmail.com wrote: Hi Have installed tomcat

RE: Tomcat 6.0.26

2010-06-27 Thread Caldarale, Charles R
From: John Byrne [mailto:jbmulti...@gmail.com] Subject: Tomcat 6.0.26 Thanks for the very specific version and installation information - quite helpful. I use default install structure for tomcat. I add a applications folder under TOMCAT 6.0\webapps\ROOT\myfoloder Which is the problem.

RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread Caldarale, Charles R
From: David Smith [mailto:david.sm...@cornell.edu] Subject: Re: Unable to start Tomcat 6 on Windows Server 2003 A second command prompt window?? I've never seen tomcat do such a thing. You must be joking - Tomcat has always done that, at least since 5.0, when running the startup.bat

Possible to redeploy a JAR file without restarting Tomcat?

2010-06-27 Thread laredotornado
Hi, I'm using Tomcat 6.0.26. There is one JAR file I repeatedly rebuild and deploy and I was wondering if there is any way, obscure or otherwise, to deploy this JAR file without having to restart Tomcat. Thanks for any insights, - Dave -- View this message in context:

Re: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-27 Thread André Warnier
Savoy, Melinda wrote: Let me ask another question if I might in addition to the one below: In my ISAPI log it shows: [Wed Jun 23 09:50:59.568 2010] [5024:6028] [debug] jk_isapi_plugin.c (3108): Service protocol=HTTP/1.1 method=GET host=127.0.0.1 addr=127.0.0.1 name=localhost port=80

Fwd: Re: RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread 1destroyer1
hi, i already tried this, but here the output: D:\ttestset CLASSPATH=%CATALINA_HOME%\bin\tomcat-juli.jar;%CLASSPATH% D:\ttestcd bin D:\ttest\bincatalina.bat run Using CATALINA_BASE: D:\ttest Using CATALINA_HOME: D:\ttest Using CATALINA_TMPDIR: D:\ttest\temp Using JRE_HOME:

Re: Possible to redeploy a JAR file without restarting Tomcat?

2010-06-27 Thread 1destroyer1
hi, i think this should be possible via the manager application. can you try this? kind regards, dessi Original-Nachricht Datum: Sun, 27 Jun 2010 12:04:10 -0700 (PDT) Von: laredotornado laredotorn...@gmail.com An: users@tomcat.apache.org Betreff: Possible to redeploy a JAR

Re: Possible to redeploy a JAR file without restarting Tomcat?

2010-06-27 Thread Pid
On 27/06/2010 20:04, laredotornado wrote: Hi, I'm using Tomcat 6.0.26. There is one JAR file I repeatedly rebuild and deploy and I was wondering if there is any way, obscure or otherwise, to deploy this JAR file without having to restart Tomcat. Thanks for any insights, - Dave You

Re: Fwd: Re: RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread Pid
On 27/06/2010 22:09, 1destroy...@gmx.de wrote: hi, i already tried this, but here the output: D:\ttestset CLASSPATH=%CATALINA_HOME%\bin\tomcat-juli.jar;%CLASSPATH% D:\ttestcd bin D:\ttest\bincatalina.bat run Using CATALINA_BASE: D:\ttest Using CATALINA_HOME: D:\ttest Using

Re: HTTP compression

2010-06-27 Thread Pid
On 27/06/2010 10:02, johanvermeij wrote: I need to generate thousands of test cases for a benchmark and I am trying to turn compression off (I want to edit one message and change the user ID, branch and account number to generate many files which I intend to use with JMeter Doing this

Re: Fwd: Re: RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread David Smith
See inline below ... On 6/27/2010 5:24 PM, Pid wrote: On 27/06/2010 22:09, 1destroy...@gmx.de wrote: hi, i already tried this, but here the output: D:\ttestset CLASSPATH=%CATALINA_HOME%\bin\tomcat-juli.jar;%CLASSPATH% D:\ttestcd bin D:\ttest\bincatalina.bat run Using CATALINA_BASE:

RE: HTTP compression

2010-06-27 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: HTTP compression ?xml version=1.0 encoding=utf-8?soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema;soap:Body

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-27 Thread Savoy, Melinda
Actually, I was able, with dB's help, to implement the Waffle product that he has suggested to me and others who have posted on this list and it worked very easily. I would HIGHLY recommend Waffle for anyone who is using Tomcat and is looking for an Open Source solution for authentication. I

Tomcat 7 binary download location? associated Servlet 3.0 Javadoc?

2010-06-27 Thread Chris Markle
Folks, Two questions both of which I have had trouble resolving with Google searches. 1. Tomcat 7 binary distribution download location -- Somehow I found a working location once a few days ago, but didn't write it down and now need to get it again. Where can I find binary distributions of

RE: Tomcat 7 binary download location? associated Servlet 3.0 Javadoc?

2010-06-27 Thread Caldarale, Charles R
From: cmar...@gmail.com [mailto:cmar...@gmail.com] On Behalf Of Chris Markle Subject: Tomcat 7 binary download location? associated Servlet 3.0 Javadoc? 1. Tomcat 7 binary distribution download location It's not quite released yet, but you can find it in the archives:

Re: Tomcat 7 binary download location? associated Servlet 3.0 Javadoc?

2010-06-27 Thread Pid
On 28/06/2010 00:58, Chris Markle wrote: Folks, Two questions both of which I have had trouble resolving with Google searches. 1. Tomcat 7 binary distribution download location -- Somehow I found a working location once a few days ago, but didn't write it down and now need to get it

Re: Tomcat 7 binary download location? associated Servlet 3.0 Javadoc?

2010-06-27 Thread Chris Markle
Charles, Thanks! Found Tomcat 7 and Servlet 3.0 Javadoc where you indicated. Chris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org