Tomcat 6 Memory problem

2008-09-07 Thread Barak Yaish
Bouncing, in case someone missed this post... Is this thread should be relocated to the dev list? Thanks again, Barak. -Original Message- From: Barak Yaish [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 1:23 PM To: users@tomcat.apache.org Subject: Tomcat 6 Memory problem

Re: Tomcat 6 Memory problem

2008-09-07 Thread Johnny Kewl
- Original Message - From: Barak Yaish [EMAIL PROTECTED] To: 'Tomcat Users List' users@tomcat.apache.org Sent: Sunday, September 07, 2008 9:25 AM Subject: Tomcat 6 Memory problem Bouncing, in case someone missed this post... Is this thread should be relocated to the dev list?

Re: Tomcat 6 Memory problem

2008-09-07 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, September 07, 2008 9:58 AM Subject: Re: Tomcat 6 Memory problem - Original Message - From: Barak Yaish [EMAIL PROTECTED] To: 'Tomcat Users List'

Re: Tomcat vs Weblogic JNDI Lookup

2008-09-07 Thread Luther Baker
The * was just a wildcard for the example. Fill it in with whatever you like. Let's say we have a datasource named appds So code deployed to WEBLOGIC can do this: context.lookup(appds); While code deployed to TOMCAT must do this: context.lookup(java:comp/env/jdbc/appds); That is my

Re: Newbies, becareful of pure cookie based magic... theres a few gotcha's

2008-09-07 Thread Leon Rosenberg
I think you are speaking about JSF and I think you are completely misunderstanding the concept. The diversification is done via parameters just as same as it's done via content path or 'visible' parameters in old school frameworks. The actual problem is that everything is sent via POST and that is

[NEWBIE]Tomcat 6.0.16-reboot required when changing the port number

2008-09-07 Thread Jon Camilleri
1. I've updated server.xml to change the default port from 8080 to 80, however, I've noted that restarting the server leaves apache tomcat listening on both ports 8080 and 80, until the server is rebooted. Scripts executed shutdown.sh startup.sh OS: RedHat Fedora 9 running Linux

Re: [NEWBIE]Tomcat 6.0.16-reboot required when changing the port number

2008-09-07 Thread Steve Ochani
1.I´ve updated server.xml to change the default port from 8080 to 80, however, I´ve noted that restarting the server leaves apache tomcat listening on both ports 8080 and 80, until the server is rebooted. Are you stating that you have to reboot twice? Are you sure that it's tomcat that is

RE: Default application or HTML redirect

2008-09-07 Thread Mostafa Mossaad
Konstantin, any ideas? Guys? -Original Message- From: Mostafa Mossaad [mailto:[EMAIL PROTECTED] Sent: Saturday, September 06, 2008 2:59 PM To: Tomcat Users List Subject: RE: Default application or HTML redirect Hello Konstantin, I changed the port number during installation to

Re: Newbies, becareful of pure cookie based magic... theres a few gotcha's

2008-09-07 Thread Johnny Kewl
- Original Message - From: Leon Rosenberg [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, September 07, 2008 9:49 PM Subject: Re: Newbies, becareful of pure cookie based magic... theres a few gotcha's I think you are speaking about JSF and I think you

Re: Tomcat 6 Memory problem

2008-09-07 Thread Jq
top - console command that shows a constantly updated list of all the processes and how many resources they are consuming. you can also kill processes from inside this app. see screen scrape below. On Sun, 2008-09-07 at 10:21 +0200, Johnny Kewl wrote: do you have anything like the task manager

Re: Default application or HTML redirect

2008-09-07 Thread Konstantin Kolinko
I am sorry, but can you summarize, what is not working at this moment? What computers, where in the network, are involved in the case that is not working? In this thread several questions were raised. a) How to make an application the default one. Answer: The default application is named ROOT

Re: Tomcat loops indefinitely

2008-09-07 Thread Konstantin Kolinko
Well, I do not know what DefaultSparqlDispatcher actually is, but googling found the following source code of it: https://submarine.computas.com/sublima/tags/0.9.5/blocks/sublima-query/src/main/java/com/computas/sublima/query/impl/DefaultSparqlDispatcher.java Thus, the following line:

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-09-07 Thread James Wang
Hi Mark, Thanks for your suggestion, Yes, we are using apache httpd and enable keep-alive (set 15 seconds), and most users are using IE, don't know why it happened to IE users only, would you please explain it to us more in details. another questions is if we disable the keep-alive, will it

Re: Tomcat 6 and corruption of text in French error pages

2008-09-07 Thread Konstantin Kolinko
2008/9/6 André-John Mas [EMAIL PROTECTED]: Hi, I have Tomcat 6 installed on a French version of Windows XP. When error pages, such as the 404 error page, appear the French text is corrupted. For example, instead of the expected: La ressource demandée (/manager/html) n'est pas disponible.

Re: Good JSP editor

2008-09-07 Thread Konstantin Kolinko
2008/9/6 sam wun [EMAIL PROTECTED]: If you are using a good jsp editor, can you tell me where its download link? My current development enviornment is Eclipse 3.4 and Tomcat 5.5.26 What are you expecting from a good one? You know, tastes and requirements may differ. Eclipse already has

UnauthorizedAccessException error while running WMI in tomcat

2008-09-07 Thread new_bie_tomcat
I have written the following code in Java to access registry of a remote machine. I am able to execute the program successfully when i run the program separately. But when I try to execute the code in Apache Tomcat. I am getting UnauthorizedAccessException error.The full text of error is

Re: Deploying an app from remote url (tomcat manager)

2008-09-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
the final '/' is a typo On Fri, Sep 5, 2008 at 7:57 PM, Mark Thomas [EMAIL PROTECTED] wrote: Noble Paul നോബിള്‍ नोब्ळ् wrote: hi , I tried the to deploy a war from an http url I tried the following syntax jar:http://hostname:port/path/to/a/warfile.war! I haven't got a system handy to

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-09-07 Thread Mark Thomas
James Wang wrote: Hi Mark, Thanks for your suggestion, Yes, we are using apache httpd and enable keep-alive (set 15 seconds), and most users are using IE, don't know why it happened to IE users only, would you please explain IE 'features' that don't follow the spec and therefore can cause

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-07 Thread Mark Thomas
new_bie_tomcat wrote: Please let me know if any configuration is needed in Tomcat to support this? You need to run Tomcat under a user that has the permissions to perform the action you are trying to perform. If you are running Tomcat as a service, the default LocalSystem user will not have