Re: 回复: 回复: tomcat 5 logs

2014-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 改变自己, On 3/20/14, 10:24 AM, 改变自己 wrote: > thank you very much for your detailed explanation , now i just > resolved it with another way, i used a cronlog.exe which is a > executable file and can be used for produce daily files; Does it actually wo

?????? ?????? tomcat 5 logs

2014-03-20 Thread ????????
-- -- ??: "Christopher Schultz";; : 2014??3??20??(??) 10:11 ??: "Tomcat Users List"; ????: Re: ?? tomcat 5 logs -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 , On 3/20/14, 12:30 AM, wrote: > the

Re: 回复: tomcat 5 logs

2014-03-20 Thread Christopher Schultz
g you want, and you can name the logger (almost) anything you want -- check the documentation[1] -- but the line with the [Catalina].[localhost].[/my-context-path] must match your Service/Host/Context names (note the leading '/' in the context path in the final portion of the logger nam

?????? tomcat 5 logs

2014-03-19 Thread ????????
9:53 ??: "Tomcat Users List"; : Re: tomcat 5 logs -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 , On 3/19/14, 6:03 AM, wrote: > now my boss let me get the tomcat console information(including > the startup information and visit information ) and store

Re: tomcat 5 logs

2014-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 改变自己, On 3/19/14, 6:03 AM, 改变自己 wrote: > now my boss let me get the tomcat console information(including > the startup information and visit information ) and store it in a > file; at the same time the file must be produced automaticlly every > day;

tomcat 5 logs

2014-03-19 Thread ????????
hello ,my friends now my boss let me get the tomcat console information(including the startup information and visit information ) and store it in a file; at the same time the file must be produced automaticlly every day; now i configed the startup.bat file which can get the the information

Re: Tomcat 5 Repository

2014-02-04 Thread Konstantin Kolinko
2014-02-04 Pavneet singh Kochhar : > On Tue, Feb 4, 2014 at 4:08 AM, Konstantin Kolinko > wrote: > >> > On Wed, Jan 29, 2014 at 2:59 PM, Caldarale, Charles R < >> > chuck.caldar...@unisys.com> wrote: >> > > >3. What tools are you using? Do you know how to use those tools? > > > Currently I am usin

Re: Tomcat 5 Repository

2014-02-03 Thread Pavneet singh Kochhar
On Tue, Feb 4, 2014 at 4:08 AM, Konstantin Kolinko wrote: > > On Wed, Jan 29, 2014 at 2:59 PM, Caldarale, Charles R < > > chuck.caldar...@unisys.com> wrote: > >> > >> At least you've got the right mailing list this time. No idea where you > >> were looking, but the 5.0 and 5.5 are pretty obvious

Re: Tomcat 5 Repository

2014-02-03 Thread Konstantin Kolinko
> On Wed, Jan 29, 2014 at 2:59 PM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: >> >> At least you've got the right mailing list this time. No idea where you >> were looking, but the 5.0 and 5.5 are pretty obvious when you look in the >> places linked to from the Tomcat home page: >

Re: Tomcat 5 Repository

2014-02-02 Thread Pavneet singh Kochhar
les R < chuck.caldar...@unisys.com> wrote: > > From: Pavneet singh Kochhar [mailto:kochha...@gmail.com] > > Subject: Fwd: Tomcat 5 Repository > > > I searched the source code of Tomcat5 (git or svn repository) but could > not > > find it in the archives. >

RE: Tomcat 5 Repository

2014-01-28 Thread Caldarale, Charles R
> From: Pavneet singh Kochhar [mailto:kochha...@gmail.com] > Subject: Fwd: Tomcat 5 Repository > I searched the source code of Tomcat5 (git or svn repository) but could not > find it in the archives. At least you've got the right mailing list this time. No idea where you were

Fwd: Tomcat 5 Repository

2014-01-28 Thread Pavneet singh Kochhar
Hello, I searched the source code of Tomcat5 (git or svn repository) but could not find it in the archives. Kindly let me know where I can get it. I need the git or svn repository since I require the commit messages as well. Thank you! Regards, Pavneet

Re: Tomcat 7 adds jsessionid in request URI as opposed to Tomcat 5

2011-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Javed, On 9/12/2011 10:54 AM, Javed wrote: > At the end, I circumvented this issue with help of regular > expressions in urlrewrite filter. I wrote different regular > expressions to identify jsessionid and converted upper case request > URI to lower

Re: Tomcat 7 adds jsessionid in request URI as opposed to Tomcat 5

2011-09-12 Thread Javed
Thanks for all the replies. I can not go cookie way because application has to work without cookies. I did lot of investigation but couldn't find why it is working in Tomcat 5 not in Tomcat 7. At the end, I circumvented this issue with help of regular expressions in urlrewrite filter. I

Re: Tomcat 7 adds jsessionid in request URI as opposed to Tomcat 5

2011-08-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 刘铎, On 8/4/2011 10:23 PM, 刘铎 wrote: > I'm using Tomcat 6.0.24. As I know, jsessionid could be returned to > the tomcat by urlrewriting or cookie. Why not use cookie instead? In this case, Tomcat cannot determine if cookies are supported, yet, so the

Re: Tomcat 7 adds jsessionid in request URI as opposed to Tomcat 5

2011-08-05 Thread Pid *
On 4 Aug 2011, at 08:23, Javed wrote: > > I was using Tomcat 5.0.28 before using Tomcat 7.0.16. The application was > working perfectly fine. Recently, we have migrated from Tomcat 5 to Tomcat > 7. > > The application works fine for most of the part but gives problem with >

Re: Tomcat 7 adds jsessionid in request URI as opposed to Tomcat 5

2011-08-04 Thread 刘铎
I'm using Tomcat 6.0.24. As I know, jsessionid could be returned to the tomcat by urlrewriting or cookie. Why not use cookie instead? 2011/8/4 Javed : > > I was using Tomcat 5.0.28 before using Tomcat 7.0.16. The application was > working perfectly fine. Recently, we have migrated

Tomcat 7 adds jsessionid in request URI as opposed to Tomcat 5

2011-08-04 Thread Javed
I was using Tomcat 5.0.28 before using Tomcat 7.0.16. The application was working perfectly fine. Recently, we have migrated from Tomcat 5 to Tomcat 7. The application works fine for most of the part but gives problem with URLRewriteFilter. I have used URLRewriteFilter to convert Capital case

Re: Enable Security Manager in Tomcat 5

2011-05-11 Thread Conway Liu
After a days google, trial and error, I finally realised that the person who migrated the website from linux to Windows did not change the paths in catalina.policy. I got a fresh copy of catalina.policy from Tomcat 5 installation and re-add my bits of security settings and it is working now

Enable Security Manager in Tomcat 5

2011-05-11 Thread Conway Liu
Good day! For testing purposes I have setup a website to run in Tomcat 5, Tomcat 6, and Tomcat 7. The site runs on Windows Server 2008 R2, and I used the service.bat to install the windows service so that I can start and stop the site. When it came to enable the security manager, I read from

Re: Slow SSL connections after Tomcat 5 to 7 migration

2011-05-06 Thread Michał Kapituła
W dniu 2011-05-05 18:50, Christopher Schultz pisze: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michał, On 5/5/2011 10:21 AM, Michał Kapituła wrote: I thought that seperate SSL Handshake could be made for each of the requests, but I can't see such behaviour in the dumps. Only one or zero th

RE: Slow SSL connections after Tomcat 5 to 7 migration

2011-05-05 Thread Caldarale, Charles R
> From: Michał Kapituła [mailto:michal.kapit...@comarch.pl] > Subject: Re: Slow SSL connections after Tomcat 5 to 7 migration > Really I don't know what to search for there (maybe you > could give me some clues?). Look to see what the threads are doing. Some will be waiting

Re: Slow SSL connections after Tomcat 5 to 7 migration

2011-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michał, On 5/5/2011 10:21 AM, Michał Kapituła wrote: > I thought that seperate SSL Handshake could be made for each of the > requests, but I can't see such behaviour in the dumps. Only one or zero > threads commiting a handshake, others appear to auto

Re: Slow SSL connections after Tomcat 5 to 7 migration

2011-05-05 Thread Michał Kapituła
Hello, I've made some thread dumps with https connection in progress. W dniu 2011-05-04 15:49, Caldarale, Charles R pisze: From: Michał Kapituła [mailto:michal.kapit...@comarch.pl] Subject: Slow SSL connections after Tomcat 5 to 7 migration I've just tested the page generation time

Re: Slow SSL connections after Tomcat 5 to 7 migration

2011-05-04 Thread Francis GALIEGUE
On Wed, May 4, 2011 at 15:49, Caldarale, Charles R wrote: >> From: Michał Kapituła [mailto:michal.kapit...@comarch.pl] >> Subject: Slow SSL connections after Tomcat 5 to 7 migration > >> I've just tested the page generation time via local network (and >> browser&#x

RE: Slow SSL connections after Tomcat 5 to 7 migration

2011-05-04 Thread Caldarale, Charles R
> From: Michał Kapituła [mailto:michal.kapit...@comarch.pl] > Subject: Slow SSL connections after Tomcat 5 to 7 migration > I've just tested the page generation time via local network (and > browser's cache off) and the page is being fully loaded in circa 2 > secon

Slow SSL connections after Tomcat 5 to 7 migration

2011-05-04 Thread Michał Kapituła
Hi, I've been experiencing trouble after migrating our company's web application from Tomcat 5 to Tomcat 7. There's a significant slowdown with https connections after the migration. I'm aware that application has a flaw - there's a large number of http request nee

Re: Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.

2011-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Varuna, On 5/2/2011 2:19 PM, Varuna Seneviratna wrote: > I wont't Tomcat5 becauseI want to study for the SWCDE Exam which uses > Tomcat5 Assuming you mean SCWCD, I can tell you you're going to have a rough road ahead of you. Obtaining this certifi

Re: Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.

2011-05-02 Thread André Warnier
Varuna Seneviratna wrote: On 2 May 2011 23:43, Pid wrote: On 5/2/11 7:07 PM, Varuna Seneviratna wrote: Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.I am Unable to understand what is documented at http://tomcat.apache.org/tomcat-5.5

Re: Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.

2011-05-02 Thread Hassan Schroeder
On Mon, May 2, 2011 at 11:16 AM, Varuna Seneviratna wrote: > I don't understand How to do the following > >         Unix daemon If you're just setting up a local dev environment, I'd suggest you don't really need to bother with jsvc -- keep it simple. -- Hassan Schroeder -

Re: Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.

2011-05-02 Thread Varuna Seneviratna
On 2 May 2011 23:47, André Warnier wrote: > Varuna Seneviratna wrote: >> >> Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or >> refer me to relevant documentation.I am Unable to understand what is >> documented at http://tomcat.apache.org/to

Re: Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.

2011-05-02 Thread André Warnier
Varuna Seneviratna wrote: Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.I am Unable to understand what is documented at http://tomcat.apache.org/tomcat-5.5-doc/setup.html and configure Tomcat in order to create a Java Servlet Development

Re: Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.

2011-05-02 Thread Varuna Seneviratna
On 2 May 2011 23:43, Pid wrote: > On 5/2/11 7:07 PM, Varuna Seneviratna wrote: >> Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or >> refer me to relevant documentation.I am Unable to understand what is >> documented at http://tomcat.apache.org/tomcat-5

Re: Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.

2011-05-02 Thread Pid
On 5/2/11 7:07 PM, Varuna Seneviratna wrote: > Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or > refer me to relevant documentation.I am Unable to understand what is > documented at http://tomcat.apache.org/tomcat-5.5-doc/setup.html and > configure Tomcat in order

Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.

2011-05-02 Thread Varuna Seneviratna
Can anybody Please tell me How to Configure Tomcat 5 on Fedora 14 or refer me to relevant documentation.I am Unable to understand what is documented at http://tomcat.apache.org/tomcat-5.5-doc/setup.html and configure Tomcat in order to create a Java Servlet Development Environment for me at my

RE: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-09 Thread Caldarale, Charles R
> From: Dharamshila Khandelwal [mailto:dharmshil...@gmail.com] > Subject: Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6 > I was able to make it work. Enable Invoker Servlet Mapping > in conf/web.xml. That is a really, really, really bad idea - bordering

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dharamshila, On 3/9/2011 11:58 AM, Dharamshila Khandelwal wrote: > I was able to make it work. Enable Invoker Servlet Mapping in conf/web.xml. That would do it, although you should enable it in your webapp's web.xml /only/ and not for the entire serv

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-09 Thread Dharamshila Khandelwal
Hi All, I was able to make it work. Enable Invoker Servlet Mapping in conf/web.xml. However I had to enable priveleged="true" in context.xml. Do you see any flip side to it? I know that it is not the most secured way but this is my application website and runs in the intranet. Thanks all for your

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-09 Thread Dharamshila Khandelwal
*Localhost.log* Mar 8, 2011 10:25:32 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Mar 8, 2011 10:25:32 PM org.apache.catalin

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-09 Thread Bob Hall
Dharamshila, --- On Tue, 3/8/11 at 7:35 PM, Dharamshila Khandelwal wrote: Thanks for your response Christopher! I have structs.jar in WEB-INF/lib. I even tried putting it in CATALINA_HOME/lib, but it didn't work. I have attached the log files as you had requested. As Chris already mentioned,

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Dharamshila Khandelwal
I am > > using. > > Your web.xml looks good. I also use Struts (v1) with Tomcat 6 with no > problems whatsoever. > > If you upgraded from Tomcat 5 to 6 and things stopped working, I suspect > that your TC5 environment had something that didn't properly translate > int

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Dharamshila Khandelwal
m: Dharamshila Khandelwal [mailto:dharmshil...@gmail.com] > > Subject: Re: Servlet mapping doesn't work after upgrading from Tomcat 5 > to 6 > > > I tried putting the servlet-mapping inside servlet tag > > but it didn't work. > > Good, since that's not syntactical

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Christopher Schultz
looks good. I also use Struts (v1) with Tomcat 6 with no problems whatsoever. If you upgraded from Tomcat 5 to 6 and things stopped working, I suspect that your TC5 environment had something that didn't properly translate into the new environment. My guess is that struts-*.jar was filed under

RE: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Caldarale, Charles R
> From: Dharamshila Khandelwal [mailto:dharmshil...@gmail.com] > Subject: Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6 > I tried putting the servlet-mapping inside servlet tag > but it didn't work. Good, since that's not syntactically correct

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Dharamshila Khandelwal
following servlet mapping in webapps//WEB-INF/web.xml > > > > > >action > > *.do > > > > > > This mapping worked fine with Tomcat 5, but when I am running the > > application with the same mapping, it is not able to load the servlet > sa

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Konstantin Kolinko
2011/3/9 Dharamshila Khandelwal : > Hi, > > I have the following servlet mapping in webapps//WEB-INF/web.xml > >   >    action >    *.do >   > > This mapping worked fine with Tomcat 5, but when I am running the > application with the same mapping, it is not able

Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Dharamshila Khandelwal
Hi, I have the following servlet mapping in webapps//WEB-INF/web.xml action *.do This mapping worked fine with Tomcat 5, but when I am running the application with the same mapping, it is not able to load the servlet saying that the requested servlet not found. Can anyone please

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-09-01 Thread Maximilian Stocker
the problem is and I have it working, if less than ideally now. Thanks for the suggestions etc. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, September 01, 2010 12:36 PM To: Tomcat Users List Subject: Re: undeploy failure - stack overflo

Re: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 9/1/2010 10:53 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5 > >> And that was working prop

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-09-01 Thread Maximilian Stocker
x27; Subject: RE: undeploy failure - stack overflow tomcat 5 on RHEL 5 Sorry temp is linked to temp. That was a copy and paste error from the shell to email on my part. I just double checked what I had sent and it is the only one I made a mistake on. It is Temp -> /var/chache/tomcat5/temp Ag

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-09-01 Thread Maximilian Stocker
k.caldar...@unisys.com] Sent: Wednesday, September 01, 2010 11:19 AM To: Tomcat Users List Subject: RE: undeploy failure - stack overflow tomcat 5 on RHEL 5 > From: Maximilian Stocker [mailto:m...@talentoyster.com] > Subject: RE: undeploy failure - stack overflow tomcat 5 on RHEL 5 > w

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-09-01 Thread Caldarale, Charles R
> From: Maximilian Stocker [mailto:m...@talentoyster.com] > Subject: RE: undeploy failure - stack overflow tomcat 5 on RHEL 5 > work -> /var/cache/tomcat5/work > temp -> /var/cache/tomcat5/work That's a bit scary - those should be separate directories. I have no idea wha

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-09-01 Thread Maximilian Stocker
age- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, September 01, 2010 10:29 AM To: Tomcat Users List Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maximilian, On 9/1/2010 10:08 AM, Maximilian Sto

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-09-01 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5 > And that was working properly? Many folks have encountered > problems using OpenJDK with Tomcat and their webapps. I don't think that's

Re: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maximilian, On 9/1/2010 10:08 AM, Maximilian Stocker wrote: > The version that was being used (using java -version) was an OpenJDK > > java version "1.6.0_0" > OpenJDK Runtime Environment (IcedTea6 1.6) (rhel-1.13.b16.el5-x86_64) > OpenJDK 64-Bit Ser

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-09-01 Thread Maximilian Stocker
ugust 31, 2010 4:58 PM To: Tomcat Users List Subject: RE: undeploy failure - stack overflow tomcat 5 on RHEL 5 > From: Pid [mailto:p...@pidster.com] > Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5 > Really? > > JVM - 1.6.0_0-b16 (Sun) > You can probably find a n

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-08-31 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5 > Really? > > JVM - 1.6.0_0-b16 (Sun) > You can probably find a newer JVM than that You're saying that just because 1.6.0_0 is approaching the fourth anniversar

Re: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-08-31 Thread Pid
On 31/08/2010 20:41, Maximilian Stocker wrote: > Thanks for you reply. > > The JVM bug is an interesting possibility that I have also been wondering > about. It was also upgraded I believe. Really? >> JVM - 1.6.0_0-b16 (Sun) You can probably find a newer JVM than that, unless I'm reading your

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-08-31 Thread Maximilian Stocker
...@unisys.com] Sent: Tuesday, August 31, 2010 3:33 PM To: Tomcat Users List Subject: RE: undeploy failure - stack overflow tomcat 5 on RHEL 5 > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5 > Looks like a JVM

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-08-31 Thread Maximilian Stocker
--Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, August 31, 2010 3:28 PM To: Tomcat Users List Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maximilian, On 8/31/2010 2:15 PM,

RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-08-31 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5 > Looks like a JVM bug to me. Maybe not - see below. > > And the last line, ExpandWar.delete continues on and on etc. > That's w

Re: undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maximilian, On 8/31/2010 2:15 PM, Maximilian Stocker wrote: > I have a tomcat 5.5 running on a server with redhat enterprise linux > 5 and everything has been working for the last 7 -8 months without > problems. On Friday the IT department "patched"

undeploy failure - stack overflow tomcat 5 on RHEL 5

2010-08-31 Thread Maximilian Stocker
I have a tomcat 5.5 running on a server with redhat enterprise linux 5 and everything has been working for the last 7 -8 months without problems. On Friday the IT department "patched"/upgraded the server (I believe both tomcat and java were moved up minor versions) and now any undeploy fails. T

Re: tomcat 5

2010-08-25 Thread Mark Thomas
On 25/08/2010 18:39, Wesley Acheson wrote: > Hi, > > Is the 5.5 branch actively maintained? Or is it all tc6 now? Just wondering. http://wiki.apache.org/tomcat/TomcatVersions Mark - To unsubscribe, e-mail: users-unsubscr...@t

tomcat 5

2010-08-25 Thread Wesley Acheson
Hi, Is the 5.5 branch actively maintained? Or is it all tc6 now? Just wondering. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: need help in setting up virtual url for tomcat 5 URGENT

2010-04-15 Thread Pid
dster.com] > Sent: Thursday, April 15, 2010 5:54 PM > To: Vivek Kanchan > Subject: Re: need help in setting up virtual url for tomcat 5 URGENT > > > On 15/04/2010 10:02, Vivek Kanchan wrote: >> Hi, >> >> We ar eusing the BIGIP url for this , so certificates and al

RE: need help in setting up virtual url for tomcat 5 URGENT

2010-04-15 Thread Vivek Kanchan
PM To: Tomcat Users List Subject: Re: need help in setting up virtual url for tomcat 5 URGENT On 14/04/2010 12:10, Vivek Kanchan wrote: > This is urgent please , i am new to tomcat. :( People volunteer their support here for free. If you need urgent support you may have to look fo

Re: need help in setting up virtual url for tomcat 5 URGENT

2010-04-14 Thread Pid
doc/index.html and then: http://tomcat.apache.org/tomcat-6.0-doc/config/index.html p > Thanks, > Vivyek kanchan > > -Original Message- > From: Vivek Kanchan > Sent: Wednesday, April 14, 2010 4:32 PM > To: users@tomcat.apache.org > Subject: need help in setting

RE: need help in setting up virtual url for tomcat 5 URGENT

2010-04-14 Thread Vivek Kanchan
This is urgent please , i am new to tomcat. :( Thanks, Vivyek kanchan -Original Message- From: Vivek Kanchan Sent: Wednesday, April 14, 2010 4:32 PM To: users@tomcat.apache.org Subject: need help in setting up virtual url for tomcat 5 HI, > > > > I have setup to

need help in setting up virtual url for tomcat 5

2010-04-14 Thread Vivek Kanchan
HI, > > > > I have setup tomcat 5 for a customer, now i need to use virtual url and > por= > > t > > t other than 8080 , please let me know how to do it , what files to > change = > > for these. Thanks, Vivyek kanchan

RE: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Sulaiman Paperwalla
an port 80. Thanks for your help (and Peter) for pointing me in the right direction. All the best, -sul. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, April 08, 2010 11:53 AM To: Tomcat Users List Subject: RE: Apache Tomcat 5 does

Re: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Peter Crowther
On 8 April 2010 16:52, Caldarale, Charles R wrote: > Use netstat -ano, note the pid, and look it up in Task Manager. > > tcpview (http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx) should give you the process directly, but Chuck's suggestion is less invasive :-). - Peter

RE: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Caldarale, Charles R
> From: Sulaiman Paperwalla [mailto:s...@fiu.edu] > Subject: RE: Apache Tomcat 5 does not work on port 80 > > I did netstat -a but it does not tell me the application that is > listening on port 80; Use netstat -ano, note the pid, and look it up in Task Manager. - Chuck THI

RE: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Sulaiman Paperwalla
al Message- From: Gregor Schneider [mailto:rc4...@googlemail.com] Sent: Thursday, April 08, 2010 11:42 AM To: Tomcat Users List Subject: Re: Apache Tomcat 5 does not work on port 80 You can telnet port 80 without any problems? Well, that means there's some application running using port 80

RE: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Sulaiman Paperwalla
Thanks! IIS is not running on this machine. I checked the logs and they are virtually blank. The logs I checked were jacarta_service_, stderr, and stdout log files. I am using tomcat 5 because the application I am using is not supporting a higher version yet. I am working with the vendor

Re: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Gregor Schneider
You can telnet port 80 without any problems? Well, that means there's some application running using port 80, otherwise you wouldn't be able to telnet on port 80. What gives "netstat -a"? Rgds Gregor -- just because you're paranoid, don't mean they're not after you... gpgp-fp: 79A84FA5268070267

Re: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Peter Crowther
Check you don't already have IIS running on port 80. If you look in Tomcat's logs, there should be a bind exception if that's the case. Is there any reason you're using 5.0? It's very old, and is no longer supported. This means that, for example, it has known security holes and they will never

Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Sulaiman Paperwalla
Hi, I have tomcat 5.0 installed on a windows server 2008 machine. Tomcat is the only web server installed. When I change the port to anything other than port 80, for example 8080, I can successfully access the website, but it does not work for Port 80. I have made sure the port is open in th

Re: what's main difference between tomcat 5 and tomcat 6

2010-02-04 Thread André Warnier
1 ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: what's main difference between tomcat 5 and tomcat 6

2010-02-04 Thread Pid
On 04/02/2010 08:05, Shixiang Wen wrote: May I draw your attention to the Tomcat website? http://tomcat.apache.org/whichversion.html p ___ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/

what's main difference between tomcat 5 and tomcat 6

2010-02-04 Thread Shixiang Wen
___ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/

RE: Config IIS in tomcat 5 and 6 at sane time

2010-01-14 Thread Caldarale, Charles R
> From: Carlox [mailto:cegh0...@gmail.com] > Subject: Config IIS in tomcat 5 and 6 at sane time > > Hi! I´m trying to config the IIS in 2 Apache servers using the > ISAPI filters. > I have one server with tomcat 5.5 and other with tomcat 6 but the > system don't run.

Config IIS in tomcat 5 and 6 at sane time

2010-01-14 Thread Carlox
Hi! I´m trying to config the IIS in 2 Apache servers using the ISAPI filters. I have one server with tomcat 5.5 and other with tomcat 6 but the system don't run. -- View this message in context: http://old.nabble.com/Config-IIS-in-tomcat-5-and-6-at-sane-time-tp27165931p27165931.html

Re: Tomcat 5 vs 6 Context useNaming Behavior

2009-12-04 Thread Scott Dudley
Caldarale, Charles R wrote: From: Scott Dudley [mailto:sc...@telesoft.com] Subject: Tomcat 5 vs 6 Context useNaming Behavior We have a legacy application that's been running on the 5.5.X versions for several years. Under what JVM? And platform? I've tested

RE: Tomcat 5 vs 6 Context useNaming Behavior

2009-12-03 Thread Caldarale, Charles R
> From: Scott Dudley [mailto:sc...@telesoft.com] > Subject: Tomcat 5 vs 6 Context useNaming Behavior > > We have a legacy application that's been running on the 5.5.X versions > for several years. Under what JVM? And platform? > The application instantiates the con

Tomcat 5 vs 6 Context useNaming Behavior

2009-12-03 Thread Scott Dudley
We have a legacy application that's been running on the 5.5.X versions for several years. This application manipulates the JNDI context in such a manner that would now be considered "unusual". In a nutshell, it's because the application framework was written concurrent with and prior to dev

RE: Logging in Tomcat 5 (SysOut & SysErr)

2009-11-20 Thread Caldarale, Charles R
> From: Milan Tomic [mailto:tomicmi...@yahoo.com] > Subject: Logging in Tomcat 5 (SysOut & SysErr) > > At present, system.out and system.err are printing in the Windows > console. How can I redirect output to some file? The first thing you have to tell us is exactly what versi

Re: Logging in Tomcat 5 (SysOut & SysErr)

2009-11-20 Thread Aleksandar Stoisavljevic
You will need some kind of logging framework to do this (e.g. Log4J). On Fri, Nov 20, 2009 at 12:26 PM, Milan Tomic wrote: > > > At present, system.out and system.err are printing in the Windows console. > How can I redirect output to some file? Or even better would be to have 2 > outputs: file

Logging in Tomcat 5 (SysOut & SysErr)

2009-11-20 Thread Milan Tomic
At present, system.out and system.err are printing in the Windows console. How can I redirect output to some file? Or even better would be to have 2 outputs: file and Windows console. I have tried to read Tomcat docs and got lost there. It mentions default catalina.log as output, but I don't h

Re: Tomcat 5 SSL keytool error: java.lang.Exception: Public key in reply and keystore don't match

2009-10-20 Thread Crypto Sal
ple, "-genkey -alias tomcat" followed by "-import -trustcacerts -aliast tomcat") On Tuesday 20 October 2009 10:36, Miguel Ortiz wrote: I have a tomcat 5 web server setup on CentOS, I am currently working on installing a SSL cert but don't seem to be having any luck.

Re: Tomcat 5 SSL keytool error: java.lang.Exception: Public key in reply and keystore don't match

2009-10-20 Thread Nicholas Sushkin
dgebase&_a=viewarticle&kbarticleid=1204 One thing to note is that when you import cert, use the same certificate alias as the key's (for example, "-genkey -alias tomcat" followed by "-import -trustcacerts -aliast tomcat") On Tuesday 20 October 2009 10:36, Miguel O

Tomcat 5 SSL keytool error: java.lang.Exception: Public key in reply and keystore don't match

2009-10-20 Thread Miguel Ortiz
I have a tomcat 5 web server setup on CentOS, I am currently working on installing a SSL cert but don't seem to be having any luck. I get the following error: keytool error: java.lang.Exception: Public key in reply and keystore don't match I have reissued the cert through Network Sol

Re: Multiple Instance of Tomcat 5 on Centos 5

2009-10-20 Thread homerlex
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/Multiple-Instance-of-Tomcat-5-on-Centos-5-tp25975547p25976821.html Sent from the

Tomcat 5 SSL keytool error: java.lang.Exception: Public key in reply and keystore don't match

2009-10-20 Thread Miguel Ortiz
I have a tomcat 5 web server setup on CentOS, I am currently working on installing a SSL cert but don't seem to be having any luck. I get the following error: keytool error: java.lang.Exception: Public key in reply and keystore don't match I have reissued the cert through Network Sol

Re: Multiple Instance of Tomcat 5 on Centos 5

2009-10-20 Thread André Warnier
homerlex wrote: I have Centos 5 on which I yum installed Tomcat5. Does anyone have tips for setting up multiple instances of TC in this configuration? I have seen some how-tos with other flavors of Linux. Its it going to be a matter of copying some files around and customizing the /etc/init.d/

Multiple Instance of Tomcat 5 on Centos 5

2009-10-20 Thread homerlex
? Thanks in advance -- View this message in context: http://www.nabble.com/Multiple-Instance-of-Tomcat-5-on-Centos-5-tp25975547p25975547.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e

tomcat 5 clustering problems

2009-08-28 Thread Given Shirinda
Hi guyz I am running Linux Server,I have installed tomcat 5. I was following your Windows tomcat clustering and load balancing manual. I did follow the manual to run multiple tomcat instances. I placed the tomcat under this directory /opt/apache-tomcat-5.5.25 /opt/apache-tomcat

Re: Accessing Properties file located in Conf Directory of Tomcat 5.XX

2009-08-20 Thread Pid
pa.prabha...@do.treas.gov To: users@tomcat.apache.org Date: Thu, 20 Aug 2009 10:52:30 -0400 Subject: FW: Accessing Properties file located in Conf Directory of Tomcat 5.XX _ From: Prabhakar, Kaverappa Sent: Thursday, August 20, 2009 10:20 AM To: 'use

Re: Accessing Properties file located in Conf Directory of Tomcat 5.XX

2009-08-20 Thread Tim Funk
I am assuming loader is an instance of a classloader. The classloader doesn't see the conf directory. (But as your noticed - it does see the common directory) Your "easiest" (but tomcat specific) solution is to do something like this: File confDir = new File(System.properties("catalina.home"),

RE: Accessing Properties file located in Conf Directory of Tomcat 5.XX

2009-08-20 Thread Martin Gainty
le contenu fourni. > From: kaverappa.prabha...@do.treas.gov > To: users@tomcat.apache.org > Date: Thu, 20 Aug 2009 10:52:30 -0400 > Subject: FW: Accessing Properties file located in Conf Directory of Tomcat > 5.XX > > > > _ > From:

  1   2   3   4   5   >