Re: Parsing a URL to see if a param exists

2008-08-06 Thread Johnny Kewl
- Original Message - From: David Wall [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, August 06, 2008 1:17 AM Subject: Parsing a URL to see if a param exists Is there an API call to parse an URL I have as a String so that I can determine if a given

Re: Monitoring tomcat process

2008-08-06 Thread Johnny Kewl
- Original Message - From: Fu-Tung Cheng [EMAIL PROTECTED] To: tomcat-u users@tomcat.apache.org Sent: Wednesday, August 06, 2008 12:50 AM Subject: Monitoring tomcat process Hi, I was wondering what solutions people are using to monitor their tomcat processes. I've been having a

Re: Monitoring tomcat process

2008-08-06 Thread Johnny Kewl
Hi, I was wondering what solutions people are using to monitor their tomcat processes. I've been having a look at the following: http://code.google.com/p/tomcat-monitor/wiki/TomcatMonitor Are there better scripts or alternatives for handling restarting the vm in the case of out of memory

Re: Regarding Service Unavailable

2008-08-07 Thread Johnny Kewl
- Original Message - From: welcome.partha [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, August 07, 2008 9:47 AM Subject: Regarding Service Unavailable i run my web application after started my apache-tomcat server,it displayed service unavailable.If i refreshed it

Re: Weird stack trace when reloading a webapp

2008-08-07 Thread Johnny Kewl
- Original Message - From: Olivier Lamy [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, August 07, 2008 5:17 PM Subject: Weird stack trace when reloading a webapp Hi, I use the ant deploy target : deploy url=${url} username=${tomcat.user} password=${tomcat.password}

Re: Weird stack trace when reloading a webapp

2008-08-07 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 07, 2008 9:45 PM Subject: Re: Weird stack trace when reloading a webapp - Original Message - From: Olivier Lamy [EMAIL PROTECTED] To: users

Re: Sudden missing javax/servlet/http/HttpServlet ?

2008-08-07 Thread Johnny Kewl
- Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 07, 2008 7:45 PM Subject: Sudden missing javax/servlet/http/HttpServlet ? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I've checked

Re: Weird stack trace when reloading a webapp

2008-08-07 Thread Johnny Kewl
with frameworks... always have to ask more than one user group ;) Its a tricky problem I think and you'll have to talk to the guys that made your frameworks... Good luck... Sorry... outta idea's, maybe google will get you there Olivier 2008/8/7 Johnny Kewl [EMAIL PROTECTED]: - Original Message

Re: Sudden missing javax/servlet/http/HttpServlet ?

2008-08-07 Thread Johnny Kewl
- Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 07, 2008 11:40 PM Subject: Re: Sudden missing javax/servlet/http/HttpServlet ? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl

Re: Problem with POST to servlet: 16384 bytes maximum?

2008-08-08 Thread Johnny Kewl
in various versions of tomcat. Currently the problem seems to exist in 6.0.16 but not in 6.0.14 nor 5.5.17. There was a bug filed, but I don't have the reference handy. I tried 5.5.26 and 5.5.17 and it changed (for the worse-;). The file now gets messed up at 7620 bytes Johnny Kewl [EMAIL

Re: Problem with POST to servlet: 16384 bytes maximum?

2008-08-08 Thread Johnny Kewl
in various versions of tomcat. Currently the problem seems to exist in 6.0.16 but not in 6.0.14 nor 5.5.17. There was a bug filed, but I don't have the reference handy. I tried 5.5.26 and 5.5.17 and it changed (for the worse-;). The file now gets messed up at 7620 bytes Johnny Kewl [EMAIL

Re: Can't start tomcat within Eclipse.

2008-08-09 Thread Johnny Kewl
- Original Message - From: Sam Wun [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, August 09, 2008 6:31 PM Subject: Re: Can't start tomcat within Eclipse. Hi, this is a follow up of the problem I am having. In Ecllipse: I defined JAVA_HOME in eclipse

Amazing stuff with Tomcat

2008-08-09 Thread Johnny Kewl
We now doing absolutely incredible stuff with Tomcat... and I just want to show you where we at. For those that dont know... we made Tomcat not only do our web stuff, Tomcat is also our application server... But have a look at this to see just how interesting this has become... We now make

Re: Amazing stuff with Tomcat

2008-08-10 Thread Johnny Kewl
technologies to come out of Java... and saying hey look here, TC is not only king of the web, its also king of the Java application... we believe ;) Regards Having fun with TC On Sun, Aug 10, 2008 at 3:11 AM, Johnny Kewl [EMAIL PROTECTED] wrote: We now doing absolutely incredible stuff

Re: Tomcat within Eclipse

2008-08-10 Thread Johnny Kewl
- Original Message - From: Sam Wun [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, August 11, 2008 6:57 AM Subject: Tomcat within Eclipse Hi, Can anyone tell me how to resolve the followoing exception? and how do I know whether tomcat service is really

Re: Tomcat within Eclipse

2008-08-11 Thread Johnny Kewl
, Aug 11, 2008 at 3:27 PM, Johnny Kewl [EMAIL PROTECTED] wrote: - Original Message - From: Sam Wun [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, August 11, 2008 6:57 AM Subject: Tomcat within Eclipse Hi, Can anyone tell me how to resolve the followoing

Re: Tomcat failover

2008-08-12 Thread Johnny Kewl
- Original Message - From: Ofer Kalisky [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 12, 2008 8:30 AM Subject: Re: Tomcat failover Is there a reason why no one is answering this? - Original Message - From: Ofer Kalisky To: Tomcat

Re: Tomcat failover

2008-08-12 Thread Johnny Kewl
After Thought... If you worried about your thread processing crashing and having a dB hald updated... thats got nothing to do with machine redundancy... thats what dB transactions are for... So one tomcat is never going to pick up on anothers processing thread All that will happen if you

Re: Problems using JavaMail-API within Tomcat

2008-08-12 Thread Johnny Kewl
- Original Message - From: Gregor Schneider [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 12, 2008 4:07 PM Subject: Problems using JavaMail-API within Tomcat Hi guys, recently our server crashed (Debian), and since then I'm having problems

Re: Reading environment variable from Tomcat

2008-08-13 Thread Johnny Kewl
- Original Message - From: Sureka, Sushil [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, August 13, 2008 8:16 PM Subject: Reading environment variable from Tomcat Hi, I have run into an issue related to starting tomcat as a service. When we were starting tomcat

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Johnny Kewl
- Original Message - From: Peter Desjardins [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, August 14, 2008 6:58 AM Subject: Hot redeploying a WAR - HTML is not refreshed Hi. I have a web application that consists of an online help system. It serves HTML content using

Re: Tomcat JConsole

2008-08-14 Thread Johnny Kewl
- Original Message - From: Tokajac [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, August 14, 2008 4:24 PM Subject: Tomcat JConsole How can i monitor Tomcat with JConsole? I found sg like: $ CATALINA_OPTS=-Dcom.sun.management.jmxremote

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Johnny Kewl
- Original Message - From: Peter Desjardins [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 14, 2008 5:00 PM Subject: Re: Hot redeploying a WAR - HTML is not refreshed Thanks for the information. I know it is not the browser caching. I've

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Johnny Kewl
- Original Message - From: Peter Desjardins [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 14, 2008 7:00 PM Subject: Re: Hot redeploying a WAR - HTML is not refreshed Those are excellent suggestions. Thanks. The other thing is that I cant

Re: How to tell Tomcat to use an additional classpath other than web-inf/classes?

2008-08-15 Thread Johnny Kewl
- Original Message - From: swimming_rabbit [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August 15, 2008 9:48 PM Subject: How to tell Tomcat to use an additional classpath other than web-inf/classes? Does anyone know of a way to tell Tomcat to use an additional

Re: Using tabbed browsers causes session sharing

2008-08-15 Thread Johnny Kewl
- Original Message - From: André Warnier [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, August 16, 2008 12:56 AM Subject: Re: Using tabbed browsers causes session sharing Hi guys, shouldn't someone *explain* to the OP why this is happening ? I mean,

Tomcat Marketing - At last!

2008-08-16 Thread Johnny Kewl
I see someone has stuck this up http://wiki.apache.org/tomcat/PoweredBy who ever did it... well done, its about time, TC is under marketed... and its brilliant. Now others are needed for all sorts of things like... + SP's that supply TC services... + Programmers that provide TC

Re: Redirection

2008-08-16 Thread Johnny Kewl
- Original Message - From: Ravi Sharma [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, August 15, 2008 8:47 PM Subject: Redirection Hi, I have the following scenerio. I have a site which provide music online. Now for hosting the actual song i have

Re: Tomcat 6.0.18 JavaEE 5/EJB3.0

2008-08-17 Thread Johnny Kewl
- Original Message - From: Tommy Pham [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Sunday, August 17, 2008 11:50 PM Subject: Tomcat 6.0.18 JavaEE 5/EJB3.0 Hi, I'm trying to develop a web app using JDK1.6 and Tomcat 6.0.18 and JPA. When creating a new web app in Netbeans

Re: Tomcat 6.0.18 JavaEE 5/EJB3.0

2008-08-17 Thread Johnny Kewl
- Original Message - From: Tommy Pham [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, August 18, 2008 4:29 AM Subject: Re: Tomcat 6.0.18 JavaEE 5/EJB3.0 Hi Johnny, --- On Sun, 8/17/08, Johnny Kewl [EMAIL PROTECTED] wrote: Tommy if you havnt already

Re: Tomcat 6.0.18 JavaEE 5/EJB3.0

2008-08-18 Thread Johnny Kewl
- Original Message - From: Tommy Pham [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, August 18, 2008 6:21 AM Subject: Re: Tomcat 6.0.18 JavaEE 5/EJB3.0 --- On Sun, 8/17/08, Johnny Kewl [EMAIL PROTECTED] wrote: Tommy I actually have my own persist

Re: Intgrate Tomcat and PHP in winxp

2008-08-18 Thread Johnny Kewl
- Original Message - From: Radhakrishnavangara [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, August 18, 2008 6:55 PM Subject: Re: Intgrate Tomcat and PHP in winxp Hi Tommy, That was really informative. But let me explain you the actual scenario. I am using an

Re: tomcat 5.5 unicode issiues!

2008-08-20 Thread Johnny Kewl
- Original Message - From: Shahar Cohen [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, August 20, 2008 2:33 PM Subject: tomcat 5.5 unicode issiues! Hi, I have some files in my site that contain some characters that the tomcat 5.5 dont parse them correctly and thus

Re: tomcat 5.5 Unicode issues!

2008-08-20 Thread Johnny Kewl
- Original Message - From: Shahar Cohen [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, August 20, 2008 4:15 PM Subject: RE: tomcat 5.5 Unicode issues! Hi, Well I didn’t quite understand you all the way but trying to use your example lats say I have

Re: tomcat 5.5 Unicode issues!

2008-08-20 Thread Johnny Kewl
Thanks Mark ;) --- HARBOR : http://www.kewlstuff.co.za/index.htm The most powerful application server on earth. The only real POJO Application Server. See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm

Re: Dual-Independent Tomcat servers, on Single Win32 host sharing IIS server.

2008-08-20 Thread Johnny Kewl
- Original Message - From: dOE [EMAIL PROTECTED] To: Tomcat User-List users@tomcat.apache.org Sent: Wednesday, August 20, 2008 5:10 PM Subject: Dual-Independent Tomcat servers, on Single Win32 host sharing IIS server. Hello, Can anyone guide me in the right direction with my

Re: How to run Tomcat with multiple JVM's?

2008-08-21 Thread Johnny Kewl
- Original Message - From: Parks, Lincoln R. [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, August 21, 2008 4:43 PM Subject: How to run Tomcat with multiple JVM's? I have two applications that need two different JVM's to run. I am on a Windows 2k environment. One

Re: tomcat 6 won't generate mod_jk.conf

2008-08-22 Thread Johnny Kewl
- Original Message - From: cornercuttin [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August 22, 2008 2:34 PM Subject: tomcat 6 won't generate mod_jk.conf perhaps someone can help me here. i am trying to get tomcat 6 to talk to apache 2.2.8 (fedora core 5), and i

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-22 Thread Johnny Kewl
- Original Message - From: Peter [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August 22, 2008 4:07 PM Subject: Tomcat does not unpack WAR file (Tomcat 5.5.20) Hi When I drop a WAR file into the webapps folder on my dev machine - running Tomcat 6.0.16 - Tomcat

Re: File not found exception

2008-08-23 Thread Johnny Kewl
- Original Message - From: navigator09 [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Saturday, August 23, 2008 9:44 AM Subject: Re: File not found exception this is the error message I get [ERROR] DGL0394A: Error in ::DriverManager.getConnection; cmbicmenv.ini (The system

Re: automatic login

2008-08-24 Thread Johnny Kewl
- Original Message - From: Thomas Haines [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, August 24, 2008 4:16 PM Subject: automatic login Hi all I'm trying to figure out a way to automatically login a user. It arises when they have created an

Re: How to block part of application based on ip filtering

2008-08-24 Thread Johnny Kewl
- Original Message - From: Meir Yanovich [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Sunday, August 24, 2008 1:38 PM Subject: How to block part of application based on ip filtering Hello all im using tomcat as the web server , and i have reverse proxy that redirect to the

Re: Struts vs JSF (poll?)

2008-08-24 Thread Johnny Kewl
- Original Message - From: Tommy Pham [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Sunday, August 24, 2008 7:03 AM Subject: Struts vs JSF (poll?) Hi everyone, This maybe out of scope for this list but I wanted to know more about Struts vs JSF other this old article [1].

Re: Struts vs JSF (poll?)

2008-08-24 Thread Johnny Kewl
- Original Message - From: Frank W. Zammetti [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, August 24, 2008 10:10 PM Subject: Re: Struts vs JSF (poll?) Being as most of what I do today is RIA development, I've personally found that the ideal solution

Re: webapps on Network Drive?

2008-08-25 Thread Johnny Kewl
- Original Message - From: David Shreffler [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, August 25, 2008 9:04 PM Subject: webapps on Network Drive? I'm having difficulties with a Tomcat installation. I am a high school teacher installing Tomcat in a computer lab. I

Re: Unable to start Tomcat due to DISPLAY variable issue

2008-08-26 Thread Johnny Kewl
- Original Message - From: Jayaraman, Gopinath [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, August 26, 2008 7:09 AM Subject: Unable to start Tomcat due to DISPLAY variable issue Hi Everyone, I am having this typical issue which many have faced which is below:

Re: Can't generate class file from Interface

2008-08-26 Thread Johnny Kewl
- Original Message - From: sam wun [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 26, 2008 2:02 PM Subject: Can't generate class file from Interface Hi, In Eclipse 3.4 (not sure about the previous version), I have a project, in the src,

Re: Struts vs JSF (poll?)

2008-08-26 Thread Johnny Kewl
- Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 26, 2008 6:33 PM Subject: Re: Struts vs JSF (poll?) What do you consider the TC MVC model? Do you just mean use servlets configured in web.xml and

Re: Struts vs JSF (poll?)

2008-08-26 Thread Johnny Kewl
- Original Message - From: Frank W. Zammetti [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 26, 2008 7:33 PM Subject: Re: Struts vs JSF (poll?) I'm in the architect/manager boat myself these days, so I'd be crazy to *not* agree :) I've seen

Re: Multiple authentication within a webapps

2008-08-27 Thread Johnny Kewl
- Original Message - From: python my [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, August 27, 2008 12:02 PM Subject: Multiple authentication within a webapps Hi there, I'm running tomcat v5.5.26 in my machine. I would like to add tomcat-authentication feature into

Re: Why GlassFish

2008-08-28 Thread Johnny Kewl
- Original Message - From: sam wun [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 28, 2008 3:31 PM Subject: Why GlassFish Hi, Just a quick question, I found that Tomcat is quite capable with servlet application, but lack of EJB support. Is

Re: antioJarLocking not working

2008-08-28 Thread Johnny Kewl
- Original Message - From: Aaron Axelsen [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 28, 2008 10:19 PM Subject: Re: antioJarLocking not working The jar's its probably having issues with are jruby-complete-1.1.3.jar and jruby-rack-0.9.1.jar

Re: War re-deployment

2008-08-29 Thread Johnny Kewl
- Original Message - From: emerson cargnin [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, August 29, 2008 12:10 PM Subject: War re-deployment Hi, I'm using tomcat 5.5.26 and after having a look at the host application deployment (

Re: Running tomcat as a service - problem with shared drives

2008-08-29 Thread Johnny Kewl
- Original Message - From: Foley, Tara (Citco) [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August 29, 2008 12:20 PM Subject: Running tomcat as a service - problem with shared drives Hi I have written a java application which is deployed on tomcat on a windows

Re: Why GlassFish

2008-08-29 Thread Johnny Kewl
- Original Message - From: DIGLLOYD INC [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, August 29, 2008 7:35 AM Subject: Re: Why GlassFish Disclaimer: I am a Glassfish developer, working for Sun. So you can ignore whatever I say. :) I run Tomcat for

Re: apparent problem with work/ directory

2008-08-29 Thread Johnny Kewl
- Original Message - From: Jonathan Mast [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, August 29, 2008 11:00 PM Subject: apparent problem with work/ directory I refactored the POJO side of a webapp I have. I basically moved some objects referenced by

Re: antioJarLocking not working

2008-08-31 Thread Johnny Kewl
- Original Message - From: Aaron Axelsen [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, August 31, 2008 9:39 PM Subject: Re: antioJarLocking not working I tried sticking the jars there - but it did not seem to make any difference. Let me recap on what

Re: EJB with Tomcat 6.0.16

2008-09-01 Thread Johnny Kewl
- Original Message - From: Gaurav Pruthi [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, September 01, 2008 9:48 AM Subject: EJB with Tomcat 6.0.16 Dear Friends, Is it possible to integrate EJB with tomcat v6 and higher? If yes then kindly provide the How-To link. I

Re: Ignorance about some things.

2008-09-01 Thread Johnny Kewl
- Original Message - From: Manuel Trujillo [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, September 01, 2008 1:41 PM Subject: Ignorance about some things. Hi! Excuse me if this question is not correct for this list (also about my bad english...). I have two machines

Re: Ignorance about some things.

2008-09-01 Thread Johnny Kewl
- Original Message - From: Gregor Schneider [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, September 01, 2008 9:04 PM Subject: Re: Ignorance about some things. On Mon, Sep 1, 2008 at 7:38 PM, Johnny Kewl [EMAIL PROTECTED] wrote: The guys tell me

Re: Tomcat 6 and images

2008-09-01 Thread Johnny Kewl
- Original Message - From: Mathias P.W Nilsson [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, September 01, 2008 10:26 PM Subject: Tomcat 6 and images Hi! I'm using tomcat with wicket framework for my webapplication. My images, css, flashes resides outside the

Re: Tomcat 6 and images

2008-09-01 Thread Johnny Kewl
Hi Martin, Listen just thought I tell you that your email (mailing list stuff) is coming out as one long line of unpunctuated text... on Outlook anyway. Its not easy to read it... --- HARBOR :

Re: help with virtual hosting

2008-09-02 Thread Johnny Kewl
- Original Message - From: Sathish Vadhiyar [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, September 02, 2008 11:51 AM Subject: help with virtual hosting Hi, I have tried various solutions regarding virtual hosts in tomcat and none of them work. I have in my

Re: Tomcat Native library for Windows

2008-09-02 Thread Johnny Kewl
- Original Message - From: Brian Clark [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, September 03, 2008 12:17 AM Subject: Tomcat Native library for Windows Hello, I am getting the following error when starting up Tomcat 6.0.16 on Windows 2003: Sep 2, 2008

Re: Cannot access remote web app

2008-09-02 Thread Johnny Kewl
- Original Message - From: felix l [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, September 02, 2008 3:52 PM Subject: Cannot access remote web app Hi all, I have a Java web app that has shown to be working while accessing via http://localhost:8080/webapp1. I have two

Re: Etags vs Week Etags

2008-09-03 Thread Johnny Kewl
- Original Message - From: Yoryos [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, September 03, 2008 1:14 PM Subject: Etags vs Week Etags Hi all, I don't know if I should be postting the the dev list but let's try from here. I'm trying to understand how the etag are

Re: Etags vs Week Etags

2008-09-03 Thread Johnny Kewl
Suppose I need to explain what I would try... You in the code already so stealing the getLastMosified routing or whatever is easy.. If you map a servlet to say... /MyStaticStuff/*.jsp /MyStaticStuff/*.jpg That servlet will get all those requests... Then you rename your static resources

Re: Etags vs Week Etags

2008-09-03 Thread Johnny Kewl
- Original Message - From: Yoryos [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, September 03, 2008 8:57 PM Subject: Re: Etags vs Week Etags On Wed, Sep 3, 2008 at 8:12 PM, Johnny Kewl [EMAIL PROTECTED] wrote: Flipping good question... and I have

Re: Etags vs Week Etags

2008-09-03 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, September 03, 2008 9:51 PM Subject: Re: Etags vs Week Etags - Original Message - From: Yoryos [EMAIL PROTECTED] To: Tomcat Users List users

Re: Problems with running 64-bit Tomcat 6 as a Windows service

2008-09-03 Thread Johnny Kewl
- Original Message - From: Brian Clark [EMAIL PROTECTED] To: Tomcat Users users@tomcat.apache.org Sent: Thursday, September 04, 2008 4:00 AM Subject: Problems with running 64-bit Tomcat 6 as a Windows service Hello, I am trying to get Tomcat 6.0.18 to run on my Win2k3 x64 edition

Re: Etags vs Week Etags

2008-09-04 Thread Johnny Kewl
- Original Message - From: Yoryos [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 04, 2008 9:08 AM Subject: Re: Etags vs Week Etags On Wed, Sep 3, 2008 at 11:09 PM, Johnny Kewl [EMAIL PROTECTED] wrote: - Original Message - From

Re: Etags vs Week Etags

2008-09-04 Thread Johnny Kewl
Yory, I'm tired pulling long hours on something, so please check me ;) Yes, not needed, its another hook... coder has left it there in case he needs it... In theory, when I look at the code, all you really have to do is setEtag and that will be used. If you leave the W/\ off... its a strong

Re: difference in how applications are displaying

2008-09-06 Thread Johnny Kewl
- Original Message - From: Scott, Ewan [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, September 05, 2008 1:04 PM Subject: difference in how applications are displaying Hi I think this may relate to a tomcat setting - but I may be completely wrong. I have 2

Re: Good JSP editor

2008-09-06 Thread Johnny Kewl
- Original Message - From: sam wun [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, September 06, 2008 9:37 AM Subject: Good JSP editor Hi there, I know it is better for me to ask this quetion in a jsp forum, but I couldn't find one for mailing list

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

2008-09-06 Thread Johnny Kewl
I see this in the Netbeans group and its popping up its ugly head and making other area's complex. It seems with these modern day frameworks, I have an idea which one it is in particular but wont mention names... that its possible to build an entire site behind one URL

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

2008-09-06 Thread Johnny Kewl
- Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, September 07, 2008 5:03 AM Subject: RE: Newbies, becareful of pure cookie based magic... theres a few gotcha's if you want to leave the cookies behind you'll have

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' users

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

2008-09-07 Thread Johnny Kewl
... but they getting caught... thats all I'm trying to say to developers, because once there, how do you help them? On Sun, Sep 7, 2008 at 2:42 AM, Johnny Kewl [EMAIL PROTECTED] wrote: I see this in the Netbeans group and its popping up its ugly head and making other area's complex. It seems with these modern

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-08 Thread Johnny Kewl
- Original Message - From: new_bie_tomcat [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, September 08, 2008 6:59 AM Subject: UnauthorizedAccessException error while running WMI in tomcat I have written the following code in Java to access registry of a remote machine.

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

2008-09-08 Thread Johnny Kewl
But this doesn't give you the right to bash the framework Have to agree, shouldnt have mentioned it ;) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Intermitant DB Problem in tomcat:java.sql.SQLException: Io exception: Connection reset by peer: JVM_recv in socket input stream read

2008-09-08 Thread Johnny Kewl
- Original Message - From: Thangavel Sankaranarayanan [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, September 08, 2008 12:49 PM Subject: Intermitant DB Problem in tomcat:java.sql.SQLException: Io exception: Connection reset by peer: JVM_recv in socket

Re: Can you help me to figure out what is ia64?

2008-09-08 Thread Johnny Kewl
- Original Message - From: Nar Karapetyan [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, September 08, 2008 3:19 PM Subject: Can you help me to figure out what is ia64? There is a ia64 dll for tomcat native library for a windows 64 platform. I used to know amd64 or x64,

Re: Apache Httpd Tomcat error pages

2008-09-09 Thread Johnny Kewl
- Original Message - From: Pierre Goupil [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, September 09, 2008 4:54 PM Subject: Apache Httpd Tomcat error pages Hi all, We've got an Httpd 2.0 server sitting in front of a Tomcat 5.5 with mod_jk. Tomcat

Re: Running Tomcat with JRE?

2008-09-09 Thread Johnny Kewl
- Original Message - From: Bai Shen [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, September 09, 2008 6:41 PM Subject: Running Tomcat with JRE? Looking at the tomcat site, it says that I can run Tomcat 6 with a JRE instead of a full JDK. So I

Re: Reading Tomcat source code

2008-09-10 Thread Johnny Kewl
- Original Message - From: Pierre Goupil [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, September 10, 2008 4:07 PM Subject: Reading Tomcat source code Hello all, As an exercise, I would like to start reading Tomcat 6 source code. Lots of things

Re: Reading Tomcat source code

2008-09-11 Thread Johnny Kewl
- Original Message - From: Gorav Chhabra [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 6:25 AM Subject: Re: Reading Tomcat source code Hello all, I am very new to this TOMCAT... Can anyone please guide from where i can download

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Willem Moors [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 8:15 AM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Wed, Sep 10, 2008 at 7:55 PM, Steve Ochani [EMAIL

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Willem Moors [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 12:36 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Thu, Sep 11, 2008 at 11:35 AM, Mark Hagger [EMAIL

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Willem Moors [EMAIL PROTECTED] I think... you looking in the wrong place... Convert it to bytes... and print that... you will see it... I think Can it be one of the libraries (*.jar) that is different, that forcec TC6 to act differently ? ---

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 4:28 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem - Original Message - From: Willem Moors [EMAIL

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Willem Moors [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 5:06 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem I studied the Response Headers for the ajax call that

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 6:18 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem - Original Message - From: Willem Moors [EMAIL

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
, Johnny Kewl wrote: I think it may be possible that something else is setting the font... and then the JRE is using that. I think you're totally confusing yourself about font issues. Java only interacts with fonts of any kind when running AWT/Swing apps. Webapps have no interactions with fonts

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Hassan Schroeder [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 8:58 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Thu, Sep 11, 2008 at 11:16 AM, Johnny Kewl [EMAIL

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Hassan Schroeder [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 11:07 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Thu, Sep 11, 2008 at 12:54 PM, Johnny Kewl [EMAIL

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 11:41 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem - Original Message - From: Hassan Schroeder [EMAIL

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: Hassan Schroeder [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 11, 2008 11:59 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Thu, Sep 11, 2008 at 2:53 PM, Johnny Kewl [EMAIL

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
http://validator.w3.org Very cool btw... didnt know it was there --- HARBOR : http://www.kewlstuff.co.za/index.htm The most powerful application server on earth. The only real POJO Application Server. See it in Action :

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-12 Thread Johnny Kewl
- Original Message - From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, September 12, 2008 6:01 AM Subject: RE: Migrating to tomcat 6 gives formatted currency amounts problem From: Johnny Kewl [mailto:[EMAIL PROTECTED] Subject

  1   2   3   4   5   6   7   8   >