RE: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Richard Mixon
[mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 6:14 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Tomcat 5.5.12 and user-agent header Have you looked at the headers between Tomcat and your UA? Is your UA actually sending the UA header? If it is then it looks like a sitemesh

RE: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Peter Crowther
From: Tom Burke [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 11:18 To: Tomcat Users List Subject: Tomcat on Windows: advantages of running as a service? I'm running Tomcat 5.0.28 on a Windows 2003 server, and I need to automatically shut it down restart it. One way is to control it

Re: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Ben Souther
The net start service name and net stop service name commands will allow you to stop and start Windows services from the command line (and thus from a batch script). You can get the service name from the Services property window. On Wed, 2005-10-12 at 06:18, Tom Burke wrote: I'm running

RE: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Dale, Matt
:[EMAIL PROTECTED] Sent: 12 October 2005 12:12 To: Tomcat Users List Subject: Re: Tomcat on Windows: advantages of running as a service? The net start service name and net stop service name commands will allow you to stop and start Windows services from the command line (and thus from a batch script

RE: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Richard Mixon
: RE: Tomcat 5.5.12 and user-agent header Mark, Thanks - should have thought of that first. Now that I turned on LiveHTTPHeaders, I cannot get it to fail. I was able to do this consistently before. Just to be sure, I'll try again tomorrow morning. Maybe its just late. Thanks much - Richard

Re: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Jess Holle
Message- From: Richard Mixon [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 12:45 AM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.12 and user-agent header Mark, Thanks - should have thought of that first. Now that I turned on LiveHTTPHeaders, I cannot get it to fail. I

RE: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Richard Mixon
standalone? Thank you - Richard -Original Message- From: Jess Holle [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 10:00 AM To: Tomcat Users List Subject: Re: Tomcat 5.5.12 and user-agent header Does this only occur when connecting directly to Tomcat or is it also an issue when

Re: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Jess Holle
Richard Mixon wrote: Have not tried it with Apache/mod_jk in front - just with Tomcat and accessing it as http://computername:8080/stars/HomePage.do . Not sure of your drift. Are you just looking for another date point (that's good) - or is there some implication as to how user-agent headers

Re: tomcat 3.2.4

2005-10-11 Thread Glen Mazza
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/index.html should be 3.2.4. Glen Steve Souza wrote: Hi folks, I'm new to the list, so I apologize in advance for any faux pas I may commit here! The question is simple - we'd like to get the 3.2.4 release of Tomcat, but do not see a download

RE: tomcat 3.2.4

2005-10-11 Thread GB Developer
http://archive.apache.org/dist/jakarta/tomcat-3/archive/v3.2.4/ -Original Message- From: Steve Souza [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 3:18 PM To: Tomcat Users List Subject: tomcat 3.2.4 Hi folks, The question is simple - we'd like to get the 3.2.4

RE: Tomcat 5.5.9 bugs?

2005-10-11 Thread Niels Beekman
Hi, Related to the Dreamweaver-issue: I have this problem too, after some debugging I found that Dreamweaver does not correctly update the lastmodified-timestamp on JSP-files when putting them on the server, which obviously fools the JSP-compiler into thinking that nothing has changed.

RE: Tomcat 5.5.12 and user-agent header

2005-10-11 Thread Mark Thomas
of Axis. Mark -Original Message- From: Richard Mixon [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 12:00 AM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.12 and user-agent header Leon, Thank you for the test - but I still get a null user-agent right after

Re: Tomcat 5.5.12 and user-agent header

2005-10-09 Thread Leon Rosenberg
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Friday, October 07, 2005 10:13 PM To: tomcat-user@jakarta.apache.org Subject: Re: Tomcat 5.5.12 and user-agent header Richard Mixon [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I tested out my application on 5.5.12 yesterday

RE: Tomcat 5.5.12 and user-agent header

2005-10-09 Thread Richard Mixon
-Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Sunday, October 09, 2005 1:45 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Tomcat 5.5.12 and user-agent header Hmm, I downloaded 5.5.12 and tried the agent-header specific code

RE: Tomcat 5.5.12 and user-agent header

2005-10-08 Thread Richard Mixon
. Thanks - Richard -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Friday, October 07, 2005 10:13 PM To: tomcat-user@jakarta.apache.org Subject: Re: Tomcat 5.5.12 and user-agent header Richard Mixon [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

RE: tomcat webdav [255807:132333]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Vineet Chadha

Re: Tomcat 5.5.12 and user-agent header

2005-10-07 Thread Bill Barker
Richard Mixon [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I tested out my application on 5.5.12 yesterday and noticed one small anomally. I had a JSP in my sitemesh decorator default.jsp that ends up wrapping the login page for container managed authentication. This page had a

Re: Tomcat Alone or tomcat+IIS/Apache

2005-10-05 Thread Gregg D Bolinger
[EMAIL PROTECTED] wrote: thanks for all the replies On 9/30/05, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Peddireddy Srikanth [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Alone or tomcat+IIS/Apache And they argue that as Tomcat it self runs inside a JVM, which inturn

RE: Tomcat Alone or tomcat+IIS/Apache

2005-10-05 Thread Caldarale, Charles R
From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Alone or tomcat+IIS/Apache Does Tomcat support CGI bins utalizing non-java technology? As usual, RTFM: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/cgi-howto.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

Re: Tomcat Manager, Session Statistics

2005-10-05 Thread Mark Thomas
Jean-Pierre Pelletier wrote: Hi, 1) When I look at sessions statistics for an application, using https://localhost/manager/html/sessions?path=/myApplication Why does Tomcat always list the number of sessions to expired within 10 minutes as equal to the number of active sessions? Looks like a

Re: Tomcat Manager, Session Statistics

2005-10-05 Thread Jean-Pierre Pelletier
PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, October 05, 2005 3:22 PM Subject: Re: Tomcat Manager, Session Statistics Jean-Pierre Pelletier wrote: Hi, 1) When I look at sessions statistics for an application, using https://localhost/manager/html/sessions?path

Re: Tomcat Manager, Session Statistics

2005-10-05 Thread Rainer Jung
] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, October 05, 2005 3:22 PM Subject: Re: Tomcat Manager, Session Statistics Jean-Pierre Pelletier wrote: Hi, 1) When I look at sessions statistics for an application, using https://localhost/manager/html/sessions?path

RE: Tomcat does not honor acceptCount configuration variable

2005-10-05 Thread Wei Zhao
Any tips on this issue? -Original Message- From: Wei Zhao [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 11:22 AM To: tomcat-user@jakarta.apache.org Cc: [EMAIL PROTECTED] Subject: Tomcat does not honor acceptCount configuration variable Hi: I am resending this question

Re: Tomcat JSP problem

2005-10-04 Thread Schalk Neethling
Liubomir I have experienced the same problem. Are you including any servlets in this JSP? Or are you using any filters? Any java type that has been pre-compiled locally, is what I am basically asking? If so, you will have a major/minor mismatch.Best to develop and compile to the same version

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-30 Thread Peddireddy Srikanth
Dear Chuck, your mail is very informative. We r facing a similar issue in our organization :: Tomcat or Apache+tomcat. And the supporters of Apache+tomcat are arguing that as Apache/IIS can make use of native OS (windows inour case) libraries for thread management , memory mangement etc, they

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-30 Thread Mladen Turk
Peddireddy Srikanth wrote: And they argue that as Tomcat it self runs inside a JVM, which inturn is a single process all the threads etc wil be simulted ones (and not the native threads) and hence it will not scale up well under high loads. Is this argument a valid one or just a

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-30 Thread Leon Rosenberg
We had the same discussion a year ago, as we switched to tomcat 5 and was testing whether we do need apache in front of it. Actually the only advantage for this solution left were apache mods like url-rewriting - http://mydomain - http://mydomain/myapp/mypath - better for some search engines and

Re: tomcat caching issue

2005-09-30 Thread Tim Funk
Based on everything written so far - there is no evidence tomcat would be chaching anything. I'd suggest placing as much debug code in your code as possible via a logging pacakge such as log4j/commons-logging so the log information can be turned on via configuration directives. -Tim

RE: Tomcat Alone or tomcat+IIS/Apache

2005-09-30 Thread Caldarale, Charles R
From: Peddireddy Srikanth [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Alone or tomcat+IIS/Apache And they argue that as Tomcat it self runs inside a JVM, which inturn is a single process all the threads etc wil be simulted ones (and not the native threads) and hence it will not scale up

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-30 Thread Peddireddy Srikanth
thanks for all the replies On 9/30/05, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Peddireddy Srikanth [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Alone or tomcat+IIS/Apache And they argue that as Tomcat it self runs inside a JVM, which inturn is a single process all

Re: tomcat + sysdeo plugin + eclipse 3.1

2005-09-28 Thread Jilles van Gurp
Jilles van Gurp wrote: I'm not sure this is the right place for this question but I assume more tomcat users use the sysdeo plugin to launch tomcat. The issue is that my WEB-INF/classes directory of my web application is not on the classpath if I launch tomcat using the sysdeo plugin. This

Re: tomcat exception handling

2005-09-26 Thread James Cowan
thanks. that is what I am looking for. James - Original Message - From: Alon Belman [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org; James Cowan [EMAIL PROTECTED] Sent: Friday, September 23, 2005 10:41 PM Subject: Re: tomcat exception handling you want

Re: tomcat start exception

2005-09-26 Thread Jun Zhu
Thanks very much for your big help. After adding the attribute, catalina.out has no exception when server startup. But the same exception now is appearing when server shutdown. In addition, if I try to access server's manager page, catalina.out records exception as: An exception or

RE: Tomcat working directory

2005-09-26 Thread Samit Paul
Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Saturday, September 24, 2005 9:43 PM To: tomcat-user@jakarta.apache.org Subject: Re: Tomcat working directory The easiest way to to open up the nice GUI (If it isn't in the System-Tray or the Start menu, then it's

Re: tomcat start exception

2005-09-24 Thread Bill Barker
If you add the attribute channelSocket.soLinger=-1 to your AJP/1.3 Connector element in server.xml, it should make the error go away. It's beyond me why Sun has decided to throw an exception here. Jun Zhu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have a Tomcat5.5.9 server

Re: Tomcat working directory

2005-09-24 Thread Bill Barker
The easiest way to to open up the nice GUI (If it isn't in the System-Tray or the Start menu, then it's usually at $CATALINA_HOME\bin\tomcat5w.exe), open the Startup tab, fill-in the Working Path box, and click 'OK'. Then restart the service. It's also possible to do this from the command

Re: Tomcat JVM using 99.9% cpu

2005-09-23 Thread Leon Rosenberg
It looks more like an infinite loop. There are issues with tomcat, which causes infinite loops (see http://issues.apache.org/bugzilla/show_bug.cgi?id=36541) , but there are also chances that you simply programmed one yourself in your code. To check this, next time you tomcat has 99% cpu time,

Re: Tomcat JVM using 99.9% cpu

2005-09-23 Thread Jost Richstein
Most likely the garbage collector causes your CPU load. At some point there is not enough memory and the collector tries to free some of it and tries and tries and tries. Usually your server runs fine even with this CPU load, it even sends quick responses (the collector has a low priority), but

Re: Tomcat JVM using 99.9% cpu

2005-09-23 Thread Ingo Rockel
Hi Jost, do you have any bug numbers concerning the OOM-issue with String.trim() and substring at hand? cheers, Ingo Jost Richstein schrieb: Most likely the garbage collector causes your CPU load. At some point there is not enough memory and the collector tries to free some of it and tries

Re: Tomcat JVM using 99.9% cpu

2005-09-23 Thread Jost Richstein
For more information see: http://fishbowl.pastiche.org/2005/04/27/the_string_memory_gotcha http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6294060 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4513622 Ingo Rockel wrote: Hi Jost, do you have any bug numbers concerning the OOM-issue

Re: Tomcat JVM using 99.9% cpu

2005-09-23 Thread Ingo Rockel
Very interesting links, thanx a lot :) Jost Richstein schrieb: For more information see: http://fishbowl.pastiche.org/2005/04/27/the_string_memory_gotcha http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6294060 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4513622 Ingo Rockel wrote:

Re: tomcat exception handling

2005-09-23 Thread James Cowan
Subject: Re: tomcat exception handling swallowoutput=true in your context should help Jilles James Cowan wrote: Hi How do I suppress the stack trace from exception handling globally (i.e. not using an errorPage directive)? I have tried setting the Verbosity of the Logger elements

Re: Tomcat Out of Memory - Host appBase related

2005-09-23 Thread Assaf
Hi Kamala, Try http://jakarta.apache.org/tomcat/faq/memory.html Usually it is the -X settings you need to play with. Assaf --- Vadlamudi, Kamala [EMAIL PROTECTED] wrote: When starting tomcat it is running Out of Memory. There were three Hosts in server.xml file pointing to same

RE: Tomcat Out of Memory - Host appBase related

2005-09-23 Thread Vadlamudi, Kamala
. I vaguely remember some one at work noticing this problem on linix boxes running tomcat. Appreciate your thoughts on this matter. Thanks Kamala -Original Message- From: Assaf [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 10:38 AM To: Tomcat Users List Subject: Re: Tomcat

RE: Tomcat Out of Memory - Host appBase related

2005-09-23 Thread Phillip Qin
] Sent: September 23, 2005 10:57 AM To: Tomcat Users List Subject: RE: Tomcat Out of Memory - Host appBase related Hi Assaf Thanks for the mail. I used the site you sent me to Check the following - The ram on my system is 128MB. - The out of memory problem is showing up way before system

RE: Tomcat Out of Memory - Host appBase related

2005-09-23 Thread Assaf
-Original Message- From: Assaf [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 10:38 AM To: Tomcat Users List Subject: Re: Tomcat Out of Memory - Host appBase related Hi Kamala, Try http://jakarta.apache.org/tomcat/faq/memory.html Usually it is the -X settings you

Re: tomcat exception handling

2005-09-23 Thread Alon Belman
any difference. what version of tomcat are you using? James - Original Message - From: Jilles van Gurp [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, September 22, 2005 5:33 PM Subject: Re: tomcat exception handling swallowoutput=true

RE: tomcat and JMS

2005-09-22 Thread Jason Bell
Stas, The original link gave a 404 error, but there is this article on the OnJava site that may shed a little more light for you. http://www.onjava.com/pub/a/onjava/2001/12/12/openjms.html I hope this helps. Regards Jason -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED]

Re: tomcat and JMS

2005-09-22 Thread Stas Ostapenko
Hi ! Thanks for your resnonce. I saw that article at ONJava.com. They use standalone openJMS server. I'm interested in embedded. Broken link ? Maybe... However, it's not much info there. Overview The Embedded connector enables OpenJMS clients to connect to an embedded OpenJMS server, i.e. a

RE: tomcat and JMS

2005-09-22 Thread Jason Bell
Hi ! Thanks for your resnonce. I saw that article at ONJava.com. They use standalone openJMS server. I'm interested in embedded. I was Googling around, I have to admit, as I found your posting very interesting. I've downloaded OpenJMS and will try and have a play when I have half an hour

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Paul Singleton
Lyndon Tiu wrote: Hello, I am using on server: - Tomcat 5.5.9 downloaded from Apache Tomcat website. - Tried both Java 1.4.2_09(using tomcat compat packages) and Java 1.5.0_03 - RH ES3 on client: - Firefox 1.0.6 - RH WS3 I have done ssl on Tomcat 4.x and 5.0.x a few times before with no

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Lyndon Tiu
On Thu, 22 Sep 2005 14:40:25 0100 [EMAIL PROTECTED] wrote: Lyndon Tiu wrote: Hello, I am using on server: - Tomcat 5.5.9 downloaded from Apache Tomcat website. - Tried both Java 1.4.2_09(using tomcat compat packages) and Java 1.5.0_03 - RH ES3 on client: - Firefox

Re: tomcat and JMS

2005-09-22 Thread Dov Rosenberg
Try something like: try { EmbeddedJmsServer server = new EmbeddedJmsServer(config); Thread serverThread = new Thread( server ); server.init(); serverThread.start(); } catch (Throwable e) { // do nothing e.printStackTrace(); } On 9/22/05 9:28 AM, Jason Bell

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread David Wall
As I said, I have done this successfully before and I am baffled that it is not working fo me now. Perhaps you need send your server.xml along so others can see what you've done. It definitely works with Firefox and IE on 5.5.9 David

Re: tomcat exception handling

2005-09-22 Thread Jilles van Gurp
swallowoutput=true in your context should help Jilles James Cowan wrote: Hi How do I suppress the stack trace from exception handling globally (i.e. not using an errorPage directive)? I have tried setting the Verbosity of the Logger elements in the server.xml (for Tomcat 5.0.28) to 0 but

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Lyndon Tiu
Problem solved. I was generating ssl certs with openssl and apparently, I needed to use keytool. Thanks. On Thu, 22 Sep 2005 09:03:52 -0700 tomcat-user@jakarta.apache.org wrote: As I said, I have done this successfully before and I am baffled that it is not working fo me now.

Re: tomcat restart ptoblem

2005-09-21 Thread Tom Burke
What's the system? Windows, Linux/Unix? Tom - Original Message - From: mukesh [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Wednesday, September 21, 2005 11:12 AM Subject: tomcat restart ptoblem Hi friends, I have installed Tomcat 5.5. It was working

RE: Tomcat 5.5 and Apache 2.0

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this list..it is a mistake. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat cant see my application folder HELP!!!

2005-09-21 Thread Viorel Dragomir
Tomcat is not exactly httpd. So, try to READ some FREE docs on the website. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/index.html Viorel Dragomir . .. --- - Original Message - From: Mbah Tenjoh-Okwen

Re: Tomcat cant see my application folder HELP!!!

2005-09-21 Thread Leon Rosenberg
you need a WEB-INF directory in your webapp if you want the webapp to be loaded. On 9/21/05, Mbah Tenjoh-Okwen [EMAIL PROTECTED] wrote: hello Im using tomcat 5.5.9 and when i create a folder(mine)under webbaps (tomcat/webapps/mine)i cant even get to its index.html file by typing

Re: Tomcat cant see my application folder HELP!!!

2005-09-21 Thread Mbah Tenjoh-Okwen
I have read those steps and done what they ask of me but somehow i still get the same behaviour. Got any other ideas? thanks --- Viorel Dragomir [EMAIL PROTECTED] wrote: Tomcat is not exactly httpd. So, try to READ some FREE docs on the website.

RE: tomcat restart ptoblem

2005-09-21 Thread mukesh
Hi Tom, Its WindowsServer 2003 Standard Edition. Regards, Mukesh -Original Message- From: Tom Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 4:21 PM To: Tomcat Users List Subject: Re: tomcat restart ptoblem What's the system? Windows, Linux/Unix? Tom

Re: tomcat restart ptoblem

2005-09-21 Thread Tom Burke
Tomcat logs. Tom - Original Message - From: mukesh [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Wednesday, September 21, 2005 1:57 PM Subject: RE: tomcat restart ptoblem Hi Tom, Its WindowsServer 2003 Standard Edition. Regards, Mukesh -Original

Re: Tomcat would not start...

2005-09-21 Thread Ritchie Gillam
Did you check to see under Administration Tools--Services if the status for Tomcat is showing as Started??? Ritchie Gillam Programmer Analyst, Information Services, Halifax Regional Municipality Email: [EMAIL PROTECTED] Phone: (902) 490-6167 Fax: (902) 490-6583 [EMAIL PROTECTED] 09/21/05 12:19

RE: Tomcat would not start...

2005-09-21 Thread Arup Vidyerthy
Actually that's how it works. You have to send encrypted messages to it over an encrypted network using 2.6987Ghz frequency. Only then does it run. Surprised its not in the manual. -Original Message- From: Lenandlar Singh [mailto:[EMAIL PROTECTED] Sent: 21 September 2005 16:19 To: Tomcat

RE: tomcat detecting http header

2005-09-20 Thread Jason Bell
Hi, When developing web app code I tend to enumerate on the headers coming in. Have a look at: public java.util.Enumeration getHeaderNames(); So: // get the header names Enumeration ee = request.getHeaderNames(); // then iterate through them for(;ee.hasMoreElements();){ String header =

Re: tomcat does not find my web application

2005-09-20 Thread David Delbecq
Le Mardi 20 Septembre 2005 12:55, Mbah Tenjoh-Okwen a écrit : World, When i create a folder my container does not recognize my index.html file in the top level directory nor is it able to find my servlet classes. But when i duplicate the servlet-examples folder and rename

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-20 Thread Gregg D Bolinger
worker.ajp13w.port=8009 -Original Message- From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 3:20 PM To: David Thielen Cc: Tomcat Users List Subject: Re: Tomcat 5.5.9 and IIS 5/6 Ohm another thing...I actually got an error in my tomcat log fle

Re: tomcat detecting http header

2005-09-20 Thread Jon Wingfield
Of course, you could just call request.getRemoteAddr(); Tomcat is a Servlet Specification container. You don't get headers with CGI naming conventions. Check out the api documentation: http://java.sun.com/j2ee/1.4/docs/api/index.html It's the packages starting with javax.servlet that will be

RE: tomcat does not find my web application

2005-09-20 Thread Caldarale, Charles R
From: Mbah Tenjoh-Okwen [mailto:[EMAIL PROTECTED] Subject: tomcat does not find my web application when i create a folder(mine)under webbaps (tomcat/webapps/mine)i cant even get to its index.html file by typing http://localhost:8080/mine; in my browser.The container says The requested

RE: tomcat detecting http header

2005-09-20 Thread Murugan Pal
You can also add this routine within a code block at higher trace levels. This way you can turn on this routine for debugging or logging purposes and don't have to incur additional overheads during runtime. Murugan Hi, When developing web app code I tend to enumerate on the headers

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-20 Thread Gregg D Bolinger
[mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 3:20 PM To: David Thielen Cc: Tomcat Users List Subject: Re: Tomcat 5.5.9 and IIS 5/6 Ohm another thing...I actually got an error in my tomcat log fle. HttpExtensionProc::jk_isapi_plugin.c (1029): could not get a worker

Re: Tomcat 5.5 and Apache 2.0

2005-09-20 Thread Stephen Carville
Oops I forgot the basics: System: Redhat ES3 Release 4 Kernel: 2.4.21-27.ELsmp Glibc: 2.3.2 Java: 1.5.0_04-b05 Tomcat: 5.5.9 Platform: Dell 2850 CPU: Intel Xeon 3.40GHz Memory: 4G Stephen Carville wrote: I am at my wits end... I've inherited the Apache and Tomcat setup and so far I cannot

RE: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread David Thielen
Hello; I can feel your pain - I just went through this. A couple of things: 1) reboot. It shouldn't be necessary but was in my case. 2) If IIS6, you have to go to the web extensions(?) in IIS and add isapi_redirect.dll as an allowed extension. Good luck - dave -Original Message- From:

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread Gregg D Bolinger
Ok Dave. I rebooted and the Filter is Green. So that is a start. However, the servlets-examples is still not being loaded. Says page cannot be displayed. There is nothing in the log file. I made sure, per your discovery, that the uriworkermap.properties file is fixed. Any other suggestions?

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread Gregg D Bolinger
Ok, not it is asking for a username and password, so, a step in the right directions maybe. :) Gregg On 9/19/05, Gregg D Bolinger [EMAIL PROTECTED] wrote: Ok Dave. I rebooted and the Filter is Green. So that is a start. However, the servlets-examples is still not being loaded. Says page

RE: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread David Thielen
_ From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 2:45 PM To: David Thielen Cc: Tomcat Users List Subject: Re: Tomcat 5.5.9 and IIS 5/6 Ok Dave. I rebooted and the Filter is Green. So that is a start. However, the servlets-examples is still not being loaded

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread Gregg D Bolinger
-- *From:* Gregg D Bolinger [mailto:[EMAIL PROTECTED] *Sent:* Monday, September 19, 2005 2:45 PM *To:* David Thielen *Cc:* Tomcat Users List *Subject:* Re: Tomcat 5.5.9 and IIS 5/6 Ok Dave. I rebooted and the Filter is Green. So that is a start. However

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread Gregg D Bolinger
-- *From:* Gregg D Bolinger [mailto:[EMAIL PROTECTED] *Sent:* Monday, September 19, 2005 2:45 PM *To:* David Thielen *Cc:* Tomcat Users List *Subject:* Re: Tomcat 5.5.9 and IIS 5/6 Ok Dave. I rebooted and the Filter is Green. So that is a start. However

Re: Tomcat Alone or tomcat+IIS/Apache

2005-09-19 Thread halcyon
Well I'm sure you can imagine that if all of your content is dynamic then layering tomcat behind Apache/IIS will only add latency/resources to your requests... nothing significant.. but maybe if your serving up a ton of requests it might be worthwhile to run tomcat standalone. -David Quoting

RE: Tomcat Alone or tomcat+IIS/Apache

2005-09-19 Thread Caldarale, Charles R
From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] Subject: Tomcat Alone or tomcat+IIS/Apache I know that delivering static content with Apache/IIS is preferred. Urban myth, based primarily on older Tomcat versions that did not perform anywhere near as well as the current one. But does

RE: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread David Thielen
To: David Thielen Cc: Tomcat Users List Subject: Re: Tomcat 5.5.9 and IIS 5/6 Ohm another thing...I actually got an error in my tomcat log fle. HttpExtensionProc::jk_isapi_plugin.c (1029): could not get a worker for name ajp13w Does that help? gregg On 9/19/05, Gregg D Bolinger [EMAIL PROTECTED] wrote

Re: tomcat url connections

2005-09-17 Thread Mark Thomas
Navalpotro Herrero, Luis wrote: Hello, I have face recently found a tomcat issue that is driving me nuts. I have a Java application that opens a URL connection against tomcat. The parameteres are URLEncoded to be UTF-8 compatible. One of the values of the params is xml (which is the one that

Re: Tomcat directory protection

2005-09-16 Thread Hassan Schroeder
Peter Flynn wrote: I don't know if Kerem Erkan was talking about exploits, but I have looked for some facility in Tomcat equivalent to Apache .htaccess files and failed to find any mention of them. Is it possible to do this kind of IP-level or simple username/password restriction in Tomcat?

Re: Tomcat on UNIX

2005-09-16 Thread Tim Funk
java 1.4 -Tim Wei Zhao wrote: Hi: What's the JDK/JVM requirement for running Tomcat 5.5 on AIX 5.1 and HP-UX11? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat 5.0.24 crashes silently when clustering turned on

2005-09-15 Thread Chandan Gupta
We could try upgrading our JVM from 1.4.2 but I'm concerned with going to 5.0 in case that causes other things to break. Will TC 5.0.24 run on a 5.0 JVM? --- It does, im running it on 5.0 on win platform Regards, Chandan On 9/12/05, Mike Noel [EMAIL PROTECTED] wrote: Which platform/OS?

Re: tomcat/jvm shutdown very slow after enabling JMX remote management...

2005-09-13 Thread Christoph Kutzinski
You should only set the JMX JAVA_OPTS for startup. If you use the same JAVA_OPTS for shutdown, the shutdown-VM will unsuccessfully try to start a JMX server on port . That's what taking so long. Joe R. Lindsay wrote: If found an old post mentioning the same issue, but no resolution or

RE: tomcat/jvm shutdown very slow after enabling JMX remote management...

2005-09-13 Thread Joe R. Lindsay
: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 3:38 AM To: Tomcat Users List Subject: Re: tomcat/jvm shutdown very slow after enabling JMX remote management... You should only set the JMX JAVA_OPTS for startup. If you use the same JAVA_OPTS for shutdown

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Stas Ostapenko
Hi ! I'm using tomcat-specific ant tasks and very happy :) It's allows you to restart web app without restarting tomcat. Take a look at manager web app came with distribution. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant On

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Christoph Kutzinski
Do you create the WAR file on Windows and deploy to Solaris? Have you checked that the system clocks are in sync? Have you checked that the file attributes are ok on Solaris? Have you tried to touch the war file? Olena Mitovska wrote: Hi, We have Tomcat 5.5.7 installed on Solaris 9 and the

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Eugeny N Dzhurinsky
On Tue, Sep 13, 2005 at 03:31:37PM +0200, Christoph Kutzinski wrote: Do you create the WAR file on Windows and deploy to Solaris? Have you checked that the system clocks are in sync? Have you checked that the file attributes are ok on Solaris? Have you tried to touch the war file? I could

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Ritchie Gillam
1)I have created the WAR file on Windows and deployed to Solaris but I also tried using the Tomcat Manager GUI without any luck. It is interesting to note that when I FTP the WAR file over from the Windows box, both the app directory and the new WAR file disappear. If I FTP the WAR a second

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Sergey Pariev
Hi. Try something like this in your context.xml Context path=/webapp docBase=webapp debug=99 reloadable=true antiJARLocking=true antiResourceLocking=false I've had similar problems with Tomcat 5.5.x on Linux but the above line works. HTH, Sergey. Ritchie Gillam пишет: 1)I have created

RE: Tomcat 5.5.9 and JSP 2.0 runtime expressions in the attribute values of JSTL 1.1

2005-09-13 Thread Seva Popov
BTW, I understand that I can use a different syntax with the runtime expressions. So, if I change my jsp (not use the xml syntax) it's working fine: %@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; % %@ taglib prefix=fmt uri=http://java.sun.com/jsp/jstl/fmt; % %@ taglib prefix=fn

Re: Tomcat 5.5.9 and JSP 2.0 runtime expressions in the attribute values of JSTL 1.1

2005-09-13 Thread Rahul Akolkar
On 9/13/05, Seva Popov [EMAIL PROTECTED] wrote: BTW, I understand that I can use a different syntax with the runtime expressions. So, if I change my jsp (not use the xml syntax) it's working fine: %@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; % %@ taglib prefix=fmt

RE: Tomcat does not honor acceptCount configuration variable

2005-09-13 Thread Caldarale, Charles R
From: Wei Zhao [mailto:[EMAIL PROTECTED] Subject: Tomcat does not honor acceptCount configuration variable I’ve just migrated to Tomcat 5.5 and found that the configuration variable “acceptCount” under “Connector” takes no effect. Can you show us your complete Connector/ tag

RE: Tomcat 5.5.9 and JSP 2.0 runtime expressions in the attribute values of JSTL 1.1

2005-09-13 Thread Seva Popov
PM To: Tomcat Users List Subject: Re: Tomcat 5.5.9 and JSP 2.0 runtime expressions in the attribute values of JSTL 1.1 On 9/13/05, Seva Popov [EMAIL PROTECTED] wrote: BTW, I understand that I can use a different syntax with the runtime expressions. So, if I change my jsp (not use the xml

Re: tomcat 5.0.24 crashes silently when clustering turned on

2005-09-12 Thread Mike Noel
Which platform/OS? I've no experience on Win, but I never experienced a tomcat crash on unix/linux. Nevertheless five comments: This is running on RHEL 3.2.3-39 and Java 1.4.2. 0) jk2 is no longer under development. The only active connector development for apache is mod_jk and mod_proxy

Re: tomcat 5 - apache 2 - ldap

2005-09-12 Thread sudip shrestha
Guru -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: 27 July 2005 13:02 To: 'Tomcat Users List' Subject: RE: tomcat 5 - apache 2 - ldap Ask tomcat Because if sometime you change the webserver ( in the worst case ) then you

Re: tomcat-user Digest 11 Sep 2005 15:29:19 -0000 Issue 5872

2005-09-11 Thread Terence M. Bandoian
Hi- You might investigate using the include directive: %@ include file=... % instead of the include action. -Terence M. Bandoian [EMAIL PROTECTED] wrote: Hi, i am using Jasper coming with tomcat 4.1.31 for precompilation of some jsps. It generates empty-element tags where generation

  1   2   3   4   5   6   7   8   9   10   >